Multiple choice

What is the binary conversion of 10?

  1. 1010

  2. 0101

  3. 0111

  4. 0011

  5. None of these

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

In decimal system, digit should be divide by 2 because it is asked to do convesion in decimal system 10 / 2 = 5  remainder = 0 and now divide 5 with 2. 5 / 2 = 2   remainder = 1 2 / 2 = 1  remainder = 0 1/ 2 =  0  remainder = 1 Write the remainders from starting to the last digit, i.e. 1010.