Difficulty: Easy
Correct Answer: the enable input of the selected 2-to-4 section
Explanation:
Introduction / Context:
A demultiplexer routes a single data input to one of several outputs based on select lines. Many TTL decoder chips can be repurposed as demultiplexers by feeding data into their enable pins while using the select pins to choose the output line. The 74LS139 contains two independent 2-to-4 decoders with active-LOW outputs and an active-LOW enable per section.
Given Data / Assumptions:
Concept / Approach:
To use the 74139 as a demultiplexer, apply the data to the enable input. When the enable is asserted (LOW), exactly one output goes LOW based on the select lines; when the enable is deasserted (HIGH), all outputs remain HIGH. Thus the LOW-active output mirrors the data level (active when data is LOW) on the selected output line.
Step-by-Step Solution:
Verification / Alternative check:
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
Discussion & Comments