LAB-5 Design and Implementation of Multiplexer and De-Multiplexer
LAB-5 Design and Implementation of Multiplexer and De-Multiplexer
LAB-5 Design and Implementation of Multiplexer and De-Multiplexer
LAB-5
Design and Implementation of Multiplexer and De-Multiplexer
Aim:
To design and implement a 2:1 multiplexer
To design and implement a 1:2 de-multiplexer
To design and implement a 4:1 multiplexer
To design and implement a 1:4 de-multiplexer
To design and implement an 8:1 multiplexer using 4:1 and 2:1
multiplexers (Challenging Task)
SOFTWARE USED:
Logic Gate Simulator
Task 1
To design and implement a 2:1 multiplexer
TRUTH TABLE
Input Output
S Io I1 Y = IoS’+I1S
0 0 0 0
0 1 0 1
0 0 1 0
0 1 1 1
1 0 0 0
1 1 0 0
1 0 1 1
1 1 1 1
Y = IoS’+I1S
Components used for 2:1 Multiplexer:
S.No. Component Specification Quantity
1. AND IC 7408 2
2. NOT IC 7404 1
3. OR IC 7432 1
Simulation:
RESULT:
Task 2
To design and implement a 1:2 de-multiplexer
TRUTH TABLE
Input Output
S D P Q
0 0 0 0
0 1 0 1
1 0 0 0
1 1 1 0
S\D D' D
S’ 0 0
S 0 1
Y1=DS
For Yo (Q):
S\D D' D
S’ 0 0
S 0 1
Yo=DS’
Components used for 1:2 De-Multiplexer:
S.No. Component Specification Quantity
1. AND IC 7408 2
2. NOT IC 7404 1
Simulation:
RESULT:
Task 3
Boolean Expression:
Y=ASo’S1’+BS1’So+CS1So’+DS1So
Simulation:
RESULT:
Task 4
Yo = I. so’. S1’
For Y1:
I\SoS1 S0'S1’ So’S1 SoS1 SoS1’
I’ 0 0 0 0
I 0 0 0 1
Y1 = I. So. S1’
For Y2:
I\SoS1 S0'S1’ So’S1 SoS1 SoS1’
I’ 0 0 0 0
I 0 1 0 0
Y2 = I. So’. S1
For Y3:
I\SoS1 S0'S1’ So’S1 SoS1 SoS1’
I’ 0 0 0 0
I 0 0 0 0
Y3 = I. So. S1
Simulation:
RESULT:
Hence, the 1:4 De-Multiplexer is successfully implemented,
designed and verified
Challenging Task
Components used for 8:1 Multiplexer using 4:1 and 2:1 Multiplexer:
S.No. Component Quantity
1. 4:1 MUX 2
2. 2:1 MUX 1
Simulation:
RESULT: