Log in Sign up
Back to Discover
💻

NOR gate

technology Maturity 11-13

A tiny part helps computers work.

NOR ANSI Labelled.svg
NOR ANSI Labelled.svg
It looks at two signals. It only says yes if both are no. This helps machines think. It can even build a whole computer!
NOR Pinout.jpg
NOR Pinout.jpg
Can you find a computer?

40 words

A tiny part helps computers work.

NOR ANSI Labelled.svg
NOR ANSI Labelled.svg

It looks at two signals. It only says yes if both are no. If one is yes, it says no.

NOR IEC.svg
NOR IEC.svg

This part is very special. You can use only these parts to build anything. You can even build a whole computer!

NOR Pinout.jpg
NOR Pinout.jpg

Long ago, a computer used many of these. It used over 4,000 small parts. These parts helped it guide ships to the moon.

77 words

A NOR gate is a tiny part of a computer. It helps the machine make choices.

NOR ANSI Labelled.svg
NOR ANSI Labelled.svg

This part looks at two signals. We call these signals inputs. The gate also has one output. The output depends on the inputs. If both inputs are low, the output is high. If even one input is high, the output stays low.

NOR IEC.svg
NOR IEC.svg

The NOR gate is very special. It has a trait called functional completeness. This means you can use only NOR gates to make any other kind of logic. You could even build a whole processor with them!

NOR Pinout.jpg
NOR Pinout.jpg

Long ago, the Apollo Guidance Computer used these parts. It used 4,100 small circuits. Each one had two inputs. This helped guide ships to the moon.

NOR from NAND.svg
NOR from NAND.svg

Engineers use different ways to make these parts. One way uses CMOS. This uses parts called transistors. In CMOS, NOR gates are slower than NAND gates. This is because of how power moves through the parts.

167 words

A NOR gate is a tiny part of a digital circuit. It is a special tool used to make logical choices. This gate is known as a "NOT OR" gate. It works by looking at two signals called inputs. These inputs can be HIGH or LOW. A HIGH signal is often shown as a 1. A LOW signal is shown as a 0.

NOR ANSI Labelled.svg
NOR ANSI Labelled.svg

The way a NOR gate works follows a very strict rule. It only gives a HIGH output if both inputs are LOW. If even one input is HIGH, the output becomes LOW. This means the output is the opposite of an OR gate. You can think of it as an inverse. If you have two inputs that are both 0, you get a 1. If you have a 1 and a 0, you get a 0. If you have two 1s, you also get a 0.

NOR IEC.svg
NOR IEC.svg

These gates are very powerful because of functional completeness. This is a big term that means the gate can do anything. You can combine many NOR gates to make any other logic function. You could use them to make AND or OR gates. You could even build a whole computer processor using only NOR gates. This makes them very useful for engineers.

NOR from NAND.svg
NOR from NAND.svg

History shows us how important these parts can be. The Apollo Guidance Computer used many of these gates. That computer used 4,100 integrated circuits to work. Each of those circuits had two 3-input NOR gates inside. Today, many companies like Texas Instruments make these parts. You can find them in different shapes like DIP or SOIC.

NOR Pinout.jpg
NOR Pinout.jpg

Engineers build these gates in different ways using transistors. One way is called CMOS, which stands for complementary metal-oxide-semiconductor. In CMOS, NOR gates are a bit slower than NAND gates. This happens because of how charge moves through the parts. Specifically, it is harder to move charge through certain transistors in a series. This is why NAND gates are often the favorite choice for CMOS circuits.

CMOS NOR gate with two inputs.svg
CMOS NOR gate with two inputs.svg

349 words

A NOR gate is a fundamental component in digital logic. It is a specific type of logic gate that implements the logical NOR operation. The name comes from combining "NOT" and "OR." This gate is essential because it helps computers make decisions based on electrical signals. In digital electronics, these signals are represented as either HIGH or LOW. A HIGH signal is often written as a 1, while a LOW signal is written as a 0.

NOR ANSI Labelled.svg
NOR ANSI Labelled.svg

