Question:

The minimum number of flip-flops required to design a mod-10 counter is:

Show Hint

Use \( 2^n \geq \text{MOD} \) to determine flip-flop count for counters.
Updated On: Jun 12, 2025
  • 3
  • 4
  • 5
  • 10
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is B

Solution and Explanation

To determine the minimum number of flip-flops required to design a mod-10 counter, we must consider the properties of binary counters: A mod-N counter requires enough flip-flops to represent at least N different states.

The number of flip-flops (n) required is determined by the formula: 
2n ≥ N

For a mod-10 counter, N = 10. We solve for n:
 

  • 23 = 8 (not enough, because 8 < 10)
  • 24 = 16 (sufficient, because 16 ≥ 10)

Thus, the minimum number of flip-flops required is 4.

Flip-flops (n)2n Values
38
416
Was this answer helpful?
0
0