1. The number of digit 1 present in the binary representation of 3 x 512 + 7 x 64 + 5 x 8 + 3 is





Ask Your Doubts Here

Type in
(Press Ctrl+g to toggle between English and the chosen language)

Comments

  • By: guest on 01 Jun 2017 11.53 pm
    3 x 512 + 7 x 64 + 5 x 8 + 3 = (2 + 1) x 29 + (4 + 2 + 1)26 + (4 + 1)23 + (2 + 1) = 210 + 29 + 28 + 27 + 26 + 25 + 23 + 21 + 1 = 210 + 29 + 28 + 27 + 26 + 25 + 23 + 21 + 20 9 term of power two Hence number of '1' is 9.
Show Similar Question And Answers
QA->[(512)^1/3 + (008)^1/3 ] / [(512)^1/3 - (008)^1/3....
QA->A number consists of two digits.The digits in the ten’s place is 2 times of the digit in the unit’s place.If 36 is substracted from the number,the digits are reversed.The number is....
QA->Find the binary equivalent of decimal number 31?....
QA->The binary number of (12)10 :....
QA->What is the highest digit that can appear in an Octal number system?....
MCQ->If N = 196, the result of the following program will be

INTEGER N, DIGIT 1, DIGIT 2, DIGIT 3,
SUM
READ, N
DIGIT 1 = N - (N / 10) 10 N = N / 10
DIGIT 2 = N - (N / 10) 10 N = N / 10
DIGIT 3 = N - (N / 10) 10
SUM = DIGIT 1 + DIGIT 2 + DIGIT 3....
MCQ->The number of digit 1 present in the binary representation of 3 x 512 + 7 x 64 + 5 x 8 + 3 is....
MCQ->Consider the following statements: In the 2's complement representation, negative numbers are stored in sign magnitude form.Taking 2's complement is equivalent to sign change.In a 4 bit complement representation of a binary number A.In the 2's complement representation the most significant bit (MSB) is zero for a positive number. Of these, the only true statements are....
MCQ->How many two-digit numbers satisfy this property.: The last digit (unit's digit) of the square of the two-digit number is 8 ?....
MCQ->Match the following: List I List II A.Continuous and aperiodic1.Fourier representation is continuous and aperiodicB.Continuous and Periodic2.Fourier representation is discrete and aperiodicC.Discrete and aperiodic3.Fourier representation is continuous and periodicD.Discrete and periodic4.Fourier representation is discrete and periodic

....
Terms And Service:We do not guarantee the accuracy of available data ..We Provide Information On Public Data.. Please consult an expert before using this data for commercial or personal use | Powered By:Omega Web Solutions
© 2002-2017 Omega Education PVT LTD...Privacy | Terms And Conditions
Question ANSWER With Solution