Visualizer
Experiment,visualize and understand the logic gate by yourself.
Click the buttons to generate the corresponding output.
LOGIC SYMBOL

TRUTH TABLE
| A | B | A.B |
|---|---|---|
| 0 | 0 | 0 |
| 0 | 1 | 0 |
| 1 | 0 | 0 |
| 1 | 1 | 1 |
Experiment,visualize and understand the logic gate by yourself.
Click the buttons to generate the corresponding output.
➜
An AND gate is a basic digital logic gate that performs a logical conjunction, meaning it outputs a true (or high) signal only when both of its inputs are true. The AND gate has two or more inputs and a single output. The output is true only if all of its inputs are true; otherwise, it is false.