Design & Implementation of Full Adder Using Logic Gates Objective
Design & Implementation of Full Adder Using Logic Gates Objective
Objective:
To study behaviour of Full Adder using logic gates.
Components Required:
FULL ADDER:
A full adder is a combinational circuit that forms the arithmetic sum of input; it consists
of three inputs and two outputs. A full adder is useful to add three bits at a time but a half adder
cannot do so. In full adder sum output will be taken from X-OR Gate, carry output will be taken
from OR Gate.
Procedure:
1) Connections are given as per the circuit diagram.
2) Inputs are given to the circuit making high ‘1’ to +Vcc supply to the 14th pin and for low
‘0’ is ground to the 7th pin of the gate.
3) Depending upon the truth table, if the LED glows it represents ‘1’ and if it does not glow,
it represents ‘0’.
4) Verify the truth table as given.
FULL ADDER
FULL ADDER USING TWO HALF ADDER
Page 1 of 2
TRUTH TABLE:
A B C CARRY SUM
0 0 0
0 0 1
0 1 0
0 1 1
1 0 0
1 0 1
1 1 0
1 1 1
Boolean Expressions :
Boolean Expressions :
Result:
Discussion:
Conclusion:
Page 2 of 2