noun
AND gate
A digital logic gate that outputs high only when all inputs are high. Used in electronics and computer engineering.
ANDゲートは二つの入力が両方とも1のときだけ1を出力する。
An AND gate outputs 1 only when both inputs are 1.
OR gate outputs high when at least one input is high, while AND gate requires all inputs high.
NOT gate inverts a single input, while AND gate combines multiple inputs with logical conjunction.
Borrowed from English 'AND gate', combining the logical operator AND with 'gate'.