1 / 6

Adders

Adders. Building an Adder. The Boolean operations can be built electronically using transistors. Applying an electrical current to a terminal is the equivalent to 1 or True . No current means 0 or False .

dorcas
Télécharger la présentation

Adders

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Adders

  2. Building an Adder The Boolean operations can be built electronically using transistors. Applying an electrical current to a terminal is the equivalent to 1 or True. No current means 0 or False. Using a combination of these operations wired together, we can do simple arithmetic. Further combinations and the use of electronic storage enable use to do more complex calculations.

  3. Adder A AND D B XOR E This adds the inputs A and B. The output is shown by D and E together.

  4. Input Output + + + +

  5. D A AND XOR G B AND F XOR E XOR H C This adds the inputs A, B and C. The output is shown by G and H together.

  6. Input Output + + + + + + + + + + + + + + + +

More Related