Difficulty: Easy
Correct Answer: data selector
Explanation:
Introduction / Context:
A multiplexer (MUX) routes one of many inputs to a single output based on select signals. It is often called a “data selector.” This role is ubiquitous in digital systems for bus sharing, input selection, and time-division multiplexed display driving.
Given Data / Assumptions:
Concept / Approach:
The MUX’s primary use is selection of one input among many. Functions like serial-to-parallel conversion are typically performed by shift registers and demultiplexers, while parity checking uses XOR logic. Data generation suggests sources such as counters or LFSRs rather than a selector.
Step-by-Step Solution:
Verification / Alternative check:
Look up 74HC151 (8-to-1 data selector) or similar: datasheets explicitly label these ICs as “multiplexer/data selector.”
Why Other Options Are Wrong:
Common Pitfalls:
Confusing multiplexers (many-to-one) with demultiplexers (one-to-many) and shift-register-based format converters.
Final Answer:
data selector
Discussion & Comments