Multiple choice

The maximum count which a 6-bit binary word can represent is

  1. 36

  2. 64

  3. 63

  4. 65

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

A 6-bit word can represent 2^6 = 64 distinct values, ranging from 0 to 63. The maximum count is 63.