Which gate will a NAND gate be equivalent to when two inputs of NAND gates are shorted?

Which gate will a NAND gate be equivalent to when two inputs of NAND gates are shorted? Correct Answer NOT gate

When two inputs of a NAND gate are shorted, then the Boolean expression for it becomes: Y=not(A.A) Y=not(A) Therefore, the NAND gate will be equivalent to the NOT gate.

Related Questions

Calculate the minimum number of AND gates, OR gates and NOT gates required to realize Exclusive-OR operation if only using AND, OR and NOT gates are allowed.