Difficulty: Easy
Correct Answer: bidirectional universal
Explanation:
Introduction:Many applications require both parallel interfacing and directional shifting for alignment, serialization, or arithmetic. The device that provides all these capabilities is commonly known as a universal shift register.
Given Data / Assumptions:
Concept / Approach:
A universal shift register supports four primary modes: hold (no change), shift left, shift right, and parallel load. Because it can shift in both directions and accept a parallel word, it is termed a bidirectional universal shift register. Typical IC examples are the 74x194/195 families.
Step-by-Step Solution:
Provide control lines to select among hold, shift-left, shift-right, and parallel-load modes.For parallel load, data on D inputs is clocked into all stages simultaneously.For shifting, serial inputs at either end inject new bits while existing bits move accordingly.Outputs present the updated word or serial bit depending on usage.Verification / Alternative check:
Datasheets name these parts “universal” exactly because they combine bidirectional shifting with parallel loading, unlike simpler SIPO or PISO devices that lack at least one capability.
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
bidirectional universal
Discussion & Comments