Jump to content

NOT gate: Difference between revisions

From Simple English Wikipedia, the free encyclopedia
Content deleted Content added
I added more to the meaning of the NOT gate and reasons why it is the simplest gate
Line 8: Line 8:
|}
|}


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''.
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 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]].
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]].
Line 24: Line 24:
|''DIN Symbol''
|''DIN Symbol''
|}
|}
Reasons why the Not gate is referred to as the simplest gate

1. It has only a single input with simple behavior e.t.c
==Related pages==
==Related pages==
OR gate
OR gate

Revision as of 19:22, 15 November 2020

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 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

Reasons why the Not gate is referred to as the simplest gate 1. It has only a single input with simple behavior e.t.c

OR gate AND gate

Other websites