DLLec5b Notes
DLLec5b Notes
1
1. R.T.P.: AB + BC + BC = AB + C
2. Simplify: AB + AB + ABC(AB + C)
3 Expressions
The Logic functions can be expressed in the following forms:
• Sum of Products (S.O.P.)
AB + BC + AC
3.1 Minterms
A product term containing all the k variables of the function in either complemented or uncomplemented form is called a
Minterm
Minterm No. A B C Minterm Value
m0 0 0 0 ABC
m1 0 0 1 ABC
.. .. .. .. ..
. . . . .
m7 1 1 1 ABC
A variable appears either in uncomplemented form if it will have value 1 else in complemented form if it contains the
value of 0.
2
3.3 Conversion of Logic function to Canonical SOP
Check for variables that are missing in each product which is not a Minterm.
Multiply the product by (X + X) for each variable X that is missing.
E.g. Y = A + BC
= A(B + B)(C + C) + (A + A)BC
3.4 Maxterm
A sum term containing all the k variables of the function in either complemented or uncomplemented form is called a
Maxterm
Minterm No. A B C Minterm Value
M0 0 0 0 A+B+C
M1 0 0 1 A+B+C
.. .. .. .. ..
. . . . .
M7 1 1 1 A+B+C
A variable appears either in uncomplemented form if it will have value 0 else in complemented form if it contains the
value of 1.
Note The complement Y can be obtained by the OR operation of the maxterms which are not available in Y .
P
∴ Y = m (0, 1, 4, 6)
= ABC + ABC + ABC + ABC
∴ Y = (A + B + C)(A + B + C)(A + B + C)(A + B + C)
References
3
References
[1] Z. Kohavi and N.K. Jha. Switching and Finite Automata Theory. Cambridge University Press, 2010.
[2] Morris M. Mano. Digital Design. Pearson Education Inc., 2003.