Correct Answer - Option 3 : 8
Concept:
For a counter with ‘n’ flip flops:
- The total number of states = 2n (0 to 2n – 1)
- The largest number that can be stored in the counter = 2n – 1
To construct a counter with any MOD number, the minimum number flip flops required must satisfy:
Modulus ≤ 2n
Where n is the number of flip-flops and is the minimum value satisfying the above condition.
Calculation:
The total number of states required when n = 3:
23 ≥ 8
The states will vary from (0 to 7)
So the maximum states possible for the counter will be 8.