Electrical engineering

NOR gate

A logic gate performing a Boolean logic NOR operation.

NOR gate: NOT-OR in one package

A NOR gate is a digital logic circuit that outputs a high signal (logic 1) only when both of its inputs are low (logic 0). The moment either input goes high, the output drops to zero. It combines a logical OR operation with a NOT, inverting the result. In truth table form: inputs 0,0 give output 1; any other input combination gives output 0. This simple two-input version is the most common, though NOR gates with three or more inputs exist and behave the same way: all inputs must be low for a high output.

NOR gates appear in two main physical forms: discrete transistor circuits built from individual components, and integrated circuits (ICs) where multiple gates share a single chip. The 7402 TTL (transistor-transistor logic) chip contains four independent two-input NOR gates and was standard in older industrial control systems. Modern CMOS versions like the 4001 consume far less power. In digital systems, NOR gates are fundamental building blocks because a single NOR gate can be configured to perform any Boolean logic operation, making it functionally complete.

One crucial property sets NOR gates apart from AND or OR gates: they are inexpensive to manufacture at scale. This made them historically dominant in computer design before other gate types became equally practical. You will encounter NOR logic in alarm circuits, pulse detectors, and digital counters. The gate handles standard voltage levels: in TTL systems, below 0.8 volts counts as logic 0, above 2.0 volts counts as logic 1. Propagation delay (the time between input change and output change) typically runs 10 to 20 nanoseconds depending on the IC family.

Common failure modes and practical notes

A stuck output (high or low when it should toggle) usually signals a short circuit on that pin or internal transistor failure. Multiple failed outputs on the same chip point to a power supply problem rather than component defect. When troubleshooting, remember that a NOR gate output will not rise if either input is held high, even if the other input is correctly low; this is often mistaken for a gate failure when the actual problem is a faulty input signal or pull-up resistor.

The name comes directly from its logic: it performs NOT-OR, or NOR. This convention applies across gates: NAND is NOT-AND, NOR is NOT-OR. In industrial applications, NOR gates are rarely selected for new designs anymore because modern field-programmable gate arrays (FPGAs) and microcontrollers make discrete logic circuits obsolete for most purposes. However, they remain common in legacy equipment and in very simple, cost-sensitive applications where a single 7402 chip can replace several discrete components.

More from Electrical engineering

See all

Get the Word of the Day

One industrial term every weekday, with the trade it belongs to and why it is worth knowing. No advertising.