BinaryCon Binary Converter

AND Gate Simulator

Result

AND Gate Simulator

Interactive AND gate simulator for teaching logic.

Example: A=1, B=0

Definition: Simulates a logical AND gate; output is 1 only when both inputs are 1.

Operation

AND gate: output = A ∧ B. Output is 1 only when both inputs are 1.
Truth table:
A B | A AND B
0 0 | 0
0 1 | 0
1 0 | 0
1 1 | 1