Decoders

Duration: 5 min

This video lesson is available to enrolled students.

Enroll to watch — Coal India Management Trainee (CS) Recruitment 2026

AI summary & chapters

AI Summary

An AI-generated summary of this video lecture.

This lecture demonstrates how to construct a 4-to-16-line decoder using two 3-to-8-line decoders with enable inputs. The instructor begins by drawing a block diagram for the target 4x16 decoder, labeling its four inputs as I0 (LSB) through I3 (MSB) and its sixteen outputs as D0 to D15. The solution involves using the three lower-order bits (I0, I1, I2) as common data inputs to both 3x8 decoder blocks. The most significant bit (I3) is used to control the enable inputs of each decoder: when I3=0, the upper decoder is enabled to produce outputs D0-D7; when I3=1, an inverter allows the lower decoder to be enabled to produce outputs D8-D15. This method effectively doubles the output capacity of a 3x8 decoder to create a 4x16 decoder.

Chapters

  1. 0:00 2:00 00:00-02:00

    The instructor introduces the problem of connecting two 3-to-8-line decoders to form a 4-to-16-line decoder. A block diagram for the target '4x16 Decoder' is drawn on the whiteboard, with inputs labeled I0 (LSB) to I3 (MSB) and outputs D0 to D15. The instructor then begins drawing the first 3x8 decoder block, labeling its inputs I0, I1, I2 and an enable input E.

  2. 2:00 5:00 02:00-05:00

    The instructor draws a second 3x8 decoder block in green ink, stacking it below the first. The inputs I0, I1, and I2 are connected to both decoders. The MSB (I3) is circled in red and wired to the enable inputs of both decoders. An inverter is added between I3 and the upper decoder's enable pin, while a direct connection is made to the lower decoder. The outputs are labeled D0-D7 for the upper block and D8-D15 for the lower block.

  3. 5:00 5:19 05:00-05:19

    The final diagram is completed, showing the logic conditions for each decoder. The instructor writes 'I3=0' and 'I3=1' to indicate the enable states. The outputs of both 3x8 decoders are connected to the final 4x16 decoder block, demonstrating how the MSB selects which half of the output range is active based on the enable logic.

The core concept taught is decoder expansion using enable inputs. By sharing the lower-order address lines (I0-I2) across multiple smaller decoders and using the higher-order bit (I3) to control their enable pins, a larger decoder can be synthesized. The use of an inverter on one enable line ensures that only one 3x8 decoder is active at any given time, preventing output conflicts and correctly mapping the 4-bit input to one of sixteen unique outputs.

Loading lesson…