Full Adder Assignment
Full Adder Assignment
Lab Worksheet #7
Procedure:
Take the breadboard and connect the whole breadboard by placing two wires one in
positive rail and other in negative rail.
Take three ICs (XOR, AND, OR) and place it on the breadboard in sequence like first
XOR, then AND and in last OR..
Connect the VCC pin to the positive rail and GND pin to negative of each ICs.
Put 1st input in the XOR IC pin 1 and pass that input to the 1st input of AND gate, then put
2nd input of XOR IC pin 2 and pass it into the second input of AND gate. The output of
3rd pin of XOR pass into the 4 pin of XOR. Put 3rd input in the 5 pin of XOR and pass it
into the 5 pin of AND gate. The output of 3rd pin of XOR gate will be pass into the 4 pin
of AND IC. The output of 3rd pin of AND gate will pass into 2nd input of OR gate and the
output from 6 pin pass into 1st input of OR.
The XOR and AND gate represent the Sum and OR gate represent the carry.
The 6 output from XOR gate will be placed on breadboard to connect LED and resistors
and same for carry as output from pin 3 of OR gate will place on bread to connect led and
resistor.
TRUTH TABLE
A B C S C
0 0 0 0 0
0 0 1 1 0
0 1 0 1 0
0 1 1 0 1
1 0 0 1 0
1 0 1 0 1
1 1 0 0 1
1 1 1 1 1
Logic Circuit: