This performs the inverse operation of the buffer. It is also called the NOT gate. Output is the complement of the input. The inverter performs an inversion operation, changing one logic level to the other.
Learning Objectives:
Introducing AND gate implementation using
Switches
Diodes
BJT
- CMOS


It has the same circuit symbol as that of a buffer except for the bubble present at the output side. This is the inversion bubble.
Logical Expression:
A = YC
| Input A | Output Y |
| 0 | 1 |
| 1 | 0 |
Explanation of NOT gate using switches:

Look at the switch model, if the switch is closed (ON), the LED turns off.
Similarly, if the switch is opened (OFF), the LED turns on.
NOT Gate Implementation Using Universal Gates

Implementation Using Transistor Logic
When switch S1 is closed, the base-emitter junction is forward biased. Q1 is ON. No current flows from the LED. Similarly, when S1 is opened in the second case, the base-emitter junction is reversed biased. Q2 is OFF. LED turns ON in this case and hence the output is high.

Implementation Using CMOS Logic

Frequently Asked Questions
1. What is a NOT gate?
A NOT gate, also known as an inverter, is a basic logic gate that outputs the opposite of its input. If the input is a logic 1 (high), the output will be logic 0 (low), and vice versa.
2. How does a NOT gate work?
The NOT gate takes a single binary input and produces an inverted output. It’s like a “switch” that flips the input state: 0 becomes 1, and 1 becomes 0. This gate is essential in logic circuits where an inverted output is needed.
3. What is the symbol for a NOT gate?
The NOT gate symbol is a triangle pointing to the right with a small circle at the output end. The triangle represents the signal path, and the circle represents inversion.
4. Where are NOT gates used?
NOT gates are commonly used in circuits that require signal inversion, such as digital clocks, memory devices, and various types of decision-making circuits. They’re essential in any design that needs a reversed logic signal.
5. Why is it called an inverter?
The NOT gate is often called an inverter because it inverts the logic level of the input, turning a high input (1) into a low output (0) and vice versa.
6. How is a NOT gate built?
A NOT gate can be built using transistors. In a simple CMOS design, it typically consists of a pair of transistors arranged in a way that produces the opposite output of the input.
7 . Can a NOT gate have multiple inputs?
No, a standard NOT gate only has one input. Its function is to invert the single input signal. Other gates, like AND and OR, handle multiple inputs but the output is always single.
8. Is the NOT gate an essential building block in digital electronics?
Yes, the NOT gate is one of the fundamental gates in digital electronics. Along with AND and OR gates, it forms the basis for creating complex circuits.
9. How can inverters be implemented using transistors?
Inverters can be implemented using various transistor configurations, such as:
- Transistor-Transistor Logic (TTL): Uses multiple transistors to create the inverter function.
- CMOS (Complementary Metal-Oxide-Semiconductor): Uses both NMOS and PMOS transistors to create a low-power inverter or NOT gate.
