OR Gate Calculator
Posted by Dinesh onCalculate output of OR gate in digital circuitry using simple logic OR gate calculator online with truth table of OR gate.
Logic OR Gate in Digital Circuitry Calculation
What is OR Gate?
The OR gate is a digital electronic logic gate. If one or both the inputs to the gate are HIGH (1) it produces HIGH (1) output as results. If neither input is high, the output results will be LOW (0).
Input A | Input B | Output |
---|---|---|
0 | 0 | 0 |
1 | 0 | 1 |
0 | 1 | 1 |
1 | 1 | 1 |