The truth table shows that the output Y is 1 only when either A is 1 and B is 0, or both A and B are 1.
This can be represented as Y = (A AND NOT B) OR (A AND B).
Logic circuit (2) contains an AND gate, and an OR gate, and a NOT gate which matches to the truth table.
So the answer is (2).
The logic gate equivalent to the circuit given in the figure is
The logic gate equivalent to the combination of logic gates shown in the figure is
The output (Y) of the given logic implementation is similar to the output of an/a …………. gate.