Math, asked by thiruppathiraja1977, 4 months ago

convert decimal to binary (1024)10

Answers

Answered by smosan75
20

1024 / 2 = 512 with remainder 0

512 / 2 = 256 with remainder 0

256 / 2 = 128 with remainder 0

128 / 2 = 64 with remainder 0

64 / 2 = 32 with remainder 0

32 / 2 = 16 with remainder 0

16 / 2 = 8 with remainder 0

8 / 2 = 4 with remainder 0

4 / 2 = 2 with remainder 0

2 / 2 = 1 with remainder 0

1 / 2 = 0 with remainder 1

1024 10 = 10000000000 2

Similar questions