DEPARTMENT OF BVOC AUTO
EXP NO: HALF ADDER AND FULL ADDER
AIM:
To realise half adder and full adder.
COMPONENTS REQUIRED:
IC 7486, 7408, 7432, Digital trainer kit and connecting wires
THEORY:
The simplest binary adder is called a half adder. It has two input bits and two output bits. One output bit is
the sum and the other is the carry. They are represented by the sum and carry respectively in the logic
symbol. A half adder has no provision to add a carry from the lower adder bit when binary numbers are
added. Full adder has provision to add a carry from the lower adder bit when binary numbers are added .It
used to add three binary bits.
PROCEDURE:
Verify whether all the components and wires are in good condition.
Set up the half adder circuit and feed the input bit combination
Observe the output corresponding to input combination and enter it in the truth table.
CIRCUIT DIAGRAM
FAROOK COLLEGE
DEPARTMENT OF BVOC AUTO
HALF ADDER TRUTH TABLE
A B SUM CARRY
0 0 0 0
0 1 1 0
1 0 1 0
1 1 0 1
FULL ADDER TRUTH TABLE
A B Cin SUM CARRY
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
RESULT
Realised the half adder and full adder.
FAROOK COLLEGE
DEPARTMENT OF BVOC AUTO
EXP NO: HALF SUBTRACTOR AND FULL SUBTRACTOR
AIM:
To realise half subtractor and full subtractor circuits
COMPONENTS AND EQUIPMENTS REQUIRED:
Digital trainer kit, IC 7486, 7404, 7408, 7432 and connecting wires.
THEORY:
The simplest binary subtracter is called a half subtracter . It has two input bits and two output bits. One
output bit is the Difference and the other is the borrow. They are represented by the difference and
borrow respectively in the logic symbol. Full subtracter has provision to borrow from the lower adder bit
when binary numbers are subtracted .It used to subtract three binary bits.
PROCEDURE:
Verify whether all the components and wires are in good condition.
Set up the half subtractor circuit and feed the input bit combination
Observe the output corresponding to input combination and enter it in the truth table.
CIRCUIT DIAGRAM
FAROOK COLLEGE
DEPARTMENT OF BVOC AUTO
HALF SUBTRACTOR TRUTH TABLE
A B DIFFERENCE BORROW
0 0 0 0
0 1 1 1
1 0 1 0
1 1 0 0
FULL SUBTRACTOR TRUTH TABLE
A B Bin DIFFERENCE BORROW
0 0 0 0 0
0 0 1 1 1
0 1 0 1 1
0 1 1 0 1
1 0 0 1 0
1 0 1 0 0
1 1 0 0 0
1 1 1 1 1
RESULT
Realised half subtractor and full subtractor circuits.
FAROOK COLLEGE