LABORATORY EXPERIMENT 03 NAND and NOR Implementation-1
LABORATORY EXPERIMENT 03 NAND and NOR Implementation-1
LABORATORY EXPERIMENT 03 NAND and NOR Implementation-1
1. Objective(s):
The activity aims to design a more simplified circuit using NAND and NOR
3. Discussion:
The Universal Capability of NAND and NOR Gates
NAND and NOR gates are sometimes referred to as universal gates because, by utilizing a combination of
NANDs, all the other logic gates (inverter, AND, OR, NOR) can be formed. Also, by utilizing a combination
of NORs, all the other logic gates (inverter, AND, OR, NAND) can be formed.
Example:
An inverter can be formed from a NAND simply by connecting both NAND inputs, as shown in
Figure 5.1. Both inputs to the NAND are connected to A. The equation at X is X = A * A = A, which
is the inverter function. The complete table of the basic gates is shown on table 5.1.
25
Table 3.1 : NAND and NOR Function as Basic Gates
NOT
Gate
AND
Gate
OR
Gate
4. Resources:
1. Use Multisim software to simulate the output of each number of this procedure.
2. Form NOT logic circuit using only NAND on your multisim software as shown figure below.
4. Form AND logic circuit using only NANDs on your multisim software as shown on the figure below.
26
Figure 3.2 : Forming an AND from two NAND gates
A B OUTPUT X
0 0 0
0 1 0
1 0 0
1 1 1
6. Form OR logic circuit using only NANDs on your multisim software as shown on the figure below.
A B OUTPUT X
0 0 0
0 1 1
1 0 1
1 1 1
8. Repeat the procedures on step no. 1. But this time replace the 7400 IC with 7402 IC. Assign pins for the
input and the output. Connect the output pin to the LED. Remember that the input and output pins of 7400 is
different from 7402. Recall that in 7400 IC, on the first gate, the input pins are pin1 and pin2, and the output
pin is pin3. While on 7402 input pins are pin2 and pin3, while the output pin is pin1.
27
9. Form NOT logic circuit using only NOR on your multisim software as shown figure below.
11. Form OR logic circuit using only NORs on your multisim software as shown on the figure below.
A B OUTPUT X
0 0 0
0 1 1
1 0 1
1 1 1
13. Form NAND logic circuit using only NORs on your multisim software as shown on the figure below.
28
Table 3.6 : Truth Table AND gate using NOR gate
A B OUTPUT X
0 0 0
0 1 0
1 0 0
1 1 1
16. Draw the logic circuit using only NANDs on your multisim software as shown below and record the result on
table 3.7.
17. Using the configuration shown in Figure 3.7, make the actual connections to a single 7400 IC, as shown in
Figure 3.8, which reduces the chip count from three ICs down to one.
29
Figure 3.8 : Circuit Diagram using only 7400
18. Change the value of the inputs A, B and C to 0 or 1 and write your answer on table 3.7.
19. The procedure for converting NOR gates into an inverter, OR, AND, or NOT is similar to the conversions
just discussed for NAND gates.
20. Place the screenshot of the Multisim below:
30
6. Data and Results:
Problem A
Implement the circuit on figure 3.9 using the NAND gate. (Redraw the circuit by replacing the three NOT gate,
two OR gate, one NOR gate and one AND gate with equivalent NAND gate. Draw the equivalent NAND
gates circuit on your Multisim software and construct on your prototyping board the simplified circuit.
31
Problem B
Implement the circuit on figure 3.9 using the NOR gate. (Redraw the circuit by replacing the three NOT gate,
two OR gate, one NOR gate and one AND gate with equivalent NAND gate. Draw the equivalent NAND
gates circuit on your Multisim software and construct on your prototyping board the simplified circuit.
7. Conclusion:
Based from the results of the experiment, what general rule can you apply for?
The experiment's findings show that any Boolean function may be implemented using either a
NAND or a NOR gate. This implies that any logical expression, regardless of how complicated,
may be stated using just NAND or just NOR gates.
32
33