MHT CET2008PhysicsSemiconductors
When the two inputs of a NAND gate are shorted, the resulting gate is
Options
- ANOR
- BOR
- CNOT
- DAND
Correct answer
C. NOT
Step-by-step solution
The circuit diagram of a NAND gate when its two inputs are shorted, is given as NAND = AND + NOT The truth table of this logic gate is given as array c|c|c A & Y & Y 0 & 0 & 1 1 & 1 & 0 array Hence, if the input is zero then output is 1 and when input is 1 than output is zero. So, the resulting gate is NOT gate.