The logic function implemented by the circuit shown in the following figure is (ground implies a logic `0’)
(a) F = AND (P, Q) (b) F = OR (P, Q)
(c) F = XNOR (P, Q) (d) F = XOR (P, Q)
I_1 and I_2 are tied to logic `1’ state. I_0 and I_3 are tied to logic `0’ state. Therefore, the output is logic `1’ for P = 0, Q = 1 and P = 1, Q = 0. Therefore, the output is
F = \bar P Q +P \bar Q = XOR (P, Q)
Ans. (d)