NOT gate is a logic gate that inverts the binary input which means that in order to get a high output (1) we require a low input (0) and for a low output a High input (1) is needed. It inverts the input or we can say it negates the output hence due to this inversion of output it is also called Inverter.The input and the output of the NOT logic gate is represented in the tabular format known as truth Table. The table gives the input and output or results of all people possible inputs.
As the logic gates work with binary digits hence the two possible inputs can be 0 or 1.
Case 1
The input is taken as 0 and the output received is high, that is 1. after passing through the NOT gate
Case 2
The input is taken to be high that means 1 and corresponding result is low that is zero in the NOT gate.
X= Ā
Here X is the output and A is the input .
So the bar(-) on A represents negative of A or opposite of A .
This can also be seen as if the input of variable is taken as A which is passing through the NOT gate then the output binary variable will be Ā. Here the bar is not .
So if input is A= 1 then corresponding output is Ā= 0 and if the input is A= 0 then output is Ā= 1.
Truth table is the representation of all the possible inputs that can be made and the corresponding digital output of the same. It is a tabular representation of all the possible outputs that are obtained after passing through a NOT gate.
The truth table of NOT gate is as follows -:
INPUT( A) | OUTPUT( Ā) |
0 | 1 |
1 | 0 |
The following are the characteristics of a NOT gate -:
NOT gate is logic gate that gives a negative mathematical output. Hence it is also called an Inverter. That means it gives 0 when input is 1 and 1 when the input is 0. NOT gate is a single window system wherein we have a single input and output system. It is also known as a decision making device due to this reason.A NOT gate has a triangular shape with a bubble on the top. The top bubble is used to get the inversion of the input or the complement.NOT gate has the equation as – X = Ā. The bar here represents the negative of A. The NOT gate has alot of application in day to day life from integrated circuits , temperature control circuits , controlled circuits used in machines till various microprocessor and microcontrollers.