MCQEasyJEE 2025Logic Gates

JEE Physics 2025 Question with Solution

The truth table corresponding to the circuit given below is

Digital logic circuit with inputs A and B entering an OR gate, whose output and input A feed an AND gate producing output C.
  • A
    Truth table with columns A, B, C and rows 0 0 0; 1 0 0; 0 1 0; 1 1 1.
  • B
    Truth table with columns A, B, C and rows 0 0 0; 0 1 0; 1 0 1; 1 1 1.
  • C
    Truth table with columns A, B, C and rows 0 0 1; 1 0 0; 0 1 0; 1 1 0.
  • D
    Truth table with columns A, B, C and rows 0 0 1; 0 1 0; 1 0 0; 1 1 0.

Answer

Correct answer:B

Step-by-step solution

Standard Method

Given: A digital circuit with inputs AA and BB. The first gate is an OR gate, and its output together with AA goes to an AND gate to produce output CC.

Find: The correct truth table for output CC.

Worked solution image showing the OR gate output A plus B feeding an AND gate with input A, giving C equals A multiplied by A plus B and the resulting truth table.

From the circuit, the output of the OR gate is

A+BA + B

This output is then ANDed with AA, so

C=A(A+B)C = A(A + B)

Using Boolean algebra,

C=AA+ABC = A\cdot A + A\cdot B C=A+ABC = A + AB C=AC = A

Now evaluate CC for all input combinations:

ABC000010101111\begin{array}{ccc} A & B & C \\ 0 & 0 & 0 \\ 0 & 1 & 0 \\ 1 & 0 & 1 \\ 1 & 1 & 1 \end{array}

This matches option B.

Therefore, the correct option is B.

Common mistakes

  • Treating the final gate output as A+BA + B only. This is wrong because the OR output is fed into an AND gate with AA. First write the complete expression C=A(A+B)C = A(A+B).

  • Ignoring the repeated input AA in the second gate. This leads to selecting a truth table for only one gate. Always trace every wire before forming the Boolean expression.

  • Evaluating the truth table in the wrong row order and comparing it incorrectly with the options. The values may be correct but the row arrangement must match the displayed table. Check each row carefully.

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