You are on page 1of 2

EXPERIMENT 5

AIM - Simulation on Logisim simulator of full adder using half adders


and verification of the truth table.

THEORY:
An adder is a digital circuit and as the name implies is used for addition of two or
multiple numbers. A half adder is used to perform the addition between 2
numbers and if we are willing to add three numbers (digital) together than the
adder used will be a full adder. A circuit diagram of half adder and full adder is
shown in the figure below,

We should also take a glance on the truth tables of these adders. The truth table
of half adder will have two inputs as shown in the truth table given below,

Truth table of half adder ok

Truth table of full adder


PROCEDURE:
1. Make a new circuit for half adder under main
2. Use an XOR gate with 2 inputs
3. Use an and gate with the same two inputs
4. XOR gives sum and And gate gives the carry
5. Go to main Document
6. Now drag two half adders and an OR gate
7. Connect two inputs with first half adder and the third with second half
adder
8. Connect the upper output of half adder one with input of half adder 2 and
the lower one with or gate
9. The upper output of half adder 2 gives the Sum
10. Connect the lower output of half adder 2 with OR gate
11. The output of OR gate is the carry
OUTPUT:

CONCLUSION: Truth table is verified.

You might also like