Adder

An adder is a digital circuit that performs addition of numbers.
In many computers and other kinds of processors adders are used in the arithmetic logic units or ALU. They are also used in other parts of the processor, where they are used to calculate addresses, table indices, increment and decrement operators and similar operations.
Although adders can be constructed for many number representations, such as binary-coded decimal or excess-3, the most common adders operate on binary numbers.
In cases where two's complement or ones' complement is being used to represent negative numbers, it is trivial to modify an adder into an adder–subtractor.
Other signed number representations require more logic around the basic adder.

View More On Wikipedia.org
  • 48

    Greg Bernhardt

    A PF Singularity From USA
    • Messages
      19,447
    • Media
      227
    • Reaction score
      10,036
    • Points
      1,237
  • 1

    010101

    A PF Quark
    • Messages
      3
    • Reaction score
      0
    • Points
      1
  • 1

    ichabodgrant

    A PF Electron From Hong Kong
    • Messages
      49
    • Reaction score
      0
    • Points
      14
  • 1

    timnswede

    A PF Electron
    • Messages
      101
    • Reaction score
      0
    • Points
      16
  • Back
    Top