Difficulty: Easy
Correct Answer: SISO
Explanation:
Introduction:
Shift registers are used to convert between serial and parallel formats and to delay or manipulate bit streams. Identifying the correct register type is crucial for interfacing ICs and communication links.
Given Data / Assumptions:
Concept / Approach:
Register acronyms specify data flow: PIPO (parallel in, parallel out), SISO (serial in, serial out), SIPO (serial in, parallel out), PISO (parallel in, serial out). The described behavior matches SISO, often used as a simple delay line or pipeline of bits.
Step-by-Step Solution:
Verification / Alternative check:
Timing diagrams show a one-clock per stage latency from input to output, consistent with serial-in, serial-out operation used for digital delay lines.
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
SISO
Discussion & Comments