1 Bit Full Adder

by EngineeringLead in Circuits > Electronics

57661 Views, 12 Favorites, 0 Comments

1 Bit Full Adder

56a8238650e1b63394001727.jpeg

An adder is a digital electronic circuit that performs addition of numbers. Adders are used in every single computer's processors to add various numbers, and they are used in other operations in the processor, such as calculating addresses of certain data.

In this instructable, we are going to construct and test the one bit binary full adder. The attached figure shows the block diagram of a one bit binary full adder. A block diagram represents the desired application and its various components, such as inputs and outputs.

Inputs: A, B, Carry in (Cin)

Outputs: Carry out (Cout), Sum (S)

Parts Needed:

9V battery

Batter Connector

5V regulator

IC chips: 74LS136, 74LS08, 74LS32.

(Optional: 74LS00) *If you do not have an XOR, 74LS136, IC Chip*

2 330 Ohm resistors

2 LED's (Different colors preferred)

DIP switch

10 Kilo Ohm resistor bank

Wires as needed

Truth Table, Derived Boolean Function, and Schematic

Snip20160127_6.png
FullSizeRender (3).jpg
Snip20160129_10.png
Snip20160203_16.png

The truth table of a one bit full adder is shown in the first figure; using the truth table, we were able to derive the boolean functions for both the sum and the carry out, as shown in the second attached figure. Furthermore, the derived boolean function lead us to the schematic design of the one bit full adder. Finally, I did not have any XOR IC chips, so I used the XOR mixed gates equivalent, which is shown in the last figure.

Implementation on a Breadboard

IMG_6067.JPG
IMG_6068.JPG
IMG_6069.JPG
IMG_6070.JPG
IMG_6071.JPG
IMG_6072.JPG
IMG_6073.JPG

If the switch is up, then it is off.

If the switch is down, then it is on.

The White wire represents A.

The Blue wire represents B.

The Yellow wire represents Carry in (Cin).

The Green LED represents the Sum.

and the Red LED represents the Carry Out (Cout).