Consider the following multiplexer. Which of the following statements is TRUE? (indicates the logical OR operation)
(a) If A is 0, X = B + C
(b) If A is 0, X = B * C
(c) If A is 0, X = B + C
(d) If A is 0, X = B * C
(e) None of the above
If A is 1, X = B * C
If A is 1, X = B + C
If A is 1, X = B * C
If A is 1, X = B + C