Question:

The truth table for the given circuit is
Logic gate circuit

Updated On: Mar 29, 2025
  • ABY
    111
    100
    011
    001
  • ABY
    111
    101
    011
    001
  • ABY
    111
    101
    011
    000
  • ABY
    111
    101
    010
    001
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is B

Solution and Explanation

Correct Answer: B

Explanation: 

The given truth table represents the output behavior of a logic gate based on the inputs A and B. We need to identify the type of gate based on the given outputs.

The first table shows the following output for inputs A and B:

ABY
111
100
011
001

Upon analyzing the truth table, we can observe that the output is 1 when either A is 1 and B is 0, or when A is 0 and B is 1, which matches the behavior of an Exclusive OR (XOR) gate.

The second table represents the truth table for an OR gate, the third table represents the truth table for an AND gate, and the fourth table represents the truth table for a NAND gate. Therefore, the correct answer is B, which corresponds to the XOR gate.

Was this answer helpful?
2
1