Document 7
Document 7
HALF ADDER:-
TRUTH TABLE:-
X Y S C
0 0 0 0
0 1 1 0
1 0 1 0
1 1 0 1
LOGIC DIAGRAM:-
FULL ADDER:-
AIM:
To study the logic gates Half Adder and Full Adder by using the logic gates.
COMPONENTS REQUIRED:
S.NO COMPONENTS SPECIFICATION QUANTITY
1. EX-OR Gate IC7486 1
2. AND Gate IC7408 1
3. OR Gate IC7432 1
4. IC Trainer Bit - 1
5. Patch cards - As required
THEORY:
HALF ADDER:
The half adder is the simplest binary adder for two binary numbers
with two outputs. One output shpw the sum and the other given the carry.
FULL ADDEER:
The full adder is a three input gate with two output to knows the sum and
carry forward the boolean functions.
PROCEDURE:
TRUTH TABLE:-
FULL ADDER:-
X Y Z 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
RESULT:-
LOGIC DIAGRAM:-
HALF SUBTRACTOR:-
TRUTH TABLE:-
X Y D B0
0 0 0 0
0 1 1 1
1 0 1 0
1 1 0 0
LOGIC DIAGRAM:-
FULL SUBTRACTOR:-
To study the logic gates half subtractor and full subtractor by using logic gates.
COMPONENTS REQUIRED:
S.No COMPONENTS SPECIFICATION QUANTITY
1. EX-OR Gate IC7486 1
2. AND Gate IC7408 1
3. OR Gate IC 7432 1
4. NOT Gate IC7404 1
5. IC Trainer bit - 1
6. Patch Cards - As required
THEORY:
HALF SUBTRACTOR:
The half subtractor is the simplest binary sub for two binary
number with two outputs.One output show the difference and the other given the B0.
FULL SUBTRACTOR:
TRUTH TABLE:-
FULL
SUBTRACTOR:-
X Y Z S C
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:-