Join the Most Relevant JEE Main 2025 Test Series & get 99+ percentile! Join Now
Search any question & find its solution
Question: Answered & Verified by Expert
The logic gates in which all the inputs must be low to get a high output are
PhysicsSemiconductorsAP EAMCETAP EAMCET 2022 (06 Jul Shift 2)
Options:
  • A NAND and AND
  • B NOR and NAND
  • C OR and AND
  • D AND and NOR
Solution:
2961 Upvotes Verified Answer
The correct answer is: NOR and NAND
Truth table for AND, OR, NAND and NOR gate for two input $A$ and $B$ are given below.
AND gate
\begin{array}{|ccc|}
\hlineA & B & Output Y=A B \\
\hline 0 & 0 & 0 \\
\hline 0 & 1 & 0 \\
\hline 1 & 0 & 0 \\
\hline 1 & 1 & 1 \\
\hline
\end{array}
OR gate
\begin{array}{|llc|}
\hlineA & B & Output Y=A+B \\
\hline 0 & 0 & 0 \\
\hline 0 & 1 & 1 \\
\hline 1 & 0 & 1 \\
\hline 1 & 1 & 1 \\
\hline
\end{array}
NOR gate
\begin{array}{|cccc|}
\hlineA & B & A+B & Output Y=\bar{A}+\bar{B} \\
\hline 0 & 0 & 0 & 1 \\
\hline 0 & 1 & 1 & 0 \\
\hline 1 & 0 & 1 & 0 \\
\hline 1 & 1 & 0 & 0 \\
\hline
\end{array}
NAND gate
\begin{array}{|rrrc|}
\hlineA & B & A+B & Output Y=\overline{A B} \\
\hline 0 & 0 & 0 & 1 \\
\hline 0 & 1 & 0 & 1 \\
\hline 1 & 0 & 0 & 1 \\
\hline 1 & 1 & 1 & 0 \\
\hline
\end{array}
From above truth tables, it is clear that in NOR and NAND gate, if all the inputs are low, then their outputs are high.

Looking for more such questions to practice?

Download the MARKS App - The ultimate prep app for IIT JEE & NEET with chapter-wise PYQs, revision notes, formula sheets, custom tests & much more.