SOP and POS
SOP and POS
Product of Sum
Sum
Y=AB+BC+AC
Product Terms
– A,B,C are the literals
– Each product term there can be more than one Literals
ANDed together
– Literals can be in complemented or uncomplemented form
Y=ABC+ACD+BC𝐃
Contd…
2. Product-of-sum(POS)
Inputs of each term are Added together using OR
function then all terms are multiplied together
Products
using AND function
Sum Term
Y=(A+B).(B+C).(A+C)
Canonical SOP and POS Forms
1. Canonical SoP form
– Canonical SoP form means Canonical Sum of
Products form. Sum
Y=ABC+𝐀BC+A𝐁C
Sum Term
Y=(A+B).(B+C).(A+C)
Y=(A+B+𝐂).(𝐀+B+C).(A+B+C)
C B A
2. And term with the term formed by Oring
the missing literal and its complement
Y=AB(C+𝐂)+𝐀𝐂(𝐁 + 𝐁)+BC(A+𝐀)
3. Simplify the expression to get the
canonical form
Y=AB(C+𝐂)+𝐀𝐂(𝐁 + 𝐁)+BC(A+𝐀)
Y=ABC+AB𝑪+𝐀𝐁𝐂 + 𝑨𝑩𝑪+ABC+𝐀𝑩𝑪
Y=(ABC+ABC)+(AB𝑪+AB𝑪)+𝑨𝑩𝑪+𝐀𝑩𝑪
But A+A=A
Y=ABC+AB𝑪 + 𝑨𝑩𝑪+𝐀𝑩𝑪
Contd..
• Conversion from Standard POS to
Canonical POS form
1. For each term find the missing literal
2. OR each term with the term formed by
ANDing the missing literal and its
complement
3. Simplify the expression to get the
canonical form
Contd..
• Example to Convert Standard POS to Canonical POS
form
• Y=(A+B).(A+C).(B+𝑪)
1. For each term find the missing literal
Y=(A+B).(A+C).(B+𝑪)