Subject:-Computer Science Class: - XII Lesson No.: - 2 Topic: - Boolean Laws
Subject:-Computer Science Class: - XII Lesson No.: - 2 Topic: - Boolean Laws
Class :- XII
Lesson No. :- 2
Topic :- Boolean Laws
i) Indempotence Laws :-
• (A + A ) = A
• (A.A) = A
II) Elementary Laws :-
• (A+1) = (1+A) =1
• (A.1) = (1.A) =A
• (A+0) = (0+A) =A
• (A.0) = (0.A)= 0
III) Associative Laws:-
• (A+B)+C = A + (B+C)
• (AB). C = A. (BC)
IV) Commutative Laws :-
• (A + B) = (B+A)
• (AB) = (BA)
V) Distributive Laws :-
• A + (BC) = (A+B)(A+C)
• A.(B+C) = AB +AC
VI) Complementary Laws :-
• (A + A’) = 1
• (A . A’) = 0
VII) De’ Morgan’s Laws/theorems :-
• (A + B)’ = A’ . B’
• (A.B)’ = A’ +B’
VIII) Involution Laws :-
• (A’)’ = A
IX) Absorption Laws :-
• A + (AB) = A
• A . (A +B) = A
Lesson No. :- 2 (Continued ….. )
Proving Of Laws :-
1. State the Distributive laws. Prove any one using other Boolean laws.
• A + BC = (A +B ) (A+C)
• A . ( B+C) = AB + AC
RTP :- A + BC = (A +B ) (A+C)
2. State and prove the De’ Morgan’s laws using a truth table.
• (A + B )’ + A’ +B’
• (AB)’ = A’ . B’
RTP :- A + AB =A RTP :- A. (A + B) = A
L.H.S = A + AB L.H.S = A. (A +B)
= A(1 + B) = A.A + AB
= A.1 = A + AB
= A = R.H.S = A ( 1 + B)
= A.1
= A = R.H.S
Lesson No. :- 2 (Continued ….. )
1. Simplify :- X + (X + Y)’ = X + Y’
x’ (1)
y
y’ (2) (4)
z
x’ (3)
z
10. Minimise F = ABC’ + ABC + A’B’C + AB’C + A’BC using Boolean laws.
11. State Absorption Laws and prove any one of them using Boolean laws.
12. Prove that (A+B)(A’ + C) = (A+B+C)(A+B+C’)(A’+B+C)(A’+B’+C) using Boolean
laws. Mention the laws used.