What logical operation does a NAND gate perform?
Explicación
NAND is AND followed by inversion. AND gives 1 only when every input is 1, so inverting that gives 0 only when every input is 1 and 1 for every other input combination.
NAND is AND followed by inversion. AND gives 1 only when every input is 1, so inverting that gives 0 only when every input is 1 and 1 for every other input combination.