0% found this document useful (0 votes)
87 views3 pages

Lab 9

This document describes designing and implementing basic logic gates and Boolean expressions using universal gates. The objective is to design AND, OR and NOT gates using NAND and NOR gates. It explains how to implement an AND gate using only NAND gates by complementing the output of a NAND gate with another NAND gate. Similarly, it shows how to implement an AND gate using only NOR gates by complementing the inputs of a NOR gate with NOR gate inverters. The tasks are to design and verify the truth tables of AND, OR and NOT gates using NAND gates and NOR gates, and to implement the Boolean expressions A'.B'+C' using NAND gates and A'.(B'+C') using NOR gates.

Uploaded by

ShahZaib Anwar
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)
87 views3 pages

Lab 9

This document describes designing and implementing basic logic gates and Boolean expressions using universal gates. The objective is to design AND, OR and NOT gates using NAND and NOR gates. It explains how to implement an AND gate using only NAND gates by complementing the output of a NAND gate with another NAND gate. Similarly, it shows how to implement an AND gate using only NOR gates by complementing the inputs of a NOR gate with NOR gate inverters. The tasks are to design and verify the truth tables of AND, OR and NOT gates using NAND gates and NOR gates, and to implement the Boolean expressions A'.B'+C' using NAND gates and A'.(B'+C') using NOR gates.

Uploaded by

ShahZaib Anwar
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/ 3

_________________________________________________________________________

Design and Implementation of Basic


TITLE : Logic Gates and Boolean Expression
using Universal gates.

DATE OF
: 19th Sept, 2019
EXPERIMENT

Lab Number : 09

NAME : ___________________

ROLL NO : ___________________

Mechanical DLD Lab Page 1


_________________________________________________________________________

Objective:
Design and Implementation of basic logic gate using universal gate.
Design and Implementation of Boolean expression using NAND and NOR gate.
Equipment:
NAND gate (IC 7400)
NOR gate (IC 7402)
Trainer
Connecting wires.

Theory:
A universal gate is a gate which can implement any Boolean function without need to use
any other gate type. The NAND and NOR gates are universal gates. One example is show
here for AND gate implementation using NAND gate.

Implementing AND Using only NAND Gates:


An AND gate can be replaced by NAND gates as shown in the figure (The AND is
replaced by a NAND gate with its output complemented by a NAND gate inverter).
As shown in figure below.

Implementing AND Using only NOR Gates:


An AND gate can be replaced by NOR gates as shown in the figure (The AND gate is
replaced by a NOR gate with all its inputs complemented by NOR gate inverters). See
figure below.

Mechanical DLD Lab Page 2


_________________________________________________________________________

Task 1:

Design and Implement AND, OR, NOT gate using NAND gate.
• Design these basics gate using NAND gate.
• Implement them and verify their truth table.
• In lab report you should add up designed logic circuit and results.
Task 2:
Design and Implement AND, OR, NOT gate using NOR gate.
• Design these basics gate using NAND gate.
• Implement them and verify their truth table.
• In lab report you should add up designed logic circuit and results.
Task 3:
Design and Implement Boolean expression using NAND and NOR gate.
• A’.B’+C’ Implement using NAND gate.
• A’.(B’+C’) Implement using NOR gate.

Mechanical DLD Lab Page 3

You might also like