Difficulty: Easy
Correct Answer: Correct: Order does not change the result
Explanation:
Introduction:
Commutativity is a bedrock law in Boolean algebra. It guarantees that operands can be swapped without altering the outcome for both OR and AND operations. This law simplifies algebraic manipulation and circuit realization.
Given Data / Assumptions:
Concept / Approach:
The commutative law states A + B = B + A and A * B = B * A. Because gate implementations also reflect these identities, physical circuits behave the same regardless of operand order at the input pins (assuming symmetric devices).
Step-by-Step Solution:
Verification / Alternative check:
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
Discussion & Comments