Lecture 5 - Karnaugh Maps Flashcards
What is the principal purpose of Karnaugh Maps?
They can be used to simplify boolean algebra and are another and more simple way to represent truth tables
How can one check the accuracy of their Karnaugh Map?
If one moves by one square, the difference should only be by one bit, moving diagonally should result in two
What does each square in a Karnaugh Map represent?
Each square on the map represents an output for a different input combination and has all possible input combinations represented
What will two adjacent squares always have in common?
A common variable
What can make loops in the Karnaugh Map?
Only groups of inputs in powers of 2 can make loops in the map
What would be the equivalent of a full Karnaugh Map?
1
What is a tendancy observed when making larger groups in a Karnaugh Map?
The larger the groups, (despite their overlap), the less complexe and term heavy the final equation (F) will be