You are on page 1of 3

DEPARTMENT OF INFORMATION TECHNOLOGY

Academic Year: 2020-2021


Subject: DLD
SAP ID- 60003200163

Experiment No. – 5:
Demultiplexers

1] Aim:
Implement 1:8 Demultiplexer

2] Requirements
Breadboard, Connecting wires, Probes, +5 V Power Supply
Carbon Resistor: 330 Ω - 8 Nos. LEDs: 5MM- 8 Nos.
IC 74138: 1:8 Demultiplexer- 1 No.

3] Pre-Experiment Exercise Brief Theory


1) Demultiplexer:
Demultiplexers take one data input and a few selection inputs, and they have several outputs. A demultiplexer
performs the reverse operation of a multiplexer i.e. it receives one input and distributes it over several outputs. At
a time, only one output line is selected by the select lines and the input is transmitted to the selected output line.
Demultiplexers are sometimes convenient for designing general purpose logic, because if the demultiplexer's
input is always true, the demultiplexer acts as a decoder. This means that any function of the selection bits can be
constructed by logically OR-in the correct set of outputs.
DEPARTMENT OF INFORMATION TECHNOLOGY
Academic Year: 2020-2021
Subject: DLD
SAP ID- 60003200163

Laboratory Exercise
A) Procedure

Demultiplexer:
a) Connect the power supply to the appropriate pins of the IC.
b) Apply various combinations of logic states (input voltages) i.e. 5 V for Logic 1 and 0V for
Logic 0.
c) Prepare the connection as per the configuration for 1:8 DEMUX and verify the Truth Table.
d) The Strobe / Enable pins E1 and E2 are connected to Gnd and E3 is connected to Vcc.
e) Connect the select lines to any one of the input combinations.
f) Observe the LED status at all the output.
B) Observations Table:
1:8 DEMUX

➢ Truth table

INPUT OUTPUTS

A2 A1 A0 O0 O1 O2 O3 O4 O5 O6 O7
0 0 0 1 0 0 0 0 0 0 0
0 0 1 0 1 0 0 0 0 0 0
0 1 0 0 0 1 0 0 0 0 0
0 1 1 0 0 0 1 0 0 0 0
1 0 0 0 0 0 0 1 0 0 0
1 0 1 0 0 0 0 0 1 0 0
1 1 0 0 0 0 0 0 0 1 0
1 1 1 0 0 0 0 0 0 0 1
DEPARTMENT OF INFORMATION TECHNOLOGY
Academic Year: 2020-2021
Subject: DLD
SAP ID- 60003200163

Circuit Diagram:

Conclusion:

Hence, we have implemented 1:8 Demultiplexer.

You might also like