0% found this document useful (0 votes)
22 views

LAB 02

The document outlines an experiment for a Digital Logic Design Laboratory course focused on implementing a full adder using logic gates. It details objectives, components used, theoretical background on logic gates, and the construction of 1-bit, 2-bit, and 4-bit full adders. The conclusion emphasizes the learning outcomes regarding the differences in truth tables and outputs of various full adder configurations.

Uploaded by

azr.yt.pri
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
22 views

LAB 02

The document outlines an experiment for a Digital Logic Design Laboratory course focused on implementing a full adder using logic gates. It details objectives, components used, theoretical background on logic gates, and the construction of 1-bit, 2-bit, and 4-bit full adders. The conclusion emphasizes the learning outcomes regarding the differences in truth tables and outputs of various full adder configurations.

Uploaded by

azr.yt.pri
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 6

United International University

QUEST FOR EXCELLENCE

Course: CSE 1326


Course Title: Digital logic Design Laboratory
Experiment No: 3
Experiment Name: Implementing full adder
Student Name: ASIF RAHMAN
Student ID: 0112310389
Group No: 5
Group Name: Phoenix

Date of Submission: 16/10/23


Objectives:
1) Implementing a 1-bit full adder using XOR gates.
2) Adding 2 binary numbers with 4 1-bit full adders,
3) 2 2-bit full adders,
4) 1 4-bit full adders.

Components used:
1) AND gate
2) OR gate
3) XOR gate
4) 1-bit, 2-bit, 4-bit adders.
5) Logism software.
6) Wires.
7) Trainer Board.

Theory:
▪ Logic gates are fundamental components of digital circuits, performing logical
operations on inputs to produce outputs.
▪ A 1-bit full adder is constructed using logic gates and can be used to build larger
adders.
▪ Full adders combine three binary digits (bits) and generate a sum bit and a carry
bit.
▪ The sum bit represents the least significant bit of the addition, while the carry bit
is used
for the next stage.
▪ The sum output is obtained using XOR operation, while the carry output is
obtained
using OR
Full Adder:

Truth table:
Design Solve:

1) 4 1-bit full adders


2) 2 2-bit full adders:
3) 1 4-bit full 3adder:

Conclusion:
In conclusion, we learned about how different logic gates have different
rules for the truth table. And we built circuits using logisim to prove if
the output was false or true and based on the voltage output we found.
Now we can compare how a 1-bit full adder, 2-bit full adder and 4-bit
full adder is different from another in terms of its truth table, diagram
and output voltages.

You might also like