Multiple choice technology

Convert decimal 64 to binary.

  1. 01010010

  2. 01000000

  3. 00110110

  4. 01001000

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

64 = 2⁶, so binary is 1 followed by six 0s: 1000000. As a byte (8 bits), this is 01000000. This is a power of 2.