ORportti
ORportti, also written as OR-portti and in Finnish sometimes referred to as tai-portti, is a basic digital logic gate that performs the logical disjunction. It outputs a high signal when any of its inputs is high. For two inputs A and B, the output Q is true if A or B (or both) are true; equivalently Q equals A OR B. For n inputs, Q is true if at least one input is true. The only time the output is false is when all inputs are false.
In circuit diagrams, the OR portti is used to combine signals so that a single true result
The OR portti finds wide application in digital systems such as adders, data routing, control logic, and