MCQEasyJEE 2023Logic Gates

JEE Physics 2023 Question with Solution

The logic operations performed by the Provided that digital circuit is equivalent to:

Digital logic circuit with inputs A and B feeding two left-side gates, whose outputs join a NAND gate followed by an inverter giving output Y.
  • A

    OROR

  • B

    NANDNAND

  • C

    NORNOR

  • D

    ANDAND

Answer

Correct answer:D

Step-by-step solution

Standard Method

Given: A digital logic circuit with inputs AA and BB is shown.

Find: The equivalent logic operation performed by the circuit.

From the solution, the final conclusion is that the output simplifies to an AND operation.

Let the output of the first NAND gate be:

X1=ABX_1 = \overline{A \cdot B}

The second NAND stage gives:

X3=X1X2X_3 = \overline{X_1 \cdot X_2}

Using X1=ABX_1 = \overline{A \cdot B} and X2=ABX_2 = \overline{A \cdot B},

X3=ABABX_3 = \overline{\overline{A \cdot B} \cdot \overline{A \cdot B}}

So,

X3=ABX_3 = A \cdot B

Hence the final output represents the logic of an AND gate.

Therefore, the correct option is D.

Stepwise Boolean Simplification

Given: The circuit is to be reduced to an equivalent single logic gate.

Find: Which gate among the given options matches the output YY.

  1. Analyze the first NAND gate:
X1=ABX_1 = \overline{A \cdot B}
  1. The third NAND gate also provides:
X2=ABX_2 = \overline{A \cdot B}
  1. These two outputs are fed into the next NAND gate:
X3=X1X2X_3 = \overline{X_1 \cdot X_2}

Substituting,

X3=ABABX_3 = \overline{\overline{A \cdot B} \cdot \overline{A \cdot B}}

Since the two terms are identical,

X3=ABX_3 = A \cdot B
  1. The solution concludes that the final output remains:
Y=ABY = A \cdot B

Thus the circuit is equivalent to an AND gate. Hence, the correct option is D.

Common mistakes

  • Treating the final combination as a single NANDNAND output without simplifying the repeated complemented inputs is incorrect. First write the intermediate outputs, then apply Boolean simplification carefully.

  • Ignoring that both intermediate branches produce the same expression leads to the wrong gate identification. Check whether the two inputs of the later gate are identical before simplifying.

  • Confusing the circuit symbol of a bubbled output with NORNOR instead of NANDNAND gives an incorrect result. Identify each symbol correctly before writing the Boolean expression.

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