24 Computer -- Number System and Conversion Boolean Logic

List out all the laws of boolean algebra.

List out all the laws of boolean algebra.

The laws of boolean algebra are:

1. Identity law: A+0=A      ; A.1=A

2. Boundedness law: A+1=1.     ; A.0=0

3. Idempotent law: A+A=A      ; A.A=A

4. Complement law: A+A'=1      ; A.A'=0

5. Commutative law: A+B=B+A      ; A.B=B.A

6. Distributive law: A+(B.C)=(A+B).(A+C)      ; A.(B+C)=(A.B)+(A.C)

7. Absorption laws: A+(A.B)=A       ; A.(A+B)=A

8. Associative law: (A+B)+C=A+(B+C)      ; (A.B).C=A.(B.C)

9. De-morgan's law : (A+B)'=A'.B'      ; (A.B)'=A'+B'

10. Involution law: (A')'=A


More questions on Number System and Conversion Boolean Logic

Close Open App