Multiple choice

What is 11001010 (binary) in decimal?

  1. 202

  2. 188

  3. 206

  4. 200

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

11001010 in decimal is (1*128) + (1*64) + (0*32) + (0*16) + (1*8) + (0*4) + (1*2) + (0*1) = 128 + 64 + 8 + 2 = 202.