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

Lab Worksheet # 7

This document describes a lab worksheet on implementing a full adder circuit. The objectives are to study the behavior of a full adder using its truth table and verify the truth table. The document provides background on adders, defines a full adder, lists required equipment including ICs, shows the full adder diagram and truth table, and outlines the procedure for implementing the full adder using logic gates and observing input-output relationships. It also assigns implementing a full adder using only NAND gates as the lab task.

Uploaded by

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

Lab Worksheet # 7

This document describes a lab worksheet on implementing a full adder circuit. The objectives are to study the behavior of a full adder using its truth table and verify the truth table. The document provides background on adders, defines a full adder, lists required equipment including ICs, shows the full adder diagram and truth table, and outlines the procedure for implementing the full adder using logic gates and observing input-output relationships. It also assigns implementing a full adder using only NAND gates as the lab task.

Uploaded by

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

Digital Logic Design Lab Spring 2021

Title: Title: FULL


ADDER Lab
Worksheet #7
Semester: 2ND
Name: SYED MUNEEB

Sapid#: 25420 Section: CYBER SECURITY


INTRODUCTION & BASIC CONCEPTS:
Adders are important not only in the computers, but in many types of digital systems in which
numerical data are processed. An understanding of the basic adder operation is fundamental to
the study of digital system. In this lab Full adder is introduced .Full Adder accepts three binary
digits on its inputs and produces two binary digits on its outputs, one output is called sum bit
and the other is called carry bit.
Objectives
The objectives of this experiment
1. To Study the behavior of Full Adder circuit by making truth table
2. To verify the truth table of Full Adder.
Equipment Required
IC 74LS86 Cutter
IC 74LS08 Single Core Wire
IC 74LS32 Tweezers
IC 74LS04 Pair of Pliers
Multi-meter

Diagram

Faculty of computing, Riphah International University, I-14, Islamabad


Digital Logic Design Lab Spring 2021

Faculty of computing, Riphah International University, I-14, Islamabad


Digital Logic Design Lab Spring 2021

Truth Table
x y Z C S
0 0 0 0 0
0 0 1 0 1
0 1 0 0 1
0 1 1 1 0
1 0 0 0 1
1 0 1 1 0
1 1 0 1 0
1 1 1 1 1

Table 1: Truth table for Full Adder circuit.


Procedure
1) Firstly, we will open logic gate simulator.
2) Then we will add 3 inputs which will take inputs
3) And select 8 and gate
4) Implement the circuit using and gate which IC is 7400
5) Connect the inputs to the input switches.
6) Connect the outputs to the switches.
7) Apply various combinations of inputs according to the truth table and
observe the condition of LEDs.
8) Note down the corresponding output readings for various combinations of
inputs.

3
Faculty of computing, Riphah International University, I-14, Islamabad
Digital Logic Design Lab Spring 2021

Lab Assignment: Implement Full Adder Using NAND Gate Only.

4
Faculty of computing, Riphah International University, I-14, Islamabad
Digital Logic Design Lab Spring 2021

Lab Instructor
Mr. Umar Sultan
Faculty of Computing,
Riphah International University
Sector I-14, Islamabad.
Email: [email protected]

5
Faculty of computing, Riphah International University, I-14, Islamabad

You might also like