Multiple choice

The decimal equivalent to (1101011)2 is ___________.

  1. 107

  2. 110

  3. 111

  4. 164

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

To convert binary to decimal, multiply each bit by its corresponding power of 2: 1×2⁶ + 1×2⁵ + 0×2⁴ + 1×2³ + 0×2² + 1×2¹ + 1×2⁰ = 64 + 32 + 0 + 8 + 0 + 2 + 1 = 107.