1.
logical OR; disjunction
In logic and computing, the operation that returns true when at least one of its inputs is true. Corresponds to the OR operator.
論理和を計算する。
To compute the logical OR.
OR回路は論理和を出力する。
An OR circuit outputs the logical OR.
論理和は、どちらか一方でも真なら真になる。
A logical OR is true if either one of the inputs is true.
Formed from 論理 (logic) plus 和 (sum), the Japanese term for logical disjunction (OR).
RELATED TERMS:
- 論理積: logical AND (conjunction)
- 否定: logical NOT (negation)
- 排他的論理和: exclusive OR (XOR)