Difficulty: Easy
Correct Answer: Use the Q output of each flip-flop.
Explanation:
Introduction / Context:
A shift register stores one bit per stage. To expose the entire word in parallel, each stage's Q output is treated as one bit of the bus. This is the basis of SIPO devices and parallel reads from serial streams.
Given Data / Assumptions:
Concept / Approach:
Parallel readout is accomplished by wiring each flip-flop's Q to a dedicated output pin or bus line. Optionally, an output latch can isolate the internal shifting from the bus, but the fundamental method is one Q per bit line.
Step-by-Step Solution:
Verification / Alternative check:
Examine typical SIPO IC pinouts (e.g., 74HC164, 74HC595). Pin names Q0..Q7 expose each flip-flop's output for parallel access.
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
Use the Q output of each flip-flop.
Discussion & Comments