Vidyalelo
ECE · Q29

Digital Electronics

Engineering and GATE · ECE · question 29

Q29

The inputs of a NAND gate are connected together. The resulting circuit is ___________.

A.
OR gate
B.
AND gate
C.
NOT gate
Answer
D.
None of the above

Answer: Option C

Solution

Answer: Option C
Solution:
Understanding NAND Gates:
A NAND gate is a fundamental logic gate. It outputs a 0 (low) only when all its inputs are 1 (high). Otherwise, it outputs a 1 (high).

The Question: Connecting Inputs Together
Imagine you have a NAND gate with two inputs. Instead of giving them separate signals, we connect both inputs to the same input signal (let's call it 'A').

What Happens?
Now, both inputs of the NAND gate will always have the same value. If 'A' is 0, both inputs are 0. If 'A' is 1, both inputs are 1.

Let's Analyze the Output:
* If 'A' is 0 (both inputs are 0), the NAND gate outputs a 1.
* If 'A' is 1 (both inputs are 1), the NAND gate outputs a 0.

Comparing to Other Gates:
This output behavior is exactly the same as a NOT gate (inverter). A NOT gate simply inverts the input: 0 becomes 1, and 1 becomes 0.

Therefore, the correct answer is C: NOT gate