Chapter 42 - Karnaugh maps Flashcards
What is the purpose of Karnaugh Maps?
» Provides an alternative way of simplifying Boolean epxressions
How should you approach simplifying Boolean expressions?
» Group the expressions into three sub-expressions
What are the rules for grouping ?
» Size must be a value of 2
» Must be as large as possible
» Must be a quadrilateral
What happens in a 3- way variable problem?
» Grid is expanded
» Each Column represents a combination of the variables
What does the order of the Karnaugh Maps follow?
» Gray code
What is Gray code?
» Each combination is only a single bit different from the combinations of either side of it
What is another alternative other than using a Karnaugh Maps?
» Truth Table
What is the order of the heading in a karnaugh map?
» 00, 01, 11, 10