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

ABA+B
000
011
101
111

 

BAB+A
000
011
101
111

A + B = B + A

 



Discussion

No Comment Found

Related InterviewSolutions