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

The complement of the Boolean expression is:

Computer Science20251 markMCQ
The complement of the Boolean expression $(A \cdot B') + (B' \cdot C)$ is:
  • (a)$(A + B') \cdot (B' + C)$
  • (b)$(A' \cdot B) + (B \cdot C')$
  • (c)$(A' + B) \cdot (B + C')$
  • (d)$(A \cdot B') + (B \cdot C')$

Answer

Answer

AI

Correct option: (c)

Answer: (c) $(A' + B) \cdot (B + C')$ By De Morgan's law, the complement of $(A \cdot B') + (B' \cdot C)$ is $(A \cdot B')' \cdot (B' \cdot C)' = (A' + B) \cdot (B + C')$.
Boolean Algebra

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