Gate theory
An OR gate is a basic digital logic gate that produces a high output when one or more inputs are high.
Explore the OR gate and see why the output becomes 1 when at least one input is 1. Learn the Boolean expression, input-output behavior, and digital circuit logic through a focused OpenLabs interactive simulator.
| A | B | Output |
|---|---|---|
| 0 | 0 | 0 |
| 0 | 1 | 1 |
| 1 | 0 | 1 |
| 1 | 1 | 1 |
An OR gate is a basic digital logic gate that produces a high output when one or more inputs are high.
Change binary inputs and observe how the output responds in real time.
Map every possible input combination to the correct digital output.
Connect Boolean algebra with the digital building blocks used inside computers.
The OR gate is inclusive: if A is 1, B is 1, or both are 1, the output becomes 1. The simulator helps students connect symbols, Boolean expressions, truth tables, and circuit output without needing physical hardware.
Understand the OR gate Boolean expression and truth table.
Predict output from all input combinations.
Compare OR logic with AND logic.
Use the simulator to observe inclusive logic behavior.
Open the OR gate lab, toggle the binary input controls, and watch the output update immediately. The visual circuit and truth table make each Boolean result easier to verify.
An OR gate is a digital logic gate that outputs 1 when at least one input is 1.
The common Boolean expression is Y = A + B, where plus represents logical OR.
An OR gate outputs 0 only when all of its inputs are 0.
Toggle inputs, verify the truth table, and build confidence with digital logic through a live OpenLabs simulator.