Difficulty: Easy
Correct Answer: several inputs and one output
Explanation:
Introduction / Context:
Multiplexers are selection devices used to route one of many input signals to a single output line under the control of select inputs. They are essential in data routing, resource sharing, and implementing logic functions by selection rather than explicit gates.
Given Data / Assumptions:
Concept / Approach:
A MUX funnels multiple candidate inputs into a single pathway. The Boolean function implemented equals the sum of selected minterms based on select lines, which is why MUXes can synthesize logic functions with appropriate input wiring.
Step-by-Step Reasoning:
Verification / Alternative check:
Reference typical parts like 74HC157 (quad 2-to-1) or 74HC151 (8-to-1). Their truth tables show one output reflecting one selected input at a time based on select pins and enable control.
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
several inputs and one output
Discussion & Comments