Multiple choice

Decimal form of a number (100)2 is

  1. 8

  2. 100

  3. 4

  4. None of these

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

Binary 100 is (1*2^2) + (0*2^1) + (0*2^0) = 4 + 0 + 0 = 4.