You are on page 1of 7

Experiment No.

08

AIM: To implement and study 4:1 multiplexer and 1:4 demultiplexer using logic gates in
virtual labs.

REQUIREMENTS:
A computer system with internet connection to open following virtual lab link:
https://de-iitr.vlabs.ac.in/exp/multiplexer demultiplexer/simulation.html

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.
4x1 Multiplexer
4x1 Multiplexer has four data inputs D0, D1, D2 & D3, two selection lines S0 & S1 and one
output Y. The block diagram of 4x1 Multiplexer is shown in Fig. 8.1. 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.

Figure. 8.1 Block diagram for 4:1 multiplexer

TRUTH TABLE FOR 4:1 MULTIPLEXER:

Selection Lines Output


S0 S1 Y
0 0 D0
0 1 D1
1 0 D2
1 1 D3

61
Experiment No. 08

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.

1x4 De-multiplexer
1x4 De-Multiplexer has one input Data(D), two selection lines, S0 & S1 and four outputs Y0,
Y1, Y2 & Y3. The block diagram of 1x4 De-Multiplexer is shown in Fig. 8.2.

Figure. 8.2 Block diagram for 1:4 demultiplexer

TRUTH TABLE FOR 1:4 DEMULTIPLEXER:

Selection Lines Outputs


S0 S1 Y3 Y2 Y1 Y0
0 0 0 0 0 D
0 1 0 0 D 0
1 0 0 D 0 0
1 1 D 0 0 0

Experiment with virtual lab:

Link for Virtual Lab: https://de-iitr.vlabs.ac.in/exp/multiplexer demultiplexer/simulation.html

62
Experiment No. 08

PROCEDURE (VIRTUAL LAB):


4:1 MULTIPLEXER
1. Connect +5 V DC power supply at pin number 14 and GND at pin number 7.
2. Press the switches for inputs select line (S0) and select line (S1).
3. Press the switches (D0, D1, D2, D3) for desired input.
4. Click “ADD” to obtain the truth table for different inputs.

Figure. 8.3: Virtual Lab connections of 4:1 Multiplexer

1:4 DEMULTIPLEXER
1. Connect +5 V DC power supply at pin number 14 and GND at pin number 7.
2. Press the switches for inputs select line (S0) and select line (S1).
3. Switch on the button.
4. Click “Data D” to switch ON for Data input 1.
5. Click “ADD” to obtain the truth table for different inputs

63
Experiment No. 08

Figure. 8.4: Virtual Lab connections of 1:4 Demultiplexer

Experiment with breadboard:


APPARATUS:
1. 3 I/P AND GATE (IC7411)
2. OR GATE (IC7432)
3. NOT GATE (IC7400)
4. Resistances (1K ohm)
5. LED’s
6. Connecting Wires

Components Required:

S. No. Components Specifications Quantity


1. Breadboard --- 1
2. Resistances 1KΩ 4
3. AND Gate IC7411 1
4. OR Gate IC7432 1
5. NOT Gate IC7400 1
6. LED’s 2 V (approx..) 4

64
Experiment No. 08

Figure. 8.5 Pin diagrams of IC 7411(3 input AND gate)

Figure. 8.6 Pin diagrams of IC 7432 (3 input OR gate)

Figure. 8.7 Pin diagrams of IC 7400 (3 input NOT gate)

65
Experiment No. 08

PROCEDURE (BREADBOARD):
1. Fix the IC’s on bread board.
2. Connections are given as per circuit diagram.
3. Make connection according to the circuit.
4. Connect +5 V DC power supply at pin number 14 and GND at pin number.
5. Logical inputs are given as per circuit diagram.
6. Observe the output and verify the truth table.

Figure 8.8: Breadboard connections of 4:1 Multiplexer

Figure 8.9: Breadboard connections of 1:4 Demultiplexer


66
Experiment No. 08

PRECAUTIONS:
1. The connections should be neat and tight.
2. Do not switch ON the trainer board without checking and verifying the connections.
3. It should be ensured that the applied voltage do not exceed the ratings of the IC’s
(maximum by 5V).

CONCLUSION:
Design and implementation of Multiplexer and Demultiplexer using logic gates in virtual lab
are done and truth tables are verified.

67

You might also like