non-disjunction; NOR operation
A logical operation in computing that outputs true only when all inputs are false. Equivalent to the negation of logical OR.
The NOR operation returns true only when all inputs are false.
この回路は否定論理和ゲートを使っている。
This circuit uses a NOR gate.
Compound of 否定 (negation) + 論理和 (logical disjunction), literally 'negated logical sum'.