Multiple choice general knowledge science & technology

The result after converting binary number (100011)2 to decimal will be

  1. 10100

  2. 11000

  3. 10010

  4. None of these

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

To convert the binary number 100011 to decimal, compute the powers of 2 from right to left: 1(1) + 1(2) + 0(4) + 0(8) + 0(16) + 1(32) equals 1 + 2 + 32 = 35. Since 35 is not listed among options A, B, or C, the correct option is None of these.