Logic NOT Function

Table of Contents

The Logic NOT Function is simply a single input inverter that changes the input of a logic level “1” to an output of logic level “0” and vice versa.

The “logic NOT function” is so called because its output state is NOT the same as its input state with its Boolean Expression generally denoted by a bar or overline ( ¯ ) over its input symbol which denotes the inversion operation, (hence its name as an inverter).

As NOT gates perform the logic INVERT or COMPLEMENTATION function they are more commonly known as Inverters because they invert the signal. In logic circuits this negation can be represented by a normally closed switch.

Switch Representation of the NOT Function

logic not function

If A means that the switch is closed, then NOT A or simply A says that the switch is NOT closed or in other words, it is open. The logic NOT function has a single input and a single output as shown.

NOT Function Truth Table

Switch Output
1 0
0 1
Boolean Expression not-A or A

logic not function inverter

The inversion indicator for a logic NOT function is a “bubble”, ( O ) symbol on the output (or input) of the logic elements symbol. In Boolean algebra the inverting Logic NOT Function follows the Complementation Law producing inversion.

complementation law

Logic NOT gates or “Inverters” as they are more commonly called, can be connected with standard AND and OR gates to produce NAND and NOR gates respectively. Inverters can also be used to produce “Complementary” signals in more complex decoder/logic circuits for example, the complement of logic A is A and two Inverters connected together in series will give a double inversion which produces at its output the original value of A.

When designing logic circuits and you may only need one or two inverters within your design, but do not have the space or the money for a dedicated Inverter chip such as the 74LS04. Then you can easily make a logic NOT function easily by using any spare NAND or NOR gates by simply connecting their inputs together as shown below.

NOT Function Equivalents

logic not gate equivalent

Facebook
Twitter
LinkedIn
Pinterest

Similar Articles & Blogs

Explore similar articles on various electronics and electrical topics – 

Analogue to Digital Converter

Analogue-to-Digital Converters, (ADCs) allow micro-processor controlled circuits, Arduinos, Raspberry Pi, and other such digital logic circuits to communicate with the real world. In the real

Learn More >>

Transmission Gate

The analogue switch is a solid-state semiconductor switch that controls the transmission path of analogue signals. The open and closed operations of the switch positions

Learn More >>

Binary Adder

Another common and very useful combinational logic circuit which can be constructed using just a few basic logic gates allowing it to add together two

Learn More >>

Bus Transceiver

A Transceiver can be used to provide bidirectional, input or output control, of either digital or analogue devices to a common shared data bus. Unlike the buffer,

Learn More >>

Digital Comparator

Digital or Binary Comparators are made up from standard AND, NOR and NOT gates that compare the digital signals present at their input terminals and produce an output depending upon

Learn More >>

Binary Subtractor

As their name implies, a Binary Subtractor is a decision making circuit that subtracts two binary numbers from each other, for example, X – Y to find the resulting difference between

Learn More >>