Computer Science, asked by amarjeetsinha835, 6 months ago

Convert the following decimals numbers into binary numbers (432)10​

Answers

Answered by sirisnigdha
6

Answer:

432)10 = (110110000)2

Explanation:

Step 1: Divide (432)10 successively by 2 until the quotient is 0:

432/2 = 216, remainder is 0

216/2 = 108, remainder is 0

108/2 = 54, remainder is 0

54/2 = 27, remainder is 0

27/2 = 13, remainder is 1

13/2 = 6, remainder is 1

6/2 = 3, remainder is 0

3/2 = 1, remainder is 1

1/2 = 0, remainder is 1

Step 2: Read from the bottom (MSB) to top (LSB) as 110110000.

So, 110110000 is the binary equivalent of decimal number 432 (Answer).

Similar questions