Design and Implementation of Multiplexer and De-Multiplexer Using Logic Gates and Study of Ic74150 and Ic 74154
Design and Implementation of Multiplexer and De-Multiplexer Using Logic Gates and Study of Ic74150 and Ic 74154
Design and Implementation of Multiplexer and De-Multiplexer Using Logic Gates and Study of Ic74150 and Ic 74154
AIM:
To design and implement multiplexer and demultiplexer
using logic gates and study of IC 74150 and IC 74154.
APPARATUS REQUIRED:
Sl.No. COMPONENT SPECIFICATION QTY.
1. 3 I/P AND GATE IC 7411 2
2. OR GATE IC 7432 1
3. NOT GATE IC 7404 1
2. IC TRAINER KIT - 1
3. PATCH CORDS - 32
THEORY:
MULTIPLEXER:
Multiplexer means transmitting a large number of
information units over a smaller number of channels or lines. A
digital multiplexer is a combinational circuit that selects binary
information from one of many input lines and directs it to a single
output line. The selection of a particular input line is controlled by
a set of selection lines. Normally there are 2n input line and n
selection lines whose bit combination determine which input is
selected.
DEMULTIPLEXER:
The function of Demultiplexer is in contrast to multiplexer
function. It takes information from one line and distributes it to a
given number of output lines. For this reason, the demultiplexer is
also known as a data distributor. Decoder can also be used as
demultiplexer.
In the 1: 4 demultiplexer circuit, the data input line goes to
all of the AND gates. The data select lines enable only one gate at
a time and the data on the data input line will pass through the
selected gate to the associated data output line.
FUNCTION TABLE:
S1 S0 INPUTS Y
0 0 D0 → D0 S1’
S0’
0 1 D1 → D1 S1’ S0
1 0 D2 → D2 S1 S0’
1 1 D3 → D3 S1 S0
Y = D0 S1’ S0’ + D1 S1’ S0 + D2 S1 S0’ + D3 S1 S0
CIRCUIT DIAGRAM FOR MULTIPLEXER:
TRUTH TABLE:
S1 S0 Y = OUTPUT
0 0 D0
0 1 D1
1 0 D2
1 1 D3
RESULT: