74LS139 as demultiplexer — The dual 2-to-4 decoder (74139) functions as a demultiplexer when the data is applied to which pin function?

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:

  • Each 74139 section has inputs: Enable (active-LOW), Select A, Select B.
  • Outputs are active-LOW (Y0–Y3).
  • Goal: steer one data signal to a chosen output line.


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:

Wire the data signal to the active-LOW enable.Drive Select A/B with the desired 2-bit address.Observe the addressed output: it follows the data (active-LOW convention).


Verification / Alternative check:

Application notes commonly show 74×139/74×138 used as demultiplexers by placing data on the enable line.


Why Other Options Are Wrong:

the common output line: There is no single common output; outputs are separate.the least/most significant select line: Select lines choose the output; they are not designed to carry data.


Common Pitfalls:

Forgetting outputs are active-LOW; “data follows” occurs with inverted logic.Attempting to drive data onto an output pin rather than the enable.


Final Answer:

the enable input of the selected 2-to-4 section

More Questions from MSI Logic Circuits

Discussion & Comments

No comments yet. Be the first to comment!
Join Discussion