🇮🇳 GATE E&C Engineering · flashcards

GATE E&C Engineering Digital Circuits Flashcards

52 question-and-answer cards covering Digital Circuits as it is examined in GATE E&C Engineering. 24 of them are printed below, taken from across the deck — no signup, no paywall on the preview.

52Cards in deck
24Free preview
26Syllabus topics
~145Chars per answer
FreePrice

24 sample cards from the Digital Circuits deck

Sampled from the end of the deck, so these are different cards from the ones shown on the syllabus page.

  1. Give the rule to convert binary $B$ to Gray code $G$.

    $G_{n-1}=B_{n-1}$ and $G_i = B_{i+1}\oplus B_i$ for the remaining bits (MSB copied, then XOR adjacent bits).

  2. Give the rule to convert Gray code $G$ back to binary $B$.

    $B_{n-1}=G_{n-1}$ and $B_i = B_{i+1}\oplus G_i$ (running XOR from MSB downward).

  3. What is a $2^{n}$-to-$1$ multiplexer and how many select lines does it need?

    A circuit that routes one of $2^{n}$ data inputs to the output based on $n$ select lines; output $=\sum (\text{minterm of selects})\cdot D_i$.

  4. How can a multiplexer be used to implement an arbitrary Boolean function?

    A $2^{n}$-to-1 MUX with the $n$ variables on the select lines and the truth-table output values (0,1, a variable, or its complement) on the data inputs realizes any function of $n$ variables.

  5. What does an $n$-to-$2^{n}$ decoder do?

    It activates exactly one of $2^{n}$ output lines corresponding to the $n$-bit input code; each output is a distinct minterm of the inputs.

  6. How can a decoder with an OR gate implement Boolean functions?

    A full decoder generates all minterms; ORing the required minterm outputs gives any SOP function (decoder outputs act as minterm generators).

  7. What is the key functional difference between a latch and a flip-flop?

    A latch is level-sensitive (transparent while the enable/clock level is active); a flip-flop is edge-triggered (state changes only on a clock edge).

  8. Describe the behavior of an SR latch including its forbidden input.

    $S=1,R=0\Rightarrow Q=1$; $S=0,R=1\Rightarrow Q=0$; $S=R=0\Rightarrow$ hold; $S=R=1$ is forbidden (invalid/indeterminate output).

  9. Give the characteristic equation of a D flip-flop and a JK flip-flop.

    D flip-flop: $Q_{next}=D$. JK flip-flop: $Q_{next}=J\bar Q + \bar K Q$.

  10. What does a T (toggle) flip-flop do, and what is its characteristic equation?

    When $T=1$ it toggles, when $T=0$ it holds: $Q_{next}=T\oplus Q$.

  11. What is the modulus of a counter, and how many flip-flops are needed for a mod-$N$ counter?

    The modulus is the number of distinct states before repeating. A mod-$N$ counter needs at least $\lceil \log_2 N\rceil$ flip-flops.

  12. Compare synchronous and asynchronous (ripple) counters.

    In synchronous counters all flip-flops share one clock, so they switch together (faster, no cumulative delay). In ripple counters the clock of each stage comes from the previous output, causing cumulative propagation delay.

  13. What is the maximum clock frequency limit of a ripple counter with $n$ flip-flops each of delay $t_{pd}$?

    Worst case the carry ripples through all stages, so $f_{max}\approx \frac{1}{n\cdot t_{pd}}$ (delays add).

  14. What is a ring counter and how many states does it have for $n$ flip-flops?

    A circular shift register where the output feeds back to the input; a single 1 (or 0) circulates, giving $n$ unique states.

  15. What is a Johnson (twisted-ring) counter and its number of states for $n$ flip-flops?

    A ring counter where the complemented output feeds back to the input, producing $2n$ unique states.

  16. List the four basic data-movement modes of a shift register.

    SISO (serial-in serial-out), SIPO (serial-in parallel-out), PISO (parallel-in serial-out), and PIPO (parallel-in parallel-out).

  17. What is the difference between a Mealy and a Moore finite state machine?

    In a Moore FSM the output depends only on the current state; in a Mealy FSM the output depends on both the current state and the present inputs. Mealy often needs fewer states but its outputs can change asynchronously with inputs.

  18. What three elements define a finite state machine?

    A set of states, a next-state (transition) function of current state and inputs, and an output function. It is realized with state registers plus combinational next-state and output logic.

  19. Define propagation delay ($t_{pd}$) of a logic gate.

    The time between an input transition crossing 50% and the resulting output transition crossing 50%; often averaged as $t_{pd}=\frac{t_{pHL}+t_{pLH}}{2}$.

  20. Define setup time and hold time of a flip-flop.

    Setup time $t_{su}$ is the minimum interval the data must be stable before the clock edge; hold time $t_{h}$ is the minimum interval the data must remain stable after the clock edge. Violations cause metastability.

  21. What is the critical path of a synchronous circuit and how does it set the maximum clock frequency?

    The critical path is the longest combinational delay between registers. The clock period must satisfy $T_{clk}\geq t_{cq}+t_{comb,max}+t_{su}$, so $f_{max}=\frac{1}{t_{cq}+t_{comb,max}+t_{su}}$.

  22. What is the hold-time constraint in a synchronous circuit?

    $t_{cq}+t_{comb,min}\geq t_{h}$; the shortest combinational path plus clock-to-Q delay must exceed the hold time, otherwise new data corrupts the capture (independent of clock period).

  23. What is the function of a sample-and-hold circuit in a data-acquisition system?

    It samples (tracks) the analog input at a sampling instant and holds that value constant on a capacitor during the conversion time, so the ADC sees a stable input despite a changing signal.

  24. For an $n$-bit ADC with full-scale voltage $V_{FS}$, what is the resolution (LSB size)?

    $\text{LSB} = \frac{V_{FS}}{2^{n}}$, and the maximum quantization error is $\pm\frac{1}{2}\text{LSB}$.

What this deck covers

The Digital Circuits deck follows the GATE E&C Engineering Digital Circuits syllabus — 6 chapters and 26 topics — so questions land on material that is genuinely examinable rather than trivia around it. That works out to roughly 8.7 cards per chapter.

Answers are written to be recallable, not just readable — averaging about 145 characters, which is long enough to carry the reasoning and short enough to say out loud.

A deck like this earns its keep on the second and third pass. Read the syllabus first so you know the shape of the subject, then use the cards to find the specific facts that have not stuck.

Digital Circuits flashcards FAQ

How many Digital Circuits flashcards are in this GATE E&C Engineering deck?

52 cards. This page previews 24 of them, sampled evenly across the deck so you can judge the difficulty before installing anything.

Are these GATE E&C Engineering flashcards free?

Yes. The preview here is free to read with no signup, and the full 52-card deck is free inside the Examius app.

What do the Digital Circuits cards cover?

They follow the GATE E&C Engineering Digital Circuits syllabus — 6 chapters and 26 topics — so the questions track what is actually examinable.

How should I use these flashcards?

Read the syllabus first so you know the shape of the subject, then drill the deck. Examius schedules each card with spaced repetition, so cards you keep missing come back sooner and ones you know drift further apart.