PRASHNIKAप्रश्निका

The complement of the Boolean expression is:

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

Answer

Answer

AI
Written by AI (antigravity) - it can contain mistakes.

Correct option: (b)

Answer: (b) (a' + b) • a • (a + b') By De Morgan's laws: (a • b' + a' + a' • b)' = (a • b')' • (a')' • (a' • b)' = (a' + b) • a • (a + b').
Boolean Algebra

From ISC 2026 Computer Science Paper 1, question 1(vii).

See every question