De - Experiment 1
De - Experiment 1
De - Experiment 1
Components
IC 7400 2 input NAND Gate.
Theory:
Thus, ALL other logic gate functions can be created using only NAND gates making it a universal
logic gate.
Implementation of Universal Logic Gates Function Using Only NOR
NOR gate is actually a combination of two logic gates: OR gate followed by NOT gate. So, its
output is complemented of the output of an OR gate. This gate can have minimum two inputs,
output is always one. By using only NOR gates, we can realize all logic functions: AND, OR,
NOT, Ex-OR, Ex-NOR, NAND. So, this gate is also called universal gate.
Note also that the implementation of the Exclusive-OR gate is more efficient using NAND gates
compared to using NOR gates, while the implementation of the Exclusive-NOR gate is more
efficient with NOR gates compared to using NAND gates as in each case only four individual
logic gates are required. In other words we can create all the Boolean functions using just one
7400 NAND or one 7402 NOR chip including its various sub-families.
1. NOT Gate: Connect both inputs of the NAND gate together to create an inverter.
2. AND Gate: Connect two NAND gates in series. Connect the inputs to the first
NAND gate, and connect the output of the first NAND gate to the input of the
second NAND gate.
3. OR Gate: Connect two NAND gates in parallel. Connect the inputs of both NAND
gates to the same inputs, and connect the outputs of both NAND gates to a third
NAND gate.
4. NOR Gate: Connect two NAND gates in series, and then connect a third NAND
gate to the outputs of the first two NAND gates.
5. XOR Gate: Use a combination of NAND gates to create an XOR gate. One way to
do this is to use four NAND gates in total.
6. XNOR Gate:
To create an XNOR Gate from NAND Gate we will require total 5 NAND gate.
The first NAND Gate output will be : (A.B)'
Output of the second and third NAND Gate respectively: (A. (A.B)')' and (B. (A.B)')'
Output of the fouth output is : ((A. (A.B)')' . B. (A.B)')'
The conclusion of an experiment where all gates are implemented using only NAND
or NOR gates is that NAND and NOR gates are universal gates, meaning that any
logical function can be implemented using only NAND gates or only NOR gates. This
is a fundamental concept in digital logic design, demonstrating that complex logic
circuits can be constructed from just one type of gate.
1. Logically, the output of a NOR gate would have the same Boolean expression as a(n):
A. NAND gate immediately followed by an inverter
2. If a 3-input NOR gate has eight input possibilities, how many of those possibilities will result in a
HIGH output?
A. 1
B. 2
C. 7
D. 8
B. tri-state
B. AND
C. NAND
B.
C.
D.
7. Which of the following gates is described by the expression ?
A. OR
B. AND
C. NOR
D. NAND
8. How many entries would a truth table for a four-input NAND gate have?
A. 2
B. 8
C. 16
D. 32
9. From the truth table for a three-input NOR gate, what is the only condition of inputs A, B, and C that
will make the output X high?
B. A = 1, B = 0, C = 0
C. A = 0, B = 0, C = 1
D. A = 0, B = 0, C = 0
10. The logic gate that will have a LOW output when any one of its inputs is HIGH is the:
A. NAND gate
B. AND gate
C. NOR gate
D. OR gate
Sign: Date: