0% found this document useful (0 votes)
44 views4 pages

Military College of Signals Digital Logic Design: Lab Engr Hammad

The document is a lab report submitted by four students to their instructor. It describes designing and implementing a 4x1 multiplexer. The report includes circuit diagrams of the multiplexer design using logic gates as well as a truth table. It also discusses an alternative implementation using smaller 2x1 multiplexer blocks.

Uploaded by

ahmad khan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
44 views4 pages

Military College of Signals Digital Logic Design: Lab Engr Hammad

The document is a lab report submitted by four students to their instructor. It describes designing and implementing a 4x1 multiplexer. The report includes circuit diagrams of the multiplexer design using logic gates as well as a truth table. It also discusses an alternative implementation using smaller 2x1 multiplexer blocks.

Uploaded by

ahmad khan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

MILITARY COLLEGE OF SIGNALS

DIGITAL LOGIC DESIGN


BEE 56 A

LAB REPORT NO: 08


SUBMITTED BY:
 Usama Khan
 Babar Rasool
 Ishaq Khan
 Imran Ali
SUBMITTED TO: LAB ENGR HAMMAD
REVIEW QUESTIONS

1- Design and implement 4x1 multiplexer


Circuit diagram:

Explanation:
Components used
 4082 4-INPUT AND GATE
 7432 2-INPUT OR GATE
 7404 STD HEX INVERTER
 LOGICPROBE
 LOGIC STATE SOURCE
a. Here we used 4_input AND gates.
b. One input is connected to either 10,11,I2,I3 and other two inputs of AND gate
are connected with select lines.
c. 4TH INPUT connected with E
d. In order to get input from 11 we will give S0 “0” input and because of NOT gate
it will become “1” and will give S1 “1” and there is no NOT gate connected to it
so, output will remain 1.
e. So, both inputs are “1” as a result the output will be dependent only on input we
give to I1. If I1 “1” is “1” the output will be “1” because all the inputs are “1”
then AND operation will give output “1” and if I1 is “0” the output will be “0” at
U2.
f. All the other gates will turn off because of AND operation e.g In U1, we gave
input S0 “0” and S1 “1” and both the gate will NOT their inputs and because of
AND gate it will remain OFF.
g. U1 is “0” and if U2 is “1” after the OR operation the output at U7 will be 1.
h. U3,U4 are “0” after that OR operation will be performed and output of U8 will
give “0”
i. At last at the output of U9 we will get “1” because of OR operation.
2. Design a 4x1 multiplexor using the smaller blocks of
multiplexers.

I0
2x1 MUX
I1

2x1 MUX
S0 0
S0

I2
2x1 MUX
I3 S1
S0

S0

TRUTH TABLE
S0 S1 OUTPUT
0 0 I0
0 1 I1
1 0 I2
1 1 I3
Sr. Key Decoder De-Multiplexer
No.

1 Purpose A Decoder decodes an A De-Multiplexer routes an


encrypted input signal to input signal to multiple
multiple output signals from output signals.
one format to another format.

2 Input/Output A Decoder has 'n' input lines A De-Multiplexer has single


and maximum of 2n output input, 'n' selection lines and
lines. maximum of 2n outputs.

3 Inverse Decoder's inverse is Encoder. De-Multiplexer's inverse is


Multiplexer.

4 Usage Decoder is used to detect bits, De-Multiplexer is used in


encoding of data. switching, data distribution.

5 Select Lines Decoder has no select lines. De-Multiplexer contains


select lines.

6 Application Decoder is heavily used in De-Multiplexer is employed


networking applications. in communication systems.

You might also like