ORed
ORed is a term used in logic, electronics, and programming to describe the result of applying the logical disjunction operation to two or more inputs, or a circuit arrangement that performs this operation. In boolean algebra, OR is the operator that yields true if any input is true. It is commonly denoted as OR, or the symbol ∨ in formal expressions.
For binary inputs, the OR operation produces a 1 when at least one input is 1. In
In practice, ORed signals are implemented with devices such as OR gates, multi-input OR gates, or networks
A common application of ORing in hardware is power-supply ORing, where diodes or ideal-diode controllers combine
See also: OR gate, diode-OR, wired-OR, boolean algebra, truth table.