Question:medium

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

Updated On: Jan 13, 2026
  • Option 1
  • Option 2
  • Option 3
  • Option 4
Show Solution

The Correct Option is B

Solution and Explanation

To derive the truth table for the provided circuit, a step-by-step analysis of its logic gates is required. The circuit comprises two XOR gates feeding into an OR gate.

Circuit breakdown:

  1. The initial XOR gate accepts inputs A and B, producing an output according to the rule: \(A \oplus B = \overline{A}B + A\overline{B}\).
  2. The second XOR gate also accepts inputs A and B, yielding the same output: \(A \oplus B = \overline{A}B + A\overline{B}\).
  3. The outputs from both XOR gates are then connected to an OR gate. The OR gate operation is: \((A \oplus B) \lor (A \oplus B)\).
  4. Given that the outputs are identical, this simplifies to \(A \oplus B\).

As both XOR gates share identical functionality and inputs, the OR gate’s output is dictated by the XOR condition itself. The truth table is constructed as follows:

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

The resulting truth table for the circuit is presented above. Option 2 accurately reflects this derived truth table.

Was this answer helpful?
0