Standard Forms of Boolean Expressions Flashcards
Describe SOP
SOP is when two or more product terms are summed by Boolean addition, the resulting expression is a sum-of-products (SOP).
e.g AB + BC
Give an exception in SOP
n an SOP expression, a single overbar cannot extend over more than one variable; however, more than one variable in a term can have an overbar.
What is Standard SOP
A standard SOP expression/form is one in which all the variables in the domain appear in each product term in the expression.
e.g  ABCD + A’B’CD
Describe POS
POS is when two or more sum terms are multiplied, the resulting expression is a product-of-sums (POS). e.g (A+B)(B+C)
What is Standard POS
A standard POS expression is one in which all the variables in the domain appear in each sum term in the expression.
What is the binary representation of SPOS. Give example
1;
ABC’D’ = 1.1.0’.0’ = 1.1.1.1 = 1
What is the binary representation of SSOP Give example
0;
A + B + C’ + D’ = 0 + 0 + 1’ + 1’ = 0+0+0+0 = 0