Lab - 7
Lab - 7
Lab - 7
Experiment # 07
OBJECTIVE:
To understand the working of half adder and full adder and verify its truth table. Display the
output and verify its truth table
BACKGROUND THEORY:
In electronics, an adder or summer is a digital circuit that performs addition of numbers. In many
computers and other kinds of processors, adders are used not only in the arithmetic logic unit(s),
but also in other parts of the processor, where they are used to calculate addresses, table indices,
and similar operations.
HALF ADDER:
The half adder adds two single binary digits A and B. It has two outputs, sum (S) and carry (C).
The carry signal represents an overflow into the next digit of a multi-digit addition. The simplest
half-adder design, pictured on the right, incorporates an XOR gate for S and an AND gate for C.
With the addition of an OR gate to combine their carry outputs, two half adders can be combined
to make a full adder.
Inputs Outputs
A B Sum Cout
0 0 0 0
0 1 1 0
1 0 1 0
1 1 0 1
FULL ADDER:
A full adder adds binary numbers and accounts for values carried in as well as out. A one-bit full
adder adds three one-bit numbers, often written as A, B, and Carry in (Cin); A and B are the
operands, and Cin is a bit carried in from the previous less significant stage. The full-adder
is usually a component in a cascade of adders, which add 8, 16, 32, etc. bit binary numbers. The
circuitproduces a two-bit output, output carry and sum typically represented by the signals carry
out (Cout) and Sum (S).
Inputs Outputs
A B Cin Sum Cout
0 0 0 0 0
0 0 1 1 0
0 1 0 1 0
0 1 1 0 1
1 0 0 1 0
1 0 1 0 1
1 1 0 0 1
1 1 1 1 1
HARDWARE REQUIRED:
PROCEDURE:
OBSERVATION:
REVIEW QUESTIONS:
Q.1. Mention an application both of Half Adder and Full Adder Circuit:
______________________________________________________________________________
______________________________________________________________________________
LEARNING OUTCOMES:
LO2: Observe the behavior of Half Adder and Full Adder in Logic circuits
Lab Report:
______________________________________________________________________________
______________________________________________________________________________
______________________________________________________________________________
______________________________________________________________________________