Idea solution for 2nd Q

Conversion Procedure for Standard SOP
1.For Each term ,we find the missing literal
2.Then, we AND term with the term formed by ORingthe missing literal and its compliment
Y = AB + AC’ + BC
Conversion Procedure for Standard SOP
Example: Convert the expression into the standard SOP formY = AB + AC’ + BC
Solution:Given expression Y = AB + AC’ + BC
Step 1: Find the missing literals
Y = AB + AC’ + BC
missing literals are (AB miss C) (AC' miss B) (BC miss A)
Step 2:AND each term with (Missing literal + its compliment)
Y = AB(C + C’) + AC’(B + B’) + BC(A +A’)
Simplify the expression to get the standard SOP form
Y = ABC + ABC’ + ABC’+ AB’C’ + ABC + A’BC
Y = ABC + ABC’+ AB’C’ + A’BC
(Each term consists of all literal)

Name:  1.png
Views: 11
Size:  23.4 KB