Correct option is D
To convert the decimal number 10 into binary:
Divide 10 by 2 repeatedly, noting the remainders:
· 10 ÷ 2 = 5 (remainder 0 )
· 5 ÷ 2 = 2( remainder 1)
· 2 ÷ 2 = 1 (remainder 0 )
· 1 ÷ 2 = 0( remainder 1)
Write the remainders in reverse order: 1010 .
Thus, the bi nary equivalent of 10 is 1010.
