The NOT gate
In digital electronics, not much could be achieved without the NOT gate, also called the inverting gate. The symbol and truth table are shown below.
The NOT gate, like the AND gate and the OR gate, is very important. This gate delivers at its output the inverse (opposite) of what is at the input.
The output of a NOT gate has the inverse value of its input. It is seen from the truth table below that the output X = A. This means that:
If we have a logical “1” at the input, there will be a logical “0” at the output and…
If we have a logical “0” at the input, there will be a logical “1” at the output.
Note: The apostrophe in the following expression means “denied”. So: X = A’ is the same as X = A
NOT gates can be cascaded. In this way, after two gates, an output equal to the original input is achieved. See the following image and the truth table
One reason to implement a circuit where you have the same thing at the output as you have at the input is the desire to achieve a delay of the original signal for a special purpose.
Example of NOT gates in TTL technology: the SN7404 integrated circuit. (6 NOT gates in a single chip)
Example of NOT gates in CMOS technology: the 4049 integrated circuit. (6 NOT gates in a single chip)
More Digital Tutorials
- What is the difference between Analog & Digital?
- What is a logic circuit?
- Digital logic levels (high, low, 1, 0)
- The truth table
- Boolean algebra
- Karnaugh Map (K-map)
- Binary number system
- Hexadecimal numbering system
- BCD code – binary coded decimal
- Gray code – Gray code table
- Aiken code – Excess 3 code
- AND gate
- NAND gate
- OR gate
- NOR gate
- NOT gate
- XOR gate
- How to build a NAND gate with transistors & diodes?
- OR & AND logic gates made with diodes
- The combinational circuit
- The sequential circuit
- JK Flip-Flop
- What is a binary decoder?