Difficulty: Easy
Correct Answer: Correct
Explanation:
Introduction / Context:
 The 74194 (and HC/HCT variants) is a bidirectional universal shift register commonly studied in digital logic courses. Recognizing its distinguishing features helps you choose appropriate parts and wire correct data paths in lab exercises and designs.
Given Data / Assumptions:
Concept / Approach:
 The 74194 provides separate serial inputs for left and right shifts. When configured to shift right, data enters from the serial-right input; for shift left, data enters from the serial-left input. This avoids having to externally multiplex a single serial input and simplifies direction control. Combined with synchronous parallel load, the chip is termed “universal.”
Step-by-Step Solution:
Verification / Alternative check:
 Manufacturer datasheets show distinct serial inputs and a mode table indicating which input is sampled for each shift direction. Lab experiments with LEDs on Q outputs readily confirm directional shifting behavior.
Why Other Options Are Wrong:
 CMOS vs TTL families preserve the logical interface. Output enable and supply voltage do not change the existence of two serial inputs.
Common Pitfalls:
 Swapping the serial inputs or neglecting to set the mode lines correctly, which makes the register appear nonfunctional or shifting the wrong way.
Final Answer:
 Correct
Discussion & Comments