Lab 4 - NAND and NOR Implementation
Lab 4 - NAND and NOR Implementation
Objective(s):
• To demonstrate the implementation of digital systems using NOR and NAND gates.
Outcome(s):
• The students are able to implement different logic circuits using the universal logic gates NOR and
NAND gates.
NOR and NAND gates are said to be universal gates because any digital system could be
implemented using only one type of these gates. As these gates are easier to fabricate with
electronic components, digital circuits are frequently constructed with only NOR or only NAND
gates. Because of the importance of NOR and NAND gates in the design of digital circuits, rules
and procedures have been developed for the conversion from Boolean functions in terms of AND,
OR, and NOT into equivalent NOR or NAND-based logic diagrams. From DeMorgan theorem, we
can see two expressions and symbols of NOR and NAND gates as follows:
A B F
0 0
0 1
1 0
1 1
X Y Z F
0 0 0
0 0 1
0 1 0
0 1 1
1 0 0
1 0 1
1 1 0
1 1 1
5. Construct and enter the NOR-based circuit to Logisim and generate its truth table.
Take a screenshot of the circuit diagram and attach it to your lab report.
2. Use the poke tool to simulate your circuit and fill in the following truth table. Insert this truth table
to your lab report with corresponding output.
A B F
0 0
0 1
1 0
1 1
X Y Z F
0 0 0
0 0 1
0 1 0
0 1 1
1 0 0
1 0 1
1 1 0
1 1 1
5. Construct and enter the NAND-based circuit to Logisim and generate its truth table.
Take a screenshot of the circuit diagram and attach it to your lab report.
1. Implement a NOR gate using NAND gates; then implement a NAND gate using NOR gates.
2. Convert the POS expression in Subsection Implementation of Logic Functions using NOR gate into
its corresponding SOP expression. Implement the SOP expression using NAND gates only and
simulate it using Logisim. Snapshot from Logisim should be included into your report.
3. Convert the SOP expression in Subsection Implementation of Logic Functions using NAND gate
into its corresponding POS expression. Implement the POS expression using NOR gates only and
simulate it using Logisim. Snapshot from Logisim should be included into your report.