Difficulty: Easy
Correct Answer: input data select lines.
Explanation:
Introduction / Context:
Demultiplexers route one input signal to one of several outputs. Knowing which signals govern the routing is crucial for timing analysis, HDL design, and system debugging.
Given Data / Assumptions:
Concept / Approach:
The select lines (also called address or control inputs) encode the index of the output line that will receive the data. Internally, logic gates decode the select pattern to enable exactly one output path; however, the external, user-controlled signals that choose the path are the select lines.
Step-by-Step Solution:
Verification / Alternative check:
Truth tables show that for each select code, exactly one output equals the data input (or its enabled form), confirming select-line control.
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
input data select lines.
Discussion & Comments