PRASHNIKAप्रश्निका
Back to the paper

The complement of the Boolean expression is:

Computer Science20251 markMCQ
The complement of the Boolean expression $(P + Q') \cdot (R' + P)$ is:
  • (a)$(P \cdot Q') + (R' \cdot P)$
  • (b)$(P' \cdot Q) + (R \cdot P')$
  • (c)$(P' \cdot Q) \cdot (R \cdot P')$
  • (d)$(P + Q') \cdot (R' + P)$

Answer

Answer

AI

Correct option: (b)

Answer: (b) (P'.Q) + (R.P') Complement of (P + Q').(R' + P) = (P + Q')' + (R' + P)' [De Morgan's law], applying De Morgan again inside each bracket = (P'.Q) + (R.P').
Boolean Algebra

From ISC 2025 Improvement Computer Science Paper 1, question 1(i).