Preview lessons, content and tests

Computer Science & Programming solved. All in one platform.

1. To trial the platform and take tests, please take a few seconds to SIGN UP and SET UP FREE.

2. Searching for something specific? See our text overview of all tests. Scroll right for levels, and lists.

3. Student and Teacher User Guides |  Schemes of Work |   Real Teacher use Videos |


Join 36000+ teachers and students using TTIO.

Association

Associative law of addition states that OR'ing more than two variables i.e. mathematical addition operation performed on variables will return the same value irrespective of the grouping of variables in an equation.

The Associative law using the OR operator can be written as:A+(B+C) = (A+B)+C

PowerPoint Presentation

Quick Reference

Commutative Law

(a) A + B = B + A
(b) A B = B A

 Associate Law

(a) (A + B) + C = A + (B + C)
(b) (A B) C = A (B C)

 Distributive Law

(a) A (B + C) = A B + A C
(b) A + (B C) = (A + B) (A + C)

 Identity Law

(a) A + A = A
(b) A A = A

(a) 
(b) 

 Redundance Law

(a) A + A B = A
(b) A (A + B) = A

(a) 0 + A = A
(b) 0 A = 0

(a) 1 + A = 1
(b) 1 A = A

(a) 
(b) 

(a) 
(b) 

 De Morgan's Theorem

(a) 
(b) 

www.teachyourselfpython.com