Difficulty: Easy
Correct Answer: Universal shift register
Explanation:
Introduction / Context:
Shift registers range from simple serial-in/serial-out devices to fully flexible units that can load in parallel, shift left or right, and accept serial data from either side. The industry uses a specific name for the most flexible category, frequently found in timing, communication, and data format conversion tasks.
Given Data / Assumptions:
Concept / Approach:
A “universal shift register” is designed to perform parallel load, shift-left, shift-right, and hold operations under mode control. It can ingest serial data from either end, making it useful for interfacing between serial and parallel buses and for bit manipulation tasks.
Step-by-Step Solution:
Recognize feature set: parallel load + bidirectional serial + shift = universal capability.Match to standard terminology: “universal shift register.”Therefore, the correct name is Universal shift register.
Verification / Alternative check:
Common parts such as the 74HC194/74HC195 are expressly identified as universal shift registers in datasheets, supporting load and bidirectional shifting via mode inputs S1/S0 and a clock.
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
Universal shift register
Discussion & Comments