Log in Sign up
Back to Discover
💻

Inverter (logic gate)

technology Maturity 11-13

This tool flips things.

Not-gate-en.svg
Not-gate-en.svg
It changes one thing to its opposite. If you give it a one, it gives a zero. If you give it a zero, it gives a one. This helps computers work. It is a tiny building block. Can you find a computer?

47 words

This tool flips things.

Not-gate-en.svg
Not-gate-en.svg

It takes one signal and changes it. It turns a one into a zero. It turns a zero into a one. People call this flipping.

This tool is a tiny building block. It is one of three basic tools. These tools work together to build big circuits.

CMOS 4049 diagram.svg
CMOS 4049 diagram.svg

Some tools use a small circle for a sign. This shows how the signal changes. It is a very simple tool. It helps computers do their work.

82 words

An inverter is a tiny tool for computers. It is also called a NOT gate.

Not-gate-en.svg
Not-gate-en.svg

This tool takes one signal and flips it. It uses bits, which are signals that are either a one or a zero. If you put a one in, it gives out a zero. If you put a zero in, it gives out a one. People sometimes call this flipping.

An inverter is a basic building block. It is one of three main tools. These three tools can build any kind of math circuit.

CMOS 4049 diagram.svg
CMOS 4049 diagram.svg

Inside a machine, the tool uses voltage. Voltage is a type of electrical power. A low voltage becomes a high voltage. A high voltage becomes a low voltage.

Engineers make these tools in different ways. One way uses a single transistor. A transistor is a tiny part that controls electricity. Some ways use two transistors. This is called a CMOS design. This way uses less power. It also works very fast.

Inverter voltage transfer curve.png
Inverter voltage transfer curve.png

Scientists use a graph to check the quality of an inverter. This graph is a voltage transfer curve. It shows how the tool switches between high and low.

195 words

An inverter is a tiny but vital tool in digital logic. It is also known as a NOT gate.

Not-gate-en.svg
Not-gate-en.svg
This tool is very important for computers. It performs a job called logical negation. This means it takes an input and gives the opposite result. In computer math, we use bits to send information. These bits are usually represented as a one or a zero. An inverter is one of three basic gates used to build circuits. You can use these three gates to build any math circuit you want.

How does an inverter work? It works by flipping the signal it receives. If you put a one into the gate, it outputs a zero. If you put a zero in, it outputs a one.

NOT from NAND.svg
NOT from NAND.svg
People sometimes call this action "flipping" the bits. You might also hear people use words like high and low. This happens because the gate changes the voltage levels. A low voltage input becomes a high voltage output. A high voltage input becomes a low voltage output. It is a very simple and direct way to change a signal.

Engineers use different parts to build these inverters. One way uses a single NMOS transistor. Another way uses a single PMOS transistor with a resistor. This can be made at a low cost. However, it uses more power and is slower.

CMOS 4049 diagram.svg
CMOS 4049 diagram.svg
A better way is the CMOS configuration. This uses two complementary transistors together. In this setup, one transistor is always turned off. This helps the device use much less power. It also makes the processing speed much faster.

There are many specific parts that hold these gates. For example, the 7404 TTL chip has 14 pins. The 4049 CMOS chip is a bit larger with 16 pins. This chip is called a hex inverter. The word "hex" means it contains six inverters inside.

CMOS 4049 diagram.svg
CMOS 4049 diagram.svg
Out of those 16 pins, two are for power. The other 12 pins are for the inputs and outputs. This allows one small chip to do many jobs at once. These chips are building blocks for much bigger machines.

Scientists use a special graph to check an inverter. This graph is called a voltage transfer curve.

Inverter voltage transfer curve.png
Inverter voltage transfer curve.png
It shows the relationship between the input and output voltage. A good inverter should switch very quickly. This means the slope on the graph should be very steep. A steep slope shows precise switching between on and off. Engineers also use this graph to measure noise tolerance. This helps them see if the signal stays clear. It is a key way to measure how well a gate works.

444 words

