Difficulty: Easy
Correct Answer: data distributor
Explanation:
Introduction / Context:
Multiplexers (MUXes) and demultiplexers (DEMUXes) are complementary switching elements used throughout digital design, communications, and data acquisition. Understanding their alternate names clarifies datasheets and schematic notations.
Given Data / Assumptions:
Concept / Approach:
By definition, a demultiplexer performs the inverse role of a multiplexer. Where a MUX is a “data selector,” a DEMUX is a “data distributor.” The select lines choose which single output line receives the input value.
Step-by-Step Solution:
Recall: MUX = many inputs → one output (data selector).DEMUX = one input → many outputs (data distributor).Match the synonym: “data distributor.”
Verification / Alternative check:
Check block symbols: a DEMUX symbol shows one input feeding a bank of outputs labeled by select lines, consistent with distribution.
Why Other Options Are Wrong:
data selector: synonym for multiplexer, not demultiplexer.multiplexer: opposite device.encoder: converts active input line to a coded output, a different function.None of the above: incorrect because “data distributor” is correct.
Common Pitfalls:
Confusing MUX and DEMUX names; forgetting that select line naming conventions may differ (S0..Sn vs. A..C).
Final Answer:
data distributor
Discussion & Comments