DlD 04
DlD 04
University
Computer Science & Engineering
Experiment N0: 04
Name of the Experiment: Full Adder Implementation.
Components Used:
X – OR Gate (ICs 74LS86)
Trainee Board
4 1- bit full adder
2 2- bit full adder
1 4- bit full adder
Logisim
Theory:
The theory of a 1-bit full adder is a fundamental concept in digital electronics and
computer architecture. A full adder is a digital circuit that performs addition on
three inputs: two binary digits (bits) and a carry-in bit. It outputs the sum of the
two input bits and generates a carry-out bit.
In the context of your report, it seems you are referring to the theory or analysis
of a 1-bit full adder. This typically involves studying the logic gates and circuitry
required to implement a 1-bit full adder, as well as analyzing its behavior and
performance characteristics.
A 1-bit full adder can be represented using truth tables, Boolean expressions, or
logic gate diagrams. It consists of two input bits (A and B), a carry-in bit (Cin), and
produces two outputs: the sum bit (S) and the carry-out bit (Cout).