Question:

The truth table for the given circuit is
Logic gate circuit

Updated On: Apr 10, 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

Approach Solution - 1

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
Hide Solution
collegedunia
Verified By Collegedunia

Approach Solution -2

The circuit consists of two logic gates: a NAND gate and an OR gate. For the inputs A and B, the NAND gate first operates on the values of A and B. The output of the NAND gate is then passed as one of the inputs to the OR gate, and the other input to the OR gate is B. The OR gate produces the final output Y.

Now, let's analyze the truth table:

- For A = 1 and B = 1, the output of the NAND gate is 0, and the OR gate gives the output 1 (0 OR 1 = 1). Thus, Y = 1.  
- For A = 1 and B = 0, the output of the NAND gate is 1, and the OR gate gives the output 1 (1 OR 0 = 1). Thus, Y = 1.  
- For A = 0 and B = 1, the output of the NAND gate is 1, and the OR gate gives the output 1 (1 OR 1 = 1). Thus, Y = 1.  
- For A = 0 and B = 0, the output of the NAND gate is 1, and the OR gate gives the output 0 (1 OR 0 = 0). Thus, Y = 0.  

Thus, the correct truth table is \(\texttt{(B)}\).

Was this answer helpful?
0
0