Question:

Consider a 3-bit counter, designed using T flip-flops, as shown below. Assuming the initial state of the counter given by $PQR$ as $000$, what are the next three states? 

Show Hint

In T flip-flop counters, always examine the toggle conditions carefully instead of assuming a standard binary count sequence.
Updated On: Jan 2, 2026
  • 011, 101, 000
  • 001, 010, 111
  • 011, 101, 111
  • 001, 010, 000
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is A

Solution and Explanation

Step 1: Recall the operation of a T flip-flop.
A T flip-flop toggles its output when $T = 1$ and holds its state when $T = 0$.

Step 2: Analyse the given counter circuit.
From the diagram, each T flip-flop is driven by the output of the previous stage, forming a feedback-based counter rather than a simple ripple counter. The toggle conditions depend on the current states of $P$, $Q$, and $R$.

Step 3: Determine the state transitions.
Starting from the initial state $PQR = 000$:
After the first clock pulse, the counter transitions to $011$.
After the second clock pulse, the counter transitions to $101$.
After the third clock pulse, the counter transitions back to $000$.

Step 4: Conclusion.
Thus, the next three states of the counter are $011$, $101$, and $000$.

Was this answer helpful?
0
0

Top Questions on Combinational and Sequential Circuits