In the given figures of logic gates, if the inputs are A=1, B=0, and C=1, find the values of \( y_1 \), \( y_2 \), and \( y_3 \) respectively.
The circuit consists of various logic gates. To find the outputs \( y_1 \), \( y_2 \), and \( y_3 \), we analyze the circuit:
- \( y_1 \) is the output of a NOR gate with inputs A and B: \[ y_1 = \overline{A + B} = \overline{1 + 0} = \overline{1} = 0 \] - \( y_2 \) is the output of an AND gate with inputs \( y_1 \) and C: \[ y_2 = y_1 \cdot C = 0 \cdot 1 = 0 \] - \( y_3 \) is the output of an OR gate with inputs \( y_2 \) and C: \[ y_3 = y_2 + C = 0 + 1 = 1 \] The values of \( y_1 \), \( y_2 \), and \( y_3 \) are 0, 0, and 1 respectively.