An inverter, often called a NOT gate, is a fundamental component in digital logic. It performs a process known as logical negation. This means the gate takes an input and produces an output that is the exact opposite. In digital systems, information is processed as bits. These bits are typically represented by two different voltage levels. For example, a high voltage might represent a one, while a low voltage represents a zero.

Not-gate-en.svg
Not-gate-en.svg
By flipping these values, the inverter acts as a complement gate. It produces the ones' complement of a binary number by swapping all zeros and ones. This simple operation is a unary operation because it only has one input.

The mechanism of an inverter relies on changing the electrical signal. When a low voltage is applied to the input, the output becomes a high voltage. Conversely, if a high voltage is applied, the output becomes low.

NOT from NAND.svg
NOT from NAND.svg
This process is colloquially known as "flipping" the bits. In mathematical logic, this is equivalent to the negation operator, represented by the symbol ¬. Engineers use specific symbols to represent this in circuit diagrams. The traditional symbol is a triangle with a small circle, or "bubble," at the output. Sometimes, a bar or overline is placed above a variable to show that a NOT gate has performed an inversion.
NOT from NOR.svg
NOT from NOR.svg

Engineers can build inverters using several different electronic configurations. One method uses a single NMOS transistor. Another method uses a single PMOS transistor paired with a resistor. This "resistive-drain" approach is inexpensive to manufacture. However, it is less efficient because current flows through the resistor in one of the two states. This makes it slower and uses more power. A more advanced method is the CMOS configuration. This uses two complementary transistors working together. In a CMOS setup, one transistor is always turned off. This greatly reduces power consumption and increases processing speed due to lower resistance.

Inverters are often found inside integrated circuits, which are small chips containing many components. A common example is the hex inverter. The term "hex" indicates that the chip contains six individual inverters. For instance, the 4049 CMOS chip is a hex inverter with 16 pins. Two of these pins provide power and a reference. The remaining 12 pins serve as the inputs and outputs for the six gates. Another example is the 7404 TTL chip, which has 14 pins.

CMOS 4049 diagram.svg
CMOS 4049 diagram.svg
These chips serve as essential building blocks for complex devices like multiplexers, decoders, and state machines.

If a designer cannot use a dedicated NOT gate, they can create one using other logic gates. A NAND gate or a NOR gate can be configured to function as an inverter. Additionally, an XOR gate can act as a controlled inverter if one of its inputs is set to high. An XNOR gate can achieve the same result if one input is set to low. These alternatives allow engineers to maintain flexibility when designing Boolean circuits. The NOT gate is one of three basic gates, alongside the AND and OR gates. Together, these three types can be used to implement any function in binary mathematics.

To measure the quality of an inverter, scientists use a voltage transfer curve (VTC).

Inverter voltage transfer curve.png
Inverter voltage transfer curve.png
This is a graph that plots the output voltage against the input voltage. An ideal inverter would show a perfect, inverted step function. This would represent instantaneous switching between states. In real-world devices, there is always a gradual transition region. The steepness of the slope in this region is a key measure of quality. A steeper, more vertical slope indicates more precise switching. The VTC also helps engineers determine noise tolerance by comparing the minimum input to the maximum output in each operating region.

Beyond simple switching, inverters have surprising uses in other fields of electronics. Because the transition region of a CMOS inverter is steep and approximately linear, it can act as an analog amplifier. If a CMOS inverter is properly biased, it can function as a high-gain analog linear amplifier. It can even be combined with others to form an operational amplifier, or op-amp. Maximum gain is reached when the input and output operating points are at the same voltage. This can be achieved by connecting a resistor between the input and the output. This connection allows the digital component to bridge the gap into the world of analog signals.

735 words
🖼️ Images & Media (6)
File:Not-gate-en.svg
Not-gate-en.svg
File:CMOS 4049 diagram.svg
CMOS 4049 diagram.svg
File:NOT ANSI Labelled.svg
NOT ANSI Labelled.svg
File:NOT from NAND.svg
NOT from NAND.svg
File:NOT from NOR.svg
NOT from NOR.svg
File:Inverter voltage transfer curve.png
Inverter voltage transfer curve.png
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.