noun
exclusive OR; XOR
Computing term for the logical operation that outputs true only when inputs differ. Often abbreviated as XOR.
エクスクルーシブオアは、二つの入力が異なるときに真を返す論理演算です。
Exclusive OR is a logical operation that returns true when the two inputs differ.
Variant with interpunct; less common but seen in some technical writing.
Logical OR; returns true if at least one input is true, unlike exclusive OR which requires exactly one true input.
Borrowed from English 'exclusive OR', a term from Boolean logic.