You are on page 1of 3

Name : Abrar Manzoor Section : B Roll No : 2020F-BCE-055

LAB NO 07 (Open Ended)


Objective :
To Implement 2-Bit ALU using multiplexer.

Hardware/Software Required:
ICS'S (AND,OR,NOT), Breadbosrd, Jumperwire, LED , 9volts + Regulator as Hardware
EWB as Software

Circuit Diagram :
Name : Abrar Manzoor Section : B Roll No : 2020F-BCE-055

Truth Table :
A B A’ B’ AB A’B AB’ A’B’ A’B+AB B’A+A’ A’B+AB+B’A
B’ +A’B’
0 0 1 1 0 0 1 0 0 1 1

0 1 1 0 0 1 0 1 1 0 1

1 0 0 1 0 0 0 0 0 1 1

1 1 0 0 1 0 0 1 1 0 1

Methodology :
AB+A'B+AB'+A'B' is the equation of for a 2-Bit multiplexer . Connect S0 and S1 to pin 1 and 2 of
the AND Gate , And collect their output from pin-3 , which is equal to AB in this case . S1 is
connected to inverter pin-1 and its output is taken from pin-2 ; S0 is connected to AND Gate pins
4 & 5 and its output is taken from pin 7, which is A'B , Now we link S0 to inverter pin-3 , take its
output from pin 4 , and connect it , as well as S1 to inverter 9 & 10 of the NOT Gate
,respectively,then take their outputs from pins 6 & 8 , and connect them to pins 12 and 13 of the
AND Gate , yielding A'B'
Name : Abrar Manzoor Section : B Roll No : 2020F-BCE-055

Conclusion :
The Input A & B is whether High/Low , The Output will be High. At 1rst (AB) input 1rst LED will
gow and at 2nd input (A'B) 2nd LED will glow , at (AB') 3rd LED will glow and at (A'B') 4rth LED
will Glow.

Manual Implementation

You might also like