The circuit contains two logic gates: an AND gate and an OR gate.
1. Output of \( y_1 \) (AND Gate):
- The AND gate has inputs \( A = 1 \) and \( B = 0 \).
- The output of an AND gate is:
\[
Y_1 = A \cdot B = 1 \cdot 0 = 0
\]
2. Output of \( y_2 \) (OR Gate):
- The OR gate takes inputs from \( A = 1 \) and the output of the AND gate \( Y_1 = 0 \).
- The output of an OR gate is:
\[
Y_2 = A + Y_1 = 1 + 0 = 1
\]
Thus, the final outputs are:
\[
Y_1 = 1, \quad Y_2 = 0
\]
Thus, the correct answer is \(\boxed{1, 0}\).