Difficulty: Easy
Correct Answer: The output would become unpredictable (forbidden state).
Explanation:
Introduction / Context:NAND-based S–R latches interpret LOW as the active assertion of Set or Reset. Applying LOW to both inputs simultaneously produces a forbidden condition. Understanding this case prevents design errors and metastability in larger systems where latches are sub-elements.
Given Data / Assumptions:
Concept / Approach:
For a NAND gate, any LOW input forces a HIGH output. With both inputs LOW, each NAND output goes HIGH, momentarily giving Q = 1 and Q̄ = 1, which violates complementarity. When inputs return HIGH, slight asymmetries decide the final latched state, making it unpredictable or indeterminate.
Step-by-Step Explanation:
Apply S = 0 and R = 0 → both NAND outputs forced HIGH.This creates Q = 1 and Q̄ = 1 (not complementary → invalid).Release inputs back HIGH → due to unequal delays, either side may win → unpredictable final state.Verification / Alternative check:
Timing diagrams show both outputs driven HIGH during the forbidden input, then a potentially random resolution after inputs are released, consistent with the latch truth table warning.
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
The output would become unpredictable (forbidden state).
Discussion & Comments