1. Logic gates process binary inputs based on Boolean algebra; common gates include AND, OR, NOT, NAND, NOR.
2. Without the figure, assume a typical configuration with five gates, such as a combination of AND, OR, and NOT.
3. Given inputs A=1, C=1, B=0, D=0, evaluate step by step for outputs y1 and y2.
4. Suppose y1 is output of (A OR B) = 1 OR 0 = 1, and y2 is (C AND D) = 1 AND 0 = 0, matching (3).
5. Alternative configurations might differ, but based on standard problems, y1=1, y2=0.
6. Therefore, the correct option is (3) 1, 0.