0% found this document useful (0 votes)
25 views4 pages

DLD EXE-4 - Implement of Adder Circuit Using Tinker Card

The document discusses implementing half-adder and full-adder circuits using a Tinker card software. It provides the theory, circuit diagrams, and truth tables for half-adders and full-adders. The aim is to build the circuits in the software and verify the output truth tables.

Uploaded by

skr
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)
25 views4 pages

DLD EXE-4 - Implement of Adder Circuit Using Tinker Card

The document discusses implementing half-adder and full-adder circuits using a Tinker card software. It provides the theory, circuit diagrams, and truth tables for half-adders and full-adders. The aim is to build the circuits in the software and verify the output truth tables.

Uploaded by

skr
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/ 4

Implement of adder circuit using tinker card

Aim :
Implementing half-adder and full-adder circuit using tinker card
and verifying it’s output.

THEORY:
Half Adder
The input bits in the half adder are two like A, B.

Half adder sum and carry equation is S = A⊕B ; C = A*B.

Full Adder
The input bits in the full adder are three like A, B & C-in

Full adder logic expression is SUM = A⊕ B ⊕ C-in; Carry = (A*B) + (C-in*(A⊕B)).


SOFTWARE:
TINKERCARD
CIRCUIT DIAGRAM:
HALF ADDER:

FULL ADDER:
Truth tables:

Half adder
A-input B-input S-output C-output
0 0 0 0
0 1 1 0
1 0 1 0
1 1 0 1

Full adder
A-input B-input C-in-input Sum-output Carry-output
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:
Thus, the half adder and full adder circuits was made in TINKERCARD software
and its truth table was verified from the outputs.

You might also like