InterviewSolution
Saved Bookmarks
| 1. |
State the Commutative law and prove it with the help of a truth table. |
||||||||||||||||||||||||||||||
|
Answer» Commutative law states that the interchanging of the order of operands in a Boolean equation does not change its result. Using OR operator → A + B = B + A Using AND operator → A * B = B * A Truth Table for Commutative Law
A + B = B + A
|
|||||||||||||||||||||||||||||||