EXP1
EXP1
OBJECT: Implementation of HALF ADDER, FULL ADDER using basic logic gates.
APPARATUS USED:-
1. General-purpose trainer board.
2. IC 7404 - one(NOT Gate)
3. IC 7408 -one(AND Gate)
4. IC 7432 - one (OR Gate)
5. IC 7486 -one(Ex-OR Gate)
5. Patch Cords
THEORY: -
THEORY:-Half Adder:
The most basic arithmetic operations, no doubt is the addition of two binary digits. This
simple addition consists of four possible elementary operations, namely
0+0=0,0+1=1;1+0=1,1+1=10, the first three operations produced a sum whose length is one
digit, but when both term and added bit are equal to 1, the binary sum consists of two digits.
The higher significant bit of this result is called a carry when the augends and added numbers
contain more significant digits, the carry obtained from the addition of two bits is added to
the next higher order pair of significant bits. A combinational circuit that performs the
addition of two bits is called a HALF ADDER.
Expression For Half Adder:
sum= X’Y+XY’
carry= XY
TRUTH TABLE:-
INPUT OUTPUT
X Y sum carry
0 0 0 0
0 1 1 0
1 0 1 0
1 1 0 1
THEORY:-Full Adder:
The most basic arithmetic operations, no doubt , is the addition of two binary digits. This
simple addition consists of four possible elementary operations, namely,0+0=0,0+1=1,1+0=1,
1+1=10. the first three operations produce a sum whose length is one digit, but when both
augends and added bit are equal to 1,the binary sum consists of two digits. The higher
significant bit of this result is called a carry. When the augends and added numbers contain
more significant digits, the carry obtained from the addition of two bits is added to the next
higher order pair of significant bits. a combinational circuit that performs the addition of two
bits is called a half adder. One that performs the addition of three bits is a full adder.
sum= X’Y’Z+X’YZ’+XY’Z’+XYZ
carry= XY+YZ+ZX
RESULT: The truth table is verified.
PRECAUTIONS:
1. Make the connection according to the circuit diagram.
2. Check the connections before on the supply.