Convert the following decimal number to binary from 156
Answers
Answered by
2
Explanation:
Therefore, the binary equivalent of decimal number 156 is 10011100
Answered by
1
Answer:
Divide (156)10 successively by 2 until the quotient is 0:
156/2 = 78, remainder is 0
78/2 = 39, remainder is 0
39/2 = 19, remainder is 1
19/2 = 9, remainder is 1
9/2 = 4, remainder is 1
4/2 = 2, remainder is 0
2/2 = 1, remainder is 0
1/2 = 0, remainder is 1
Step 2: Read from the bottom (MSB) to top (LSB) as 10011100.
So, 10011100 is the binary equivalent of decimal number 156 (Answer).
Similar questions