Difficulty: Easy
Correct Answer: flip flop
Explanation:
Introduction / Context:
At the heart of sequential logic is a circuit that can store one bit of information reliably. Understanding which component provides this function is critical for designing registers, state machines, and memory structures.
Given Data / Assumptions:
Concept / Approach:
A flip-flop (e.g., SR, JK, D, T) is a bistable sequential element with two stable states, capable of latching a single bit. Other components like multiplexers, encoders, and decoders process data but do not inherently store state without additional feedback.
Step-by-Step Solution:
Verification / Alternative check:
Check any register design: it is a bank of D flip-flops, each storing one bit and controlled by a clock and enable/reset as needed.
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
Discussion & Comments