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:
Thus, the minimum number of flip-flops required is 4.
| Flip-flops (n) | 2n Values |
|---|---|
| 3 | 8 |
| 4 | 16 |
Match the LIST-I with LIST-II
| LIST-I (Logic Gates) | LIST-II (Expressions) | ||
|---|---|---|---|
| A. | EX-OR | I. | \( A\bar{B} + \bar{A}B \) |
| B. | NAND | II. | \( A + B \) |
| C. | OR | III. | \( AB \) |
| D. | EX-NOR | IV. | \( \bar{A}\bar{B} + AB \) |
Choose the correct answer from the options given below:
