Question:

The truth table of the given circuit diagram is :
Circuit Diagram

Updated On: Nov 20, 2025
  • Option 1
  • Option 2
  • Option 3
  • Option 4
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is B

Approach Solution - 1

To determine the truth table for the given circuit, we need to analyze the logic gates step-by-step. The circuit consists of two XOR gates whose outputs are fed into an OR gate.

Let’s break down the circuit: 

  1. The first XOR gate takes inputs A and B. The XOR gate produces an output according to the rule: \(A \oplus B = \overline{A}B + A\overline{B}\).
  2. The second XOR gate also takes inputs A and B and similarly produces: \(A \oplus B = \overline{A}B + A\overline{B}\).
  3. The outputs from the two XOR gates are then fed into an OR gate. The OR gate performs: \((A \oplus B) \lor (A \oplus B)\).
  4. However, since the outputs are identical, this is essentially \(A \oplus B\).

Since both XOR gates have the same functionality and inputs, the output of the OR gate is determined by the XOR condition itself. Let's construct the truth table:

ABFirst XOR: A ⊕ BSecond XOR: A ⊕ BY = (A ⊕ B) OR (A ⊕ B)
00000
01111
10111
11000

Thus, the truth table for the circuit is:

The correct answer is Option 2, which matches the truth table derived above.

Was this answer helpful?
0
0
Hide Solution
collegedunia
Verified By Collegedunia

Approach Solution -2

The given circuit diagram is equivalent to an XOR gate, which outputs a value of 1 if and only if the inputs are different.

ABY = A ⊕ B
000
011
101
110

This matches the truth table given in option (2).

Was this answer helpful?
0
0

Questions Asked in JEE Main exam

View More Questions