Review: Standard forms of expressions
\u2022We can write expressions in many ways, but some ways are more useful
than others
\u2022A sum of products (SOP) expression contains:
\u2013Only OR (sum) operations at the \u201coutermost\u201d level
\u2013Each term that is summed must be a product of literals
\u2022The advantage is that any sum of products expression can be
implemented using a two-level circuit
\u2013literals and their complements at the \u201c0th\u201d level
\u2013AND gates at the first level
\u2013a single OR gate at the second level
\u2022This diagram uses some shorthands\u2026
\u2013NOT gates are implicit
\u2013literals are reused
f(x,y,z) = y\u2019 + x\u2019yz\u2019 + xz
Leave a Comment