Step 1: Identify individual logic operations.
From the given circuit:
Inputs \(A\) and \(B\) pass through an AND gate followed by a NOT gate (i.e., NAND operation).
Inputs \(C\) and \(D\) pass through an OR gate.
Outputs of these two branches are fed into an AND gate followed by a NOT gate (i.e., overall NAND).
Step 2: Write the Boolean expression.
The output \(Y\) can be written as:
\[
Y = \overline{\left(\overline{A \cdot B} \cdot (C + D)\right)}.
\]
Using De Morgan’s theorem,
\[
Y = (A \cdot B) + \overline{(C + D)}.
\]
Step 3: Evaluate output for given input combinations.
Substituting the values of \(A, B, C, D\) row-wise, the output values match exactly with those shown in option (D).
Final Answer:
\[
\boxed{\text{Option (D)}}
\]