
A NOR gate outputs HIGH only when every input is LOW. If even one input goes HIGH, the output drops to LOW.
For a two input NOR gate:
It behaves exactly like an OR gate whose output is inverted.

Figure 2. Transistor-Based NOR Gate
NOR gates can be understood both from their transistor structure and their logic operation. In a basic RTL design, each input drives a transistor. When an input is HIGH, that transistor switches on and pulls the output LOW, and when all inputs are LOW, none of the transistors conduct, allowing a pull-up resistor to set the output HIGH. This hardware behavior matches the logic view of a NOR gate, which works like an OR stage followed by a NOT stage. The OR part checks whether any input is HIGH, and the small circle on the symbol shows the inversion that produces the final LOW or HIGH output. Like OR gates, NOR gates can have two or more inputs but always provide a single output.
(For a two input gate)
|
A |
B |
Q |
|
0 |
0 |
1 |
|
0 |
1 |
0 |
|
1 |
0 |
0 |
|
1 |
1 |
0 |

Figure 3. 2-Input NOR Gate
2 Input NOR Gate: This is the simplest NOR gate. It uses two inputs and one output with four possible input combinations. The output is HIGH only when both inputs are LOW.

Figure 4. 3-Input NOR Gate
3 Input NOR Gate: A 3 input NOR gate extends the same rule to three inputs. The output is HIGH only when all three inputs are LOW. This helps reduce gate count in circuits that need multiple conditions evaluated at once.

Figure 5. Multi-Input NOR Gate
Multi Input NOR Gate: A multi input NOR gate handles any number of inputs. If all inputs are LOW, the output is HIGH. If any input is HIGH, the output is LOW. This is useful in systems where many signals need to be inactive before an action can occur.

Figure 6. Using Pull-Up and Pull-Down Resistors
Handling Unused Inputs: Unused inputs should never be left floating. Tie them to ground using a pull down resistor to keep outputs stable.
|
IC
Model |
Logic
Family |
Number
of Gates |
Inputs
per Gate |
Supply
Voltage Range |
Typical
Propagation Delay |
Output
Drive |
Package
Options |
|
CD4001 |
CMOS |
4 gates |
2-input |
3V to 15V |
50–200 ns (varies with VDD) |
Moderate |
DIP, SOIC, TSSOP |
|
CD4025 |
CMOS |
3 gates |
3-input |
3V to 15V |
70–250 ns |
Moderate |
DIP, SOIC, TSSOP |
|
74HC02 |
High-speed CMOS (HC) |
4 gates |
2-input |
2V to 6V |
8–15 ns |
Strong |
DIP, SOIC, TSSOP |
|
74HC27 |
High-speed CMOS (HC) |
3 gates |
3-input |
2V to 6V |
10–18 ns |
Strong |
DIP, SOIC, TSSOP |
Inverter- Tie one input to ground and the gate acts as a NOT gate.
General logic functions- Because NOR is universal, any Boolean function can be built from NOR combinations.
Decoders- They can detect when an entire set of monitored bits is LOW.
Arithmetic and control logic- Used for gating, decision making, and carry related operations.
Programmable logic- Many PAL and PLA structures map functions using NOR based arrays.
1. SR Latch Using NOR Gates: NOR gates can be used to build simple memory circuits, with the SR latch being the most direct example. Two NOR gates are connected in a feedback loop so the output can hold its value. The S input sets the output HIGH, the R input resets it LOW, and when both inputs are LOW, the latch keeps its previous state. This feedback action allows the circuit to store a single bit of information.
2. Gated Latches: Gated latches build on the SR latch by adding an enable control, ensuring the stored value changes only when permitted. This improves stability and prevents unwanted updates.
3. D Latches: A D latch simplifies storage control by generating valid S and R signals from a single D input. When the enable signal is HIGH, the latch follows the D input; when the enable is LOW, the latch holds its last stored value.
4. Flip-Flops: Flip-flops combine two latches to capture data precisely on a clock edge. They are importantin digital circuits such as counters, registers, and timing systems.
• Universal for all logic functions
• Predictable and simple
• Low power in CMOS
• Easy to troubleshoot
• Good noise tolerance
• Inexpensive and widely available
• Not always efficient for complex logic
• Can require many gates for certain functions
• Speed drops with high input counts
• Not ideal for very high speed arithmetic
NOR gates may be small, but they power many of the logic and memory functions used in modern electronics. Their simple rules make them easy to learn while still offering a lot of flexibility. Knowing how they work gives you a strong base for understanding digital circuits.
ABOUT US
Customer satisfaction every time. Mutual trust and common interests.
What Is an XOR Gate? A Simple Guide
2025-12-15
What Is Light Dependent Resistors (LDR)? A Simple Guide
2025-12-12
Yes. Since NOR is universal, you can design a full adder entirely from NOR gates, though it may require many stages.
In most technologies, NOR is slightly slower than OR due to the added inversion, but the difference is small in modern ICs.
Because you can build every other logic gate and any digital circuit using only NOR combinations.
The output stays HIGH only when every input is LOW. One HIGH input forces the output LOW.
Yes. Tie all but one input to LOW, and the NOR function acts as an inverter.
Floating inputs cause unstable output levels. Always tie unused inputs to ground.
Yes. NOR structures appear in control logic, memory cells, and optimized logic blocks inside CPUs.
NOR gates usually use more transistors than NAND gates in CMOS, so they tend to consume slightly more power.
Apply known HIGH and LOW signals to the inputs and verify the output stays HIGH only when all inputs are LOW.
Email: Info@ariat-tech.comHK TEL: +852 30501966ADD: Rm 2703 27F Ho King Comm Center 2-16,
Fa Yuen St MongKok Kowloon, Hong Kong.