Standard Forms of Boolean Expressions
Standard Forms of Boolean Expressions
Note: in SOP expression a single over bar cannot extend over more than one variable
The Domain of a Boolean expression:
- is the set of variables contained in the expression in either complemented or
uncomplemented form
- For example: the domain of the expression is the set of
variables: A B C D E
AND/OR implementation of SOP expressions:
- The implementation of SOP expressions is performed through AND-OR logic
- Each product term is implemented as AND gate
- The number of AND gates is equal to the number of product terms
- Then all the outputs of AND gates are ORed into a single OR gate
- For example: the SOP expressions is implemented as
1
Chapter 4 Boolean Algebra and Logic Simplification
___________________________________________________________________________
Example 4.7:
___________________________________________________________________________
2
Chapter 4 Boolean Algebra and Logic Simplification
___________________________________________________________________________
Example 4.8:
___________________________________________________________________________
___________________________________________________________________________
Example 4.9:
3
Chapter 4 Boolean Algebra and Logic Simplification
___________________________________________________________________________
Note: in POS expressions a single over bar cannot extend over more than one
variable
OR/AND implementation of POS expressions:
- The implementation of POS expressions is performed through OR-AND logic
- Each sum term is implemented as OR gate
- The number of OR gates is equal to the number of sum terms
- Then all the outputs of OR gates are ANDed into a single AND gate
- For example: the POS expressions is implemented as
4
Chapter 4 Boolean Algebra and Logic Simplification
___________________________________________________________________________
Example 4.10:
___________________________________________________________________________
5
Chapter 4 Boolean Algebra and Logic Simplification
___________________________________________________________________________
Example 4.11:
___________________________________________________________________________
6
Chapter 4 Boolean Algebra and Logic Simplification
___________________________________________________________________________
Example 4.12:
___________________________________________________________________________
___________________________________________________________________________
Example 4.13:
7
Chapter 4 Boolean Algebra and Logic Simplification
___________________________________________________________________________
___________________________________________________________________________
Example 4.14:
8
Chapter 4 Boolean Algebra and Logic Simplification
___________________________________________________________________________
___________________________________________________________________________
Example 4.15:
9
Chapter 4 Boolean Algebra and Logic Simplification
___________________________________________________________________________
10