Minterms, Maxterms
F(A,B,C) = (A+B+C) (A+B+C’)(A+B’+C)
F(A,B,C) = A’BC + AB’C’ + AB’C + ABC’ + ABC’ + ABC
SOP form. If a product term has all variables present, it is a MINTERM.
POS form. If a sum term has all variables present, it is a MAXTERM.
All Boolean functions can be written in terms of either Minterms or Maxterms.