0% found this document useful (0 votes)
18 views6 pages

Document 7

Uploaded by

flowermv2020
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
18 views6 pages

Document 7

Uploaded by

flowermv2020
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 6

LOGIC DIAGRAM:-

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:-

Ex.No: DESIGN AND IMPLEMENTATION OF THE HALF ADDER AND


Date: 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:

1. Connect the circuit as per the logic diagram.


2. Switch on the power supply.
3. Vary the input values from 0 to 1.
4. Take the output reading like when the LED glow is 1 and when LED is off is 0.
5. Repeat the step for all the input values.
6. Verify the output values with Truth table.
7. Switch off the power supply.

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:-

Ex.No: DESIGN AND IMPLEMENTATION OF HALF SUBTRACTOR

Date: AND FULL SUBTRACTOR


AIM:

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:

The full subtractor is a three input gate with two output to


know the difference and B0 .Its the boolean of functions.
PROCEDURE:

8. Connect the circuit as per the logic diagram.


9. Switch on the power supply.
10. Vary the input values from 0 to 1.
11. Take the output reading like when the LED glow is 1 and when LED is off is 0.
12. Repeat the step for all the input values.
13. Verify the output values with Truth table.
14. Switch off the power supply.

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:-

You might also like