The NOT gate - Digital Logic gates
The Gate is a digital component that is used to compute
an output for certain inputs, the inputs and outputs have two states
high-1 and low- 0. Let us assume high is 5V and low is 0V (like
in CMOS with 5V supply). On a high level the LED will light up and on a
low level the
LED is off. Now let us see what NOT Logic means.
NOT Gate Simulation
This gate inverts the input and places the inverted
value at the
output, If you apply a 1 at the input the output will be 0 which is the
reverse of 1, and vice versa.
This page requires images and javascript to be
enabled
to try out the
demo of the gates below.
Toggle the red button above to apply a 'high' or 'low' to input A and
watch the output Q.
Truth table
The output is the opposite of the input, this gate plays a very
important role in digital logic circuits. The TTL chip is 7404 and the
CMOS chip to be used is 4049.
Related Reading
|