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 | 1 |
| 1 | 0 | 1 |
| 1 | 1 | 1 |
Experiment,visualize and understand the logic gate by yourself.
Click the buttons to generate the corresponding output.
➜
An OR gate is a fundamental digital logic gate that performs a logical OR operation. In simple terms, an OR gate produces an output signal (often referred to as the result or the output state) if at least one of its input signals is active or true.