Difficulty: Easy
Correct Answer: cross coupling
Explanation:
Introduction / Context:
A latch stores one bit of information by using positive feedback. In basic digital electronics, cross-coupling two gates creates a self-reinforcing loop that prefers either of two states, thereby providing memory. This question targets the core reason the latch holds its state without continuous input drive.
Given Data / Assumptions:
Concept / Approach:
The essence of memory here is regenerative feedback—each gate’s output feeds the other’s input. Once a state is reached, the feedback biases the partner gate such that the state is reinforced. This cross coupling is what makes a latch a storage element rather than a simple combinational gate chain.
Step-by-Step Explanation:
Verification / Alternative check:
SPICE or logic simulations show that after the inputs return to their inactive levels, the outputs remain latched. Introducing the opposite valid input flips and then re-latches the state.
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
cross coupling
Discussion & Comments