GATE || Digital Logic || PYQ || 2026 || Module 5:Sequential Circuits

Last Updated :
Discuss
Comments

Question 1

Consider a 2-bit saturating up/down counter that performs the saturating up count when the input P is 0, and the saturating down count when P is 1. The Next State table of the counter is as shown. The counter is built as a synchronous sequential circuit using D flip-flops  [GATE|| 2026 MCQ || Set-1 || 2-mark ]


Input (P)Current StateCurrent StateNext StateNext State
Q₁Q₀Q₁⁺Q₀⁺
00001
00110
01011
01111
10000
10100
11001
11110
  • [Tex]\begin{aligned} D_1 &= PQ_1 + \bar{P}Q_0 + Q_1Q_0 \\ D_0 &= PQ_0 + \bar{P}Q_1 + Q_1\overline{Q_0} \end{aligned}[/Tex]

  • [Tex]\begin{aligned} D_1 &= \bar{P}Q_1 + \bar{P}Q_0 + Q_1Q_0 \\ D_0 &= \bar{P}\overline{Q_0} + \bar{P}Q_1 + Q_1\overline{Q_0} \end{aligned}[/Tex]

  • [Tex]\begin{aligned} D_1 &= \bar{P}\bar{Q}_1 + \bar{P}Q_0 + Q_1Q_0 \\ D_0 &= \bar{P}Q_0 + \bar{P}Q_1 + Q_1\bar{Q}_0 \end{aligned}[/Tex]

  • [Tex]\begin{aligned} D_1 &= P{Q_1} + \bar{P}Q_0 + Q_1{Q_0} \\ D_0 &= P\overline{Q_0} + \bar{P}Q_1 + Q_1\overline{Q_0} \end{aligned}[/Tex]

There are 1 questions to complete.

Take a part in the ongoing discussion