Difficulty: Easy
Correct Answer: NOR or NAND gates
Explanation:
Introduction / Context:
Flip-flops are fundamental memory elements. The simplest form, the S–R latch, is constructed by cross-coupling two logic gates. Recognizing which gate families support this is essential for understanding how memory and feedback are implemented in digital circuits.
Given Data / Assumptions:
Concept / Approach:
Because NAND and NOR gates are universal, cross-coupling them with appropriate input conventions yields an S–R latch. NOR-based latches treat logic HIGH as the active Set/Reset, whereas NAND-based latches treat logic LOW as the active inputs. In both cases, one specific input combination is forbidden (invalid), but normal set, reset, and hold actions are obtained otherwise.
Step-by-Step Explanation:
Verification / Alternative check:
Truth tables for NAND- and NOR-based S–R latches match the expected set, reset, and hold functions when valid inputs are applied.
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
NOR or NAND gates
Discussion & Comments