Concept:
Evaluate logic circuit step-by-step using truth values of gates (AND, OR, NOT).
Step 1: Analyze circuit.
The circuit effectively represents:
\[
Y = A \cdot \overline{B} \cdot C
\]
Step 2: Condition for output 1.
• $A = 1$
• $B = 0 \Rightarrow \overline{B} = 1$
• $C = 1$
Step 3: Final combination.
\[
(A,B,C) = (1,0,1)
\]