boolean (2)
boolean (2)
1.SOP
SUM OF PRODUCTS
2. POS
PRODUCT OF SUMS
SOP and POS
F(A,B,C)=(A+B)(B+C)
The above expression is POS , but it is not a
standard POS.
Using the boolean laws the above expression
can be converted as
F(A,B,C)=(A+B)(B+C)
We know that A.A’=0
The above expression can be written as
(A+B+0)(B+C+0)
=(A+B+(C.C’)) (B+C+(A.A’))
CONVERT THE EXPRESSIONS INTO
ITS EQUIVALENT CANONICAL SOP
AND POS FORM
SOP
1) A+B
2) A+BC
POS
1) A.B
2) A(B+C)
CONVERSION
SOP
1) A+B=A(B+B’)+B(A+A’)
=AB+AB’+A’B+AB
=AB+AB’+A’B (Canonical SOP)
2) A(B+B’)(C+C’)+(A+A’)BC
=ABC+ABC’+AB’C+AB’C’+ABC+A’BC
=ABC+ABC’+AB’C+AB’C’+A’BC
POS
1) A.B= (A+B.B’)(A.A’+B)
=(A+B)(A+B’)(A+B)(A’+B)
=(A+B)(A+B’)(A’+B)
2) A(B+C)
=(A+BB’+CC’)(AA’+B+C)
(A+B+C)(A+B+C’)(A+B’+C)(A+B’+C’)(A+B+C)(A’+B+C)
=(A+B+C)(A+B+C’)(A+B’+C)(A+B’+C’)(A’+B+C)
MINTERMS AND MAXTERMS
X (NORMAL FORM)
B INARY VARIABLE X
X’ (Complement form)
A binary variable X can exist in normal form and in its complement form.
Suppose if we have two binary variables X and Y then they can be combined by an AND operator to form four different terms.
Such as X’Y’, X’Y, XY’, XY
Therefore Minterm can be defined as a product term that contains each of the n
variables in either complemented or normal form .
Hence minterm can also be defined as mj where j is the value of binary number
associated with minterm
Example of minterm designation
Example:
To find minterm designation of ABC’
1. Binary pattern of input values of ABC’ : 110
2. Decimal eqivalent of bianry value 110 : 6
3. Hence min term designation of ABC’ is : m6
Min term designation
0 0 0 0
0 0 1 1
0 1 0 1
0 1 1 0
1 0 0 0
1 0 1 1
1 1 0 1
1 1 1 1
MIN TERM EXPRESSION