-
The circuit shown below has 4 boxes described by input P, Q, R and output Y, Z, Y = P ⊕ Q &olplus; R and Z = R Q + P R + Q P.
The circuit act as a 4 bit—
-
- adder giving P + Q
- subtractor giving P – Q
- subtractor giving Q – P
- adder giving P + Q + R
Correct Option: C
Since given Y = P ⊕ Q ⊕ R
and Z = RQ + PR + QP
which represents a subtractor circuit.