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

The complement of the Boolean expression is:

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

Answer

Answer

AI

Correct option: (b)

Answer: (b) $(P + Q') \cdot (R' + S)$ By De Morgan's laws: $[(P' \cdot Q) + (R \cdot S')]' = (P' \cdot Q)' \cdot (R \cdot S')' = (P+Q')\cdot(R'+S)$.
Boolean Algebra

From ISC 2024 Computer Science Paper 1, question 1(v).