A gate which is also known as inverter is
Answers
Answered by
0
Answer:
NOT Gate (Inverter)
Truth table for a NOT gate
Input Output
false true
true false
A NOT gate, often called an inverter, is a nice digital logic gate to start with because it has only a single input with simple behavior. A NOT gate performs logical negation on its input. In other words, if the input is true, then the output will be false. Similarly, a false input results in a true output.
The truth table for a NOT gate appears to the right.
Similar questions