exclusive OR operation; non-equivalence operation
Computing term for the logical operation that yields true when inputs differ. Often abbreviated as XOR.
The exclusive OR operation returns true when the two inputs differ.
排他的論理和 is the shorter term for exclusive OR, while 排他的論理和演算 explicitly refers to the operation itself.
Compound of 排他的 (exclusive), 論理和 (logical sum, OR), and 演算 (operation). A direct translation of the English computing term 'exclusive OR operation'.