Manual2
Manual2
Aim:-To study the realization of basic gates using universal gates. Understanding how to construct
any combinational logic function using NAND or NOR gates only.
Requirements:
IC 7402(NOR), IC 7400(NAND), 7404(NOT), 7408(AND), 7432(OR), KL 33002,
power
supply, connecting wires and Breadboard etc.
Theory:
AND, OR, NOT are called basic gates as their logical operation cannot be simplified further.
NAND and NOR are called universal gates as using only NAND or only NOR, any
logic function can be implemented. Using NAND and NOR gates and De Morgan's
Theorems different basic gates & EX-OR gates are realized.
De Morgan`s Law:
In formal logic, De Morgan's laws are rules relating the logical
operators "AND" and "OR" in terms of each other via negation. With
two operands A and B:
1. A.B = A + B
2. A+B = A . B
The NAND gate is equivalent to an OR gate with the bubble at its
inputs which are as shown.
The NOR gate is equivalent to an AND gate with the bubble at its inputs which are
as shown.
IMPLEMENTING INVERTER USING NAND GATE :
The figure shows two ways in which a NAND gate can be used as an inverter (NOT
gate).
1. All NAND input pins connect to the input signal A gives an output
2. One NAND input pin is connected to the input signal A while all other
input pins are connected to logic 1. The output will be
The figure shows two ways in which a NOR gate can be used as an
inverter (NOT gate).
All NOR input pins connect to the input signal A gives an output
One NOR input pin is connected to the input signal A while all other
input pins are connected to logic 0. The output will be
RESULT:
Experiment No: 13