NOR Gate: The Universal Logic Gate
Similar to NAND, a NOR gate is “universal” because any standard logic gate can be built using only NOR gates.
1. NOT Gate
Connect both inputs of a single NOR gate together to create an inverter.

2. OR Gate
A NOR gate followed by a NOR-based NOT gate (Inverter).

3. AND Gate
Invert inputs A and B using NOR gates, then feed them into a third NOR gate.

4. NAND Gate
Constructed by adding a NOR-based NOT gate to the output of a NOR-based AND gate.

5. XOR Gate (5 NOR Gates)
Requires five NOR gates to produce logic equivalent to AB + AB.

6. XNOR Gate (4 NOR Gates)
Unlike NAND-based logic, XNOR is simpler to build with 4 NOR gates.





0 Comments