Counters - Technical MCQs

Q1:

The decimal equivalent of the largest number that can be stored in a 4-bit binary counter is ________.

A 8

B 15

C 16

D 32

ANS:B - 15

eq: 2^n -1;
Here ; n-number of flip flop.