Half And Full
Adder
BY: Adeel Rasheed
 For More Information and Slides Visit
https://chauhantricks.blogspot.com/
What is Adder
 An adder is a digital circuit that performs addition of
numbers.
 It can be constructed for many numerical
representations, such as binary-coded decimal
 The most common adders operate on binary numbers.
Types Of Adder
 Half Adder
 Full Adder
Half Adder
 The half adder accepts two binary digits on its
inputs and produce two binary digits outputs
 The half adder adds two single binary digits A and
B.
 It has two outputs, sum (S) and carry (C).
 Sum = AB’+A’B. (XOR Gate)
 Carry=A*B. (AND Gate)
Half Adder
Full Adder
 A combinational circuit that adds 3 input bits to
generate a Sum bit and a Carry bit
 Where X,Y,Z(Cin) are inputs and C & S are
outputs.
 Sum= X+Y+Z.
 Cout= XY’+YZ’+ZX’.
Full Adder
Full Adder
In Processor
What is Adder-Half and Full Adder

What is Adder-Half and Full Adder

  • 1.
  • 2.
    BY: Adeel Rasheed For More Information and Slides Visit https://chauhantricks.blogspot.com/
  • 3.
    What is Adder An adder is a digital circuit that performs addition of numbers.  It can be constructed for many numerical representations, such as binary-coded decimal  The most common adders operate on binary numbers.
  • 4.
    Types Of Adder Half Adder  Full Adder
  • 5.
    Half Adder  Thehalf adder accepts two binary digits on its inputs and produce two binary digits outputs  The half adder adds two single binary digits A and B.  It has two outputs, sum (S) and carry (C).  Sum = AB’+A’B. (XOR Gate)  Carry=A*B. (AND Gate)
  • 6.
  • 7.
    Full Adder  Acombinational circuit that adds 3 input bits to generate a Sum bit and a Carry bit  Where X,Y,Z(Cin) are inputs and C & S are outputs.  Sum= X+Y+Z.  Cout= XY’+YZ’+ZX’.
  • 8.
  • 9.
  • 10.