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

The compliment of the Boolean expression

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

Answer

Answer

Official answer key

Correct option: (c)

Answer: (c) $A + (B' + C) \cdot (B + C')$ By De Morgan's law, $[A' \cdot (B \cdot C' + B' \cdot C)]' = A + (B \cdot C' + B' \cdot C)' = A + (B' + C) \cdot (B + C')$.
Boolean Algebra

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