ExamBro
ExamBro
COMEDK · Physics · 30. Semiconductors

Find the logic gate, when both the inputs are high but the output is low and vice-versa.

  1. A AND
  2. B OR
  3. C NAND
  4. D NOR
Verified Solution

Answer & Solution

Correct Answer

(C) NAND

Step-by-step Solution

Detailed explanation

The logic gate described has the following truth table behavior: When both inputs are high (1, 1), the output is low (0). When both inputs are low (0, 0), the output is high (1). This behavior corresponds to the NAND gate, which is the complement of the AND gate. The truth table…