Difficulty: Easy
Correct Answer: Incorrect
Explanation:
Introduction / Context:
The S–R latch is the quintessential bistable made from cross-coupled NOR or NAND gates. While simple, it includes a prohibited input combination that leads to ambiguity or both outputs at the same level, violating complementarity.
Given Data / Assumptions:
Concept / Approach:
In the forbidden case, both cross-coupled gates are forced into the same driven state. When inputs are released, final state can be unpredictable and may depend on tiny device mismatches, breaking determinism. Therefore, stating that there is “no invalid or unused state” is factually wrong.
Step-by-Step Solution:
Verification / Alternative check:
Truth/characteristic tables in textbooks mark the forbidden row explicitly (often with an X). Simulators also flag undefined behavior when both controlling inputs are asserted concurrently in these structures.
Why Other Options Are Wrong:
Common Pitfalls:
Driving both inputs active “just to be safe”; failing to add gating to prevent overlap; misunderstanding active-high vs active-low conventions and thereby asserting the wrong pair simultaneously.
Final Answer:
Incorrect
Discussion & Comments