The way a NOR gate functions is very specific and predictable. It follows a rule where the output is HIGH only if every input is LOW. If any input is HIGH, the resulting output will be LOW. You can think of this as the negation of an OR gate. While an OR gate produces a HIGH signal if any input is HIGH, the NOR gate does the exact opposite.

NOR IEC.svg
NOR IEC.svg

Engineers use different symbols to represent a NOR gate in circuit diagrams. The American symbol, also called the ANSI or military symbol, looks like a standard OR gate. However, it features a small circle, or inversion bubble, at the output. This bubble tells the reader that the OR function has been inverted. There is also an IEC symbol, which is rectangular and used commonly in Europe. A third, older symbol called the DIN symbol is now considered deprecated.

NOR IEC.svg
NOR IEC.svg

There are different ways to build these gates using transistors. In an NMOS implementation, the gate uses N-channel MOSFETs. If an input is HIGH, the corresponding MOSFET turns on and pulls the output LOW. Otherwise, a pull-up resistor keeps the output HIGH. In CMOS technology, which stands for complementary metal-oxide-semiconductor, the process is different. Instead of a resistor, two p-type transistors are connected in series at the top to manage the output.

NMOS NOR.png
NMOS NOR.png
CMOS NOR gate with two inputs.svg
CMOS NOR gate with two inputs.svg

While CMOS is very popular, NOR gates have a specific characteristic in these circuits. They are generally less efficient than NAND gates in CMOS implementations. This is due to the way charge moves through the components. Specifically, n-MOSFETs have faster charge mobility than p-MOSFETs. In a NAND gate, p-MOSFETs are connected in parallel, which is more favorable. In a NOR gate, they must be connected in series, which is less efficient. For this reason, designers often prefer NAND gates for CMOS circuits.

One of the most important properties of a NOR gate is functional completeness. This means that a NOR gate can be used to create any other logical function. By combining many NOR gates, you can build AND gates, OR gates, or even complex processors. This makes them incredibly versatile tools for computer scientists.

NOR from NAND.svg
NOR from NAND.svg
This property is shared with the NAND gate, which can also build any other logic.

History provides a famous example of the power of these gates. The Apollo Guidance Computer used 4,100 integrated circuits (ICs) to function. Each of those ICs contained only two 3-input NOR gates. This shows how a complex machine can be built from very simple, repetitive parts. Today, many semiconductor manufacturers like Texas Instruments and Philips produce these gates. They are available in various forms, such as the 4001 CMOS chip, which contains four independent 2-input NOR gates.

NOR Pinout.jpg
NOR Pinout.jpg

Modern engineers can find NOR gates with many different input counts. For example, the 4025 chip has three 3-input gates, while the 4002 has two 4-input gates. There are even single chips, like the 4078, that provide an 8-input NOR gate. These components come in different physical formats, such as through-hole DIP or surface-mount SOIC. Understanding these small gates is the first step toward understanding how massive, complex digital systems operate.

613 words
🖼️ Images & Media (10)
File:NOR ANSI Labelled.svg
NOR ANSI Labelled.svg
File:NOR IEC.svg
NOR IEC.svg
File:NOR DIN.svg
NOR DIN.svg
File:NorAdder.svg
NorAdder.svg
File:NOR Pinout.jpg
NOR Pinout.jpg
File:NMOS NOR.png
NMOS NOR.png
File:PMOS-NOR-gate.svg
PMOS-NOR-gate.svg
File:CMOS NOR gate with two inputs.svg
CMOS NOR gate with two inputs.svg
File:NOR gate layout.png
NOR gate layout.png
File:NOR from NAND.svg
NOR from NAND.svg
Up Next
💻
NAND gate
Technology
More to explore

🔬 Go deeper

More advanced topics to explore

🪜 Step back

Simpler topics to build understanding

What is Nepedia?

A free, ad-free encyclopedia for children. Every article is written at five reading levels, so the same page works for a five-year-old and a fifteen-year-old — use the level switcher above to see this one change. No account needed to read.