If n flip-flops are used in a ripple counter, then it will count from ______…
2018
If n flip-flops are used in a ripple counter, then it will count from ______ to ______.
- A.
0, 2n
- B.
0, 2n - 1
- C.
1, 2n
- D.
1, 2n - 1
Attempted by 77 students.
Show answer & explanation
Correct answer: B
A ripple counter with n flip-flops acts as an n-bit binary counter. It has 2^n total states, starting from 0 and ending at 2^n - 1 before resetting to zero.