Lab 9

Download as pdf or txt
Download as pdf or txt
You are on page 1of 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