noun
non-disjunction; NOR operation
Computing term for the logical NOR operation, also called NEITHER-NOR. Used in digital logic and programming contexts.
否定和は、論理回路でよく使われる演算です。
Non-disjunction is an operation often used in logic circuits.
このプログラムでは、否定和の結果を変数に代入します。
In this program, the result of the NOR operation is assigned to a variable.
排他的論理和 (XOR) outputs true when inputs differ, whereas 否定和 (NOR) is the negation of OR.
Compound of 否定 (negation) and 和 (sum/disjunction), literally 'negated disjunction'. A direct translation of the English computing term 'non-disjunction' or 'NOR'.