convert 910 into binary computer
Answers
Answered by
0
Answer:
1110001110
Explanation:
Step 1: Divide (910)10 successively by 2 until the quotient is 0:
910/2 = 455, remainder is 0
455/2 = 227, remainder is 1
227/2 = 113, remainder is 1
113/2 = 56, remainder is 1
56/2 = 28, remainder is 0
28/2 = 14, remainder is 0
14/2 = 7, remainder is 0
7/2 = 3, remainder is 1
3/2 = 1, remainder is 1
1/2 = 0, remainder is 1
Step 2: Read from the bottom (MSB) to top (LSB) as 1110001110.
So, 1110001110 is the binary equivalent of decimal number 910 (Answer).
Similar questions