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

Green University of Bangladesh

Department of Computer Science and Engineering (CSE)


Faculty of Sciences and Engineering
Semester: (Spring , Year : 2023), B.Sc. in CSE (Day)
Lab Report NO # 05
Course Title : Digital Logic Design
Course Code : CSE 204 Section : 221 D17

Lab Experiment Name : Design and implement 1x4 De-Multiplexer using 1x2
De-Multiplexer.

Student Details

Name ID
1. MD. Monirul Islam 221 002 154

Lab Date :
Submission Date :
Course Teacher’s Name : Maisha Muntaha.

Lab Report Status

Marks : Signature :

Comments : Date :
1. TITLE OF THE LAB REPORT EXPERIMENT

Design and implement 1x4 De-Multiplexer using 1x2 De-Multiplexer.

2. OBJECTIVES/AIM
To attain knowledge on the 1x4 De-multiplexer and how they work.
To implement 1x4 De-multiplexer using integrated circuits (IC’s) and verify the truth
tables.

3. PROCEDURE / ANALYSIS / DESIGN

Here Block Diagram of 1x2 DE MUX

1x2 Y0
I DE MUX
Y1

S Y1 Y0
0 0 I
1 I 0

Bollean Expression for 1x2 De MUX


Y0 = S̄I
Y1 =SI

Here Block Diagram of 1x4 DE MUX

Y0
1x4 Y1
I DE MUX Y2
Y3

S1 S0
1x4 De-Multiplexer using 1x2 De-Multiplexer

1x2 Y0
DE MUX
Y1

1x2
I DE MUX

1x2 Y2
DE MUX
Y3
S1

S0

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

4. IMPLEMENTATION
5. TEST RESULT / OUTPUT
S1 S0 I

Y0

Y1

Y2

Y3
6. ANALYSIS AND DISCUSSION
The 1x4 Demultiplexer implemented using 1x2 Demultiplexers allows us to select one of the four
outputs based on the select lines. The input is routed to the corresponding output based on the
select lines' values. The output is determined by the truth table derived in the design phase. By
using the 1x2 Demux as a building block, we can construct larger multiplexers with multiple
outputs effectively. This assignment provided an opportunity to apply logical design principles
and understand the construction of a larger multiplexer using smaller components. It allowed for
hands-on learning and reinforced the concept of cascading smaller Demultiplexers to achieve a
desired output configuration.

You might also like