InterviewSolution
Saved Bookmarks
| 1. |
Distinguish between min term and max term. |
|
Answer» A max term is a special case sum term containing all input variables that make up a Boolean expression. A min term is a special case product term containing all input variable that make up a Boolean expression. |
|