Jump to content

NOT gate: Difference between revisions

From Simple English Wikipedia, the free encyclopedia
Content deleted Content added
No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 1: Line 1:
{{redirect|not|the word that negates the meaning of the word or phrase following it|No}}
{{redirect|Not|the word that negates the meaning of the word or phrase following it|No}}
{| class="wikitable" align=right
{| class="wikitable" align=right
|- bgcolor="#ddeeff" align="center"
|- bgcolor="#ddeeff" align="center"

Revision as of 13:49, 5 September 2022

INPUT
A
OUTPUT
NOT A
0 1
1 0

A NOT gate (also often called Inverter) is a logic gate. Each NOT gate has only one input signal. Logically with NOT gates, the input and the output swap, so if you input 1 it outputs as 0; likewise if you input 0 it outputs as 1.The NOT gate negates the values of data or signal in its input. It will always output the opposite signal. Its main function is to interchange logic.

In the 20th century an inverter was often made of a discrete transistor with other components, or several inverters were packaged in an integrated circuit.

Symbols

There are three symbols for the NOT gate:

MIL/ANSI Symbol IEC Symbol DIN Symbol
  • OR gate
  • AND gate

Other websites