ADDER
1 Stars     218 Views    

Author: Gaurav

Project access type: Public

Description:

Half Adder :-

The logic circuit which performs the addition of 2 bits is called Half- Adder. It is a kind of combinational circuit. It contains two binary inputs "augend" and "addend" and two binary outputs Sum and Carry.

Truth table:

ha_truth

Design of Half-Adder:


*formed using tools in simulator.

Full Adder :-

Full Adder is an arithmetic circuit which performs the arithmetic sum of 3-input bits. It consists of 3 inputs and 2 outputs. One additional input is the Carry bit (C) in which represents the carry from the previous significant position.

Truth table:

*C-Out represents carry output.

Design of Full-Adder using above formed Half-Adder:


*formed using tools in simulator.

Created: Dec 09, 2020

Updated: Aug 26, 2023


Comments

You must login before you can post a comment.