|
|
In computers, a logic circuit that is a negative AND gate. It is an AND gate with an inverter on its output.
a logic gate that produces an output that is the inverse of the output of an AND gate
a N OT- AND circuit which is an AND gate followed by a NOT gate
Gate whose output is 0 when both input are 1 and 1 in all other cases.
a basic logic gate similar to an AND gate but with an inverted output. NAND stands for Not AND. See also AND, and inverter.
A logic circuit which performs the AND function and then inverts the result. A NOT-AND gate. See also AND gate, and NOR gate.
Logic circuit which operates like an AND gate followed by an INVERTER. The output of a NAND gate is LOW (logic level 0) only if all inputs are HIGH (logic level 1).
The NAND gate is a digital logic gate that behaves according to the truth table to the right. A LOW output results only if both the inputs to the gate are HIGH. If one or both inputs are LOW, a HIGH output results.
|