Open In App

GATE | GATE-CS-2004 | Question 90

Consider the partial implementation of a 2-bit counter using T flip-flops following the sequence 0-2-3-1-0, as shown below 
 

 

 
To complete the circuit, the input X should be



(A)

Q2\’



(B)

Q2 + Q1

(C)

(Q1 ⊕ Q2)\’

(D)

Q1 ⊕ Q2


Answer: (D)
Explanation:

From circuit we see T1=XQ1’+X’Q1—-(1) 
AND T2=(Q2+Q1)’—-(2) 
AND DESIRED OUTPUT IS 00->10->11->01->00 
SO X SHOULD BE Q1Q2’+Q1’Q2 SATISFYING 1 AND 2. 
SO ANS IS (D) PART.

Quiz of this Question
Please comment below if you find anything wrong in the above post

Article Tags :