32 Qs · since 2011 · 50 marks · 1.9 marks/paperMedium yield
GATE extensively tests combinational and sequential circuit design through both analytical tracing and formal synthesis. In combinational circuits, questions focus on multiplexer t… Guide
f (x, y, a, b)
{
if (x is 1) y = a;
else y = b;
}
Which one of the following digital logic blocks is the most suitable for…Topic guide
GATE extensively tests combinational and sequential circuit design through both analytical tracing and formal synthesis. In combinational circuits, questions focus on multiplexer tree implementations, decoder-to-memory interfacing, and Boolean function realization using universal MUX/decoder blocks. In sequential logic, the focus is on synchronous counter state tracing, excitation equation derivation (for D, T, and JK flip-flops), non-standard sequence flip-flop counting, ripple counter frequency division, and FSM equivalence minimization.
Synchronous Sequential Circuit Tracing and Next-State Analysis
common · mixed · 2 marks · 2025, 2023, 2021, 2017
Given a schematic with mixed or identical flip-flops (D, T, or JK) and feedback combinational gates, determine the next states, unreachable states, or cycle length starting from an initial state vector.
Minimum Flip-Flops for Sequence / Modulo Counters
common · mixed · 1 marks · 2016, 2015, 2011
Calculate the minimum number of flip-flops needed to realize a modulo- counter or a non-repeating/repeated arbitrary state sequence (e.g., or ) by identifying unique internal states.
Multiplexer Tree & Logic Implementation Analysis
common · mixed · 2 marks · 2026, 2024, 2023, 2021
Analyze cascaded 2-to-1 or 4-to-1 multiplexers to find the minimal SOP output, identify required data input lines for a specified minterm list, or count the number of input/select combinations yielding an active output.
Sequential Counter Synthesis and Excitation Equations
occasional · MCQ · 2 marks · 2026, 2017
Given a next-state transition table for a custom counter (e.g., saturating up/down counter), determine the minimized excitation input equations for specified flip-flop types (D, T, or JK) using K-maps.
Special Counter Properties and Frequency Division
occasional · mixed · 1 marks · 2025, 2015, 2014
Evaluate characteristics of Ring counters, Johnson (twisted ring) counters, or ripple counters—including decimal sequence generation, modulo length (), and clock frequency/period division at the final stage.
Decoder and ROM Sizing for Addressing / Function Realization
occasional · NAT · 1 marks · 2026, 2020, 2012
Compute memory array sizing (ROM bits for arithmetic blocks like multipliers), calculate total input and output lines for decoders interfacing with RAM, or count active minterms at decoder-MUX outputs.
FSM Specification, Synthesis, and State Minimization
occasional · mixed · 2 marks · 2025, 2021
Construct state transition tables and Boolean equations for Mealy/Moore machines from verbal sequence specifications, or find the minimal number of equivalent states using the partitioning/equivalence theorem.
Multiplexer Function Realization and SOP Minimization
common · MCQ · 2 marks · 2014
A multiplexer circuit diagram is provided with designated select inputs and data lines tied to variables or constants. The candidate must derive the output Boolean function in terms of all input variables, expand to minterms if necessary, and find the minimal SOP form via K-map or Boolean reduction.
Multiplexer Tree Function Realization
common · MCQ · 2 marks · 2023
A hierarchical combination of multiplexers (e.g., two 4:1 MUXes feeding a 2:1 MUX) is driven by select variables . Candidates determine the sequence of binary inputs needed to implement a specified Boolean expression.
State Transition and Self-Loop Counting in Flip-Flop Circuits
common · NAT · 1 marks · 2018
A circuit diagram with interconnected flip-flops (such as D flip-flops) and external control inputs is provided. Candidates must write next-state equations () and count the number of states exhibiting specific behaviors, such as transitioning back to themselves (self-loops) under some input condition.
Modulo-N Minimum Flip-Flop Requirement
Determining minimum flip-flops needed to support distinct states in a sequence or counter.
D Flip-Flop Characteristic / Excitation Equation
State tracing and excitation derivation in D flip-flop sequential networks.
T Flip-Flop Characteristic / Excitation Equation
Calculating next states or finding input excitation functions for T flip-flop circuits.
JK Flip-Flop Characteristic Equation
Evaluating state transitions in synchronous circuits designed with JK flip-flops.
Johnson (Twisted Ring) Counter Cycle Length
Calculating the total number of distinct states in an -bit Johnson counter.
Ripple Counter Frequency Division
Relating input clock period/frequency to the waveform at the -th flip-flop of an asynchronous binary ripple counter.
2-to-1 Multiplexer Boolean Function
Expanding outputs of cascaded MUX networks or analyzing feedback-based MUX latches.
ROM Capacity for Combinational Blocks
Determining ROM storage requirements for arithmetic circuits (e.g., multipliers or adders).
4-to-1 Multiplexer Output Equation
Used to write the algebraic output expression of a 4-to-1 multiplexer given select lines and inputs .
Shannon's Expansion / Minterm Expansion
Used when expanding incomplete product terms into canonical minterms to plot onto a Karnaugh map.
Absorption Law
Used to simplify redundant product terms such as .
Redundancy / Rule of Elimination
Used to simplify terms like .
Multiplexer Output Expansion (4:1 MUX)
Used to express the intermediate output of a 4:1 MUX driven by select lines .
2:1 Multiplexer Expansion
Used to combine outputs from two stage-1 multiplexers via a stage-2 multiplexer.
D Flip-Flop Characteristic Equation
Determining the next state of a D flip-flop given the synchronous data input at the active clock edge.
Self-Loop / Stationary State Condition
Finding states in a state transition diagram that remain unchanged upon the application of a clock pulse under some input assignment.
Shift from purely qualitative MCQs toward NAT calculation of exact state counts, cycle periods, output combination counts, and frequency values.
2026, 2025, 2024, 2020
Increased focus on composite circuits combining multiple MSI blocks (e.g., Decoders directly feeding MUX data lines, or MUXes arranged in multi-level cascaded trees).
2026, 2024
Revival of formal FSM state equivalence partitioning and saturating counter synthesis with external control inputs.
2026, 2025
Combination of multiplexer logic with 3-variable K-map minimization tested as a standard 2-mark conceptual MCQ.
2014
Testing shifted toward multi-level MUX trees requiring both algebraic reduction and precise routing of non-standard select line orderings (e.g., selecting between MUXes while select within MUXes).
2023
Shift towards Numerical Answer Type (NAT) questions assessing structural properties of state transition graphs derived from schematic diagrams without providing pre-drawn state tables.
2018
Easy: Direct formula application (mod- flip-flop sizing, MUX select line count, memory address line summation , standard MUX function identification). Medium: Multi-cycle synchronous state tracing (3-bit with mixed gates/FFs), deriving excitation equations using K-maps for non-standard counters, cascading decoder outputs to MUX inputs and counting true minterms, 2-pass FSM state minimization partitioning, and period-to-frequency conversion in multi-bit ripple counters.