OR gate
 The OR gate has two input lines and one output line.
Basically, if either or both of the inputs are a 1, the resulting output value is a 1.
Note in the truth table, the only time the output is 0 is when both inputs are 0.
Symbol for OR Gate



Truth Table for OR gate
A B A+B
0 0 0
0 1 1
1 0 1
1 1 1
F = A+B


OR Gate Truth Table
or.gif (2500 bytes) Input Output
A B
0 0 0
0 1 1
1 0 1
1 1 1
Select An Input Value

The OR gate has two input lines and one output line. Basically, if either or both of the inputs are a 1, the resulting output value is a 1. Note in the truth table, the only time the output is 0 is when both inputs are 0.

Select an input combination from the pull-down selector and view the resulting output.

The OR gate has two input lines and one output line. Basically, if either or both of the inputs are a 1, the resulting output value is a 1. Note in the truth table, the only time the output is 0 is when both inputs are 0.

Select an input combination from the pull-down selector and view the resulting output.

(c) Shilpa Sayura Foundation 2006-2017