InterviewSolution
Saved Bookmarks
| 1. |
Which gate will a NAND gate be equivalent to when two inputs of NAND gates are shorted?(a) AND gate(b) OR gate(c) NAND gate(d) NOT gateI have been asked this question during an interview.The doubt is from Digital Electronics and Logic Gates topic in section Semiconductor Electronics : Materials, Devices and Simple Circuits of Physics – Class 12 |
|
Answer» CORRECT choice is (d) NOT gate Explanation: 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. |
|