Computer Science, asked by biplob34, 1 year ago

binary equivalent of a decimal number 625 would be. explain it​

Attachments:

Answers

Answered by Harshit20115
0

Answer:

(b) 1001110001

Explanation:

625 / 2 = 312 with 1 remainder

312 / 2 = 156 with 0 remainder

156 / 2 = 78 with 0 remainder

78 / 2 = 39 with 0 remainder

39 / 2 = 19 with 1 remainder

19 / 2 = 9 with 1 remainder

9 / 2 = 4 with 1 remainder

4 / 2 = 2 with 0 remainder

2 / 2 = 1 with 0 remainder

1 / 2 = 0 with 1 remainder

Then, when we put the remainders together in reverse order, we get the answer. The decimal number 625 converted to binary is therefore:

1001110001

Attachments:
Similar questions