Logic Gate Simulator
Interact with input parameters to visualize boolean truth flowing through a digital circuit.
Input A
Input B
Teaching model: this page shows Boolean signal states, not literal electron motion. A highlighted wire means the node is interpreted as logic 1 or HIGH, and a dim wire means logic 0 or LOW. The diagram is an abstraction of gate relationships, not an analog current-flow simulation.
| A | B | A AND B | NOT A | OUT (OR) |
|---|---|---|---|---|
| 0 | 0 | 0 | 1 | 1 |
| 0 | 1 | 0 | 1 | 1 |
| 1 | 0 | 0 | 0 | 0 |
| 1 | 1 | 1 | 0 | 1 |