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

According to the Principle of duality, the Boolean equation will be equivalent to:

Computer Science20241 markMCQ
According to the Principle of duality, the Boolean equation $(A + B') \cdot (A + 1) = A + B'$ will be equivalent to:
  • (a)$(A' + B) \cdot (A' + 1) = A' + B$
  • (b)$(A \cdot B') + (A \cdot 0) = A \cdot B'$
  • (c)$(A' \cdot B) + (A' \cdot 1) = A' \cdot B$
  • (d)$(A' \cdot B) + (A' \cdot 0) = A' \cdot B$

Answer

Answer

AI

Correct option: (b)

Answer: (b) $(A \cdot B') + (A \cdot 0) = A \cdot B'$ Applying the Principle of Duality: interchange every $+$ with $\cdot$, and every $1$ with $0$ (variables and complements stay unchanged). $(A+B')\cdot(A+1)=A+B'$ becomes $(A\cdot B')+(A\cdot 0)=A\cdot B'$.
Boolean Algebra

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