BinaryCon Binary Converter

NOT Gate Simulator

Result

NOT Gate Simulator

Interactive NOT gate simulator for teaching logic.

Example: A=1

Definition: Simulates a logical NOT gate; output is the inverse of the single input.

Conversion formula

NOT operation (inverter):
Outputs the logical complement of the input: NOT(A) = !A

Truth table:
A | NOT A
0 | 1
1 | 0