Deld Lab Experiment - 6
Deld Lab Experiment - 6
Experiment No:6
Aim:
➢ Design and Implement 4:1 Mux using Logic gates.
➢ Verification of Functional table of IC 74153.
➢ Verification of Sum of Product (SOP) and Product of Sum (POS) with the help of given
Boolean expression.
a. Y = ∑m (1, 2, 3)
b. Y = ∏ M (0, 2)
➢ Implement the following Boolean Function using single 4:1 Mux.
F (A, B, C) = ∑m (1,3,5,6)
➢ Design and Implement 1:2 Demux using Logic gates.
Apparatus: Digital trainer kit, connecting wires, IC 74153, IC 7408,IC 7432, IC 7400.
Theory:
1. Multiplexer
• Multiplexer is a digital switch which allows digital information from several sources to be routed
onto a single output line. Basic multiplexer has several data inputs and a single output line.
• The selection of a particular input line is controlled by a set of selection line.
• There are 2n input lines & n is the number of selection line whose bit combinations determines
which input is selected. It is “Many into One”.
3. Demultiplexer.
Design:
1. Design and Implement 4:1 Mux using Logic gates.
Theory:
4x1 Multiplexer has four data inputs D0, D1, D2 & D3 two selection lines S1 & S0 and one output Y.
One of these 4 inputs will be connected to the output based on the combination of inputs present at
these two selection lines. Truth table of 4x1 Multiplexer is shown below.
S1 S0 Y
0 0 D0
0 1 D1
1 0 D2
1 1 D3
From Truth table, we can directly write the Boolean function for output, Y as
𝑌 = (𝑆1′ 𝑆0′ )𝐷0 + (𝑆1′ 𝑆0 )𝐷1 + (𝑆1 𝑆0′ )𝐷2 + (𝑆1 𝑆0 )𝐷3
We can implement this Boolean function using Inverters, AND gates & OR gate.
3. Verification of Sum of Product (SOP) and Product of Sum (POS) with the help of given
Boolean expression.
a) Y = ∑m (1, 2, 3)
b) Y = ∏ M (0, 2)
Truth Table:
INPUTS Output
A B Y
0 0 0
0 1 1
1 0 0
1 1 1
Logic Diagram:
A B C F
0 0 0 0
0 0 1 1
0 1 0 0
0 1 1 1
1 0 0 0
1 0 1 1
1 1 0 1
1 1 1 0
We have to design using 4:1 Mux only hence we use Hardware Reduction Method.
Implementation Table:
D0 D1 D2 D3
A’ 0 1 2 3
A 4 5 6 7
Final I/P to MUX 0 1 A A’
Logic Diagram:
Hardware Requirement:
Conclusion:
▪ Multiplexer is used as a data selector to select one out of many data inputs.
▪ Demultiplexer is used as data distributor to select input to output side.
▪ It is used for simplification of logic design.
▪ It is used to design combinational circuit.
References:
1. R.P.Jain, ‘Modern digital electronics’, 3rd edition, Tata McGraw Hill publication.
2. James W. Bignell, Robert Donovan, ‘Digital Electronics’, 5th edition, Cengage Learning
publication.
3. Malvino, Leach, Saha ‘Digital Principles and Applications’, 6th edition, Tata McGraw Hill
publication.