Glossary / NOT Logic Gate
Term: NOT Logic Gate
NOT is a type of logic gate.
A NOT gate inverses the current output, therefore positive (1 or ON) becomes negative (0 or OFF), whilst negative (0 or OFF) would become positive (1 or ON).
NOT gate truth table
Input A | Output Z |
---|---|
0 | 1 |
1 | 0 |