0% found this document useful (0 votes)
3 views1 page

Fadder 1

The document outlines an experiment to implement the logic of a Full Adder using specific logic gates (XOR, AND, OR) with a power supply of +5V. It includes a truth table detailing the inputs (A, B, Cin) and corresponding outputs (Sum, Carry) for various combinations. The experiment involves using a kit to perform the logic operations and print the results.

Uploaded by

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

Fadder 1

The document outlines an experiment to implement the logic of a Full Adder using specific logic gates (XOR, AND, OR) with a power supply of +5V. It includes a truth table detailing the inputs (A, B, Cin) and corresponding outputs (Sum, Carry) for various combinations. The experiment involves using a kit to perform the logic operations and print the results.

Uploaded by

parthjain182007
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

INSTRUCTIONS

x
E periment to perform logic of Full Adder on kit

Vcc: +5V

Supply

7486(XORGate) 7408(ANDGate) 7432(ORGate

Input A

Input B

Cin

Sum

ADD Reset

TRUTH TABLE Print

Serial Carry
Input A Input B Cin Sum
No. OUT
1 1 0 0 0 1
2 0 1 0 0 1
3 0 0 1 0 1
4 1 1 0 1 0
5 0 1 1 1 0
6 1 0 1 1 0
7 1 1 1 1 1
8 0 0 0 0 0

You might also like