Texts: A circuit consists of two AND gates and one OR gate. The logical expression representing the circuit is ((X1) AND (X2 OR X3)) AND (X4). X1, X2, X3, and X4 are Boolean inputs. Find the output of the circuit for each of the following five inputs. Mention the question number and subquestion number before your answer.
(i) X1 = 1, X2 = 0, X3 = 0, X4 = 1
(ii) X1 = 1, X2 = 1, X3 = 1, X4 = 1
(iii) X1 = 0, X2 = 0, X3 = 0, X4 = 0
(iv) X1 = 1, X2 = 1, X3 = 0, X4 = 0
(v) X1 = 0, X2 = 1, X3 = 1, X4 = 0