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

Commutative law states that:

Computer Science20251 markMCQ
  • (a)$A \cdot (A + B) = A$
  • (b)$(A \cdot B) \cdot C = A \cdot (B \cdot C)$
  • (c)$A + (B + C) = (A + B) + C$
  • (d)$(A + B) = (B + A)$

Answer

Answer

AI

Correct option: (d)

Answer: (d) (A+B) = (B+A) The Commutative law states that changing the order of operands does not change the result: A+B = B+A (and similarly A.B = B.A).
Boolean Algebra

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