Computer Science, asked by Rithvikaa1381, 8 months ago

Convert the following decimal number into binary number 68 68 752

Answers

Answered by mdshakoor332
2

1000100 is the binary number of 68 decimal number

Answered by uchixie
3

Answer:68 to binary is 101100

752 to binary is 1011110000

Explanation: this is how I do it

68÷2=38. R 0

38÷2=19. R 0

19÷2=5. R 1

5÷2=2. R 1

2÷2=1. R 0

1÷2=0. R 1

The R means reminder...the remaining numbers after a division. Now, you write the reminders from bottom to top.

Similar questions