MCQEasyJEE 2023Logic Gates

JEE Physics 2023 Question with Solution

The logic gate equivalent to the given circuit diagram is:

Circuit diagram with supply of +5V, two switches labeled A₁ and B₁ on the left, output Y connected to a glowing bulb on the right, and a resistor connected to ground at the bottom.
  • A

    OR

  • B

    NAND

  • C

    NOR

  • D

    AND

Answer

Correct answer:B

Step-by-step solution

Standard Method

Given: A circuit diagram with two inputs AA and BB and output YY.

Find: The logic gate represented by the circuit.

The circuit diagram represents a NAND gate. Let’s analyze the behavior of the circuit:

  1. When both switches AA and BB are closed (ON state), the output is 00 (the bulb does not glow) because the current flows directly to the ground.
  2. In all other cases, the bulb glows, corresponding to an output of 11.

This behavior matches the truth table of a NAND gate:

ABY=AB001011101110\begin{array}{|c|c|c|} \hline A & B & Y = \overline{A \cdot B} \\ \hline 0 & 0 & 1 \\ 0 & 1 & 1 \\ 1 & 0 & 1 \\ 1 & 1 & 0 \\ \hline \end{array}

Thus, the circuit corresponds to the logic of a NAND gate, with the output given by:

Y=ABY = \overline{A \cdot B}

Therefore, the correct option is B.

Truth table image showing inputs A₁ and B₁ with output Y as 1,1,1,0 for 00,01,10,11 and the expression Y equals complement of A₁ dot B₁, labeled NAND.

Truth Table Identification

Given: The switch circuit output glows for most input combinations.

Find: Which logic gate matches the output pattern.

Check the output states directly:

  • A=0,B=0Y=1A=0, B=0 \Rightarrow Y=1
  • A=0,B=1Y=1A=0, B=1 \Rightarrow Y=1
  • A=1,B=0Y=1A=1, B=0 \Rightarrow Y=1
  • A=1,B=1Y=0A=1, B=1 \Rightarrow Y=0

A gate whose output is 00 only when both inputs are 11 is NAND.

Therefore, the correct option is B.

Common mistakes

  • Confusing NAND with AND. In an AND gate, output is 11 only when both inputs are 11, but here the output becomes 00 for that case. Compare the full truth table before choosing.

  • Ignoring the meaning of the glowing bulb. Here, bulb glow corresponds to output 11 and no glow corresponds to output 00. Reversing this interpretation leads to the wrong gate.

  • Looking only at the circuit shape instead of the switching behavior. For such questions, determine output for all input combinations and then match with the standard truth table.

Practice more Logic Gates questions

Get unlimited AI-adaptive practice, mastery tracking, and an AI tutor that explains every step — free to start.

Related questions