You are on page 1of 8

HALF ADDER & FULL ADDER

GROUP
MEMBERS
SAMMAN ASHRAF
UM E-KALSOOM
ADDER
An adder is a digital logic circuit in
electronics that implements addition of
numbers. In modern computer adder
reside in the arithmetic logic unit (ALU).
Adders are important not only in the
computer but also in many types of digital
systems.
Classification of adder in two types:
Half adder
oThe half adder circuit has two inputs: A and B.
oIt add two input digits and generate a carry and sum.
oThehalf adder adds two binary digits called as augend
and addend.
oHalf adder produces two outputs as sum and carry.
o XOR is applied to both inputs to produce sum.
o AND gate is applied to both inputs to produce carry.
Circuit Diagram Of Half Adder
Full adder.
oThe full adder circuit has three inputs: A, B and C.
oItadd the three input numbers and generate a carry
and sum.
oThe full adder adds 3 one bit numbers.
oWhere two can be referred to as operands.
o One can be referred to as bit carried in.
oItproduces 2-bit output, and these can be referred to
as output carry and sum.
Circuit Diagram Of Full Adder
Differences between Half Adder & Full Adder

You might also like