edited by
130 views

1 Answer

1 votes
1 votes
The second flipflop will toggle its output only when the first flipflop output becomes $1.$ For each clock, the first FF output - $Q_0$ toggles.

Thus after $1$ clock, we get $Q_0 = 1,Q_1 = 1.$

After second clock, $Q_0 = 0, Q_1 = 1.$

After third clock, $Q_0 = 1, Q_1 = 0.$

After fourth clock, $Q_0 = 0, Q_1 = 0.$

Correct Answer: D.
Answer:

Related questions

1 votes
1 votes
1 answer
1
gatecse asked Aug 30, 2020
73 views
For the input $A = 11$ and $B = 10,$ the value of $F_1 \oplus F_2 \oplus F_3 = $ ($\oplus$ being the XOR operations)
1 votes
1 votes
1 answer
2
gatecse asked Aug 30, 2020
184 views
A switch-tail ring counter is made using a single $T$ flip flop. The resulting circuit is equivalent to:SR flip flopJK flip flopT flip flopNone of the above
1 votes
1 votes
1 answer
3
gatecse asked Aug 30, 2020
111 views
The following JK flip flop circuit is initially set and then clocked for $4$ clock pulses. The output sequence will be ________$0100$$1010$$0110$$0101$
1 votes
1 votes
1 answer
4
gatecse asked Aug 30, 2020
47 views
Which of the following gates are represented by the below two logic circuits?NAND, NORAND, ORXOR, XNORNOR, NAND