Course Title: Digital Electronics Lab Course Code: CSE224 Experiment Name

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 7

Course Title: Digital Electronics Lab

Course code: CSE224


Experiment Name: Design and Implementation of Multiplexer

Submitted To:
Amir Sohel
Lecturer
Department Of CSE

Daffodil International University

Submitted By:
Name: Sajib Bormon
ID: 201 -15 - 3773

Section: PC - R
Department Of CSE
Daffodil International University
Introduction:
Multiplexer is a combinational circuit that has maximum of 2" data inputs, 'n'
selection lines and single output line. One of these data inputs will be connected to
the output based on the values of selection lines. Since there are 'n' selection lines,
there will be 21 possible combinations of zeros and ones. So, each combination
will select only one data input. Multiplexer is also called as Mux.

Let, 4 x 1 Multiplexer has four inputs I3, I2, I1 & I0 and two selection lines S1 &
S0. The block diagram of 4 to 1 Multiplexer is given below:

And the truth table is given below:


Selection lines Output
S1 S0 Y
0 0 I0
0 1 I1
1 0 I2
1 1 I3
From truth table, we can write the Boolean functions for each output as,

Y= S1’ S0’ I0 + S1’ S0 I1 + S1 S0’ I2 + S1 S0 I3

Circuit Diagram:

Apparatus: In this lab, we are using this apparatus

1. Tinkercad.

2. Breadboard.

3. NOT gate IC, AND gate IC(3 pin inputs) and OR gate IC.
4. LED.

5. Power Supply.

6. Resistor.

7. Switch.

Working principle:

1. First of all, we have taken breadboard, resistors, led, switch, power supply, NOT
IC, AND IC and OR IC.

2. Then we connected all basic components (power, led, switch, grounding) with
breadboard.

3. Firstly, S1 and S2 connected to NOT gate and the results of them connected to
AND gate inputs and also I0 connected to AND gate the output is connected to OR
gate.

4. Again, S1 connected to NOT gate, the output of S1 is connected to AND gate


and I0 and S0 is also connected to AND gate and the output of them connected to
OR gate.

5. Now, S0 is connected to NOT gate and the output and S1 & I2 is connected to
AND gate. The AND gate output is connected to OR gate.

6. Here, S0, S1 & I2 is connected to AND gate. The AND gate output is connected
to OR gate.

7. Now every is combined in OR gate and the last output is connected to LED.
5. Then we run the simulation. And check it with truth table.

Circuit diagram of simulation:


Description:
1. We get the output as same as we get in the truth table.
2. There is no error & risk because we run it in a simulation
software.

You might also like