Or

Or is a logical disjunction. Its output is true when either input is true.

\(a + b\)

An OR of two or more literal is called a sum.

Truth table:

B A Out
0 0 0
0 1 1
1 0 1
1 1 1

Logical circuit:

or.png