NOT gate
A NOT gate takes a single input signal and produces an output signal that is the opposite of the input signal.
Truth table
Section titled “Truth table”| Input A | Output (NOT A) |
|---|---|
| 0 | 1 |
| 1 | 0 |
A NOT gate takes a single input signal and produces an output signal that is the opposite of the input signal.
| Input A | Output (NOT A) |
|---|---|
| 0 | 1 |
| 1 | 0 |