ExamBro
ExamBro
COMEDK · Physics · 30. Semiconductors

The truth table of a logic gate is given below
\begin{array}{cc|c}
\hline \multicolumn{2}{c|}{ Input } & Output \\
\hline \boldsymbol{A} & \boldsymbol{B} & \boldsymbol{Y} \\
\hline 0 & 0 & 1 \\
\hline 0 & 1 & 1 \\
\hline 1 & 0 & 1 \\
\hline 1 & 1 & 0 \\
\hline
\end{array}
The logic gate is

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

Answer & Solution

Correct Answer

(D) NAND gate

Step-by-step Solution

Detailed explanation

According to given truth table, logic expression of the output \(Y\) for the given input \(A\) and \(B\) is given as \[ Y=\overline{A B} \] which is the output expression for NAND gate.