NOT gate(非门/反相器)是一种基本逻辑门,只有一个输入,输出为输入的逻辑取反:输入为 0 输出为 1;输入为 1 输出为 0。常用于数字电路、计算机硬件与布尔逻辑中。(在电子工程中也常称 inverter。)
发音 Pronunciation (IPA)
/nɑːt ɡeɪt/(美式常见);/nɒt ɡeɪt/(英式常见)
例句 Examples
A NOT gate flips the input signal.
非门会把输入信号取反。
In the circuit, the sensor output passes through a NOT gate to prevent the alarm from triggering when the door is closed.
在这个电路中,传感器输出先经过一个非门,以避免门关闭时报警被触发。
词源 Etymology
NOT 来自英语否定词 not,表示“否定/不是”;gate 在逻辑学与电路语境中借用“门/关口”的意象,表示“对输入进行规则处理的装置”。“NOT gate”字面即“执行 NOT(取反)运算的逻辑门”,属于布尔代数与数字电路术语体系的一部分。