tags:
- ece230
- bsu
- school
- digital-systems
- electronics
- lecture
- notes
- fall-2024
source: https://boisestatecanvas.instructure.com/courses/34549/files?preview=16456221
created: 2024-08-28
...
What are the three stages of circuit synthesis?
The three stages of circuit synthesis are:
How do you find a minterm?
To find the minterm:
What does SOP stand for?
SOP stands for Sum Of Products.
What is a minterm? (1)
A minterm is a specific product (AND) of each variable in a Boolean function which evaluates to 1 (true).
What are the two operations that appear in a minterm? (1)
The two operations that appear in a minterm are:
- Conjunction (AND).
- Complement (NOT).
What are the two forms a variable can appear in a minterm?
The two forms a variable can appear in a minterm are:
- Uncomplemented form (as itself).
- Complement form (negated).
What does a minterm evaluate to?
A minterm evaluates to 1, or true.
We can't create a minterm for a row which evaluates to 0 because we wouldn't know which variable is causing the expression to evaluate to 0. Because we are using the AND operation between all variables in the row, any one of them can be 0.
What is the Sum Of Products?
The Sum Of Products is a representation of a Boolean function as a sum (OR) of several minterms.
...
How is Sum Of Product (SOP) representative of a Boolean function
SOP is representative of a Boolean function
...
How do you find a maxterm?
To find the maxterm:
...
Who are Karnaugh Maps named after?
Karnaugh Maps are named after Dr. Maurice Karnaugh.