In a 4-bit binary counter, the maximum decimal number that can be represented is
2025
In a 4-bit binary counter, the maximum decimal number that can be represented is
- A.
8
- B.
15
- C.
16
- D.
31
Attempted by 63 students.
Show answer & explanation
Correct answer: B
4-bit binary counter uses 2^4 = 16 values (0 to 15). The maximum decimal number is 2^4 - 1 = 16 - 1 = 15. This corresponds to binary 1111.