Lecture 5 - Karnaugh Maps Flashcards

1
Q

What is the principal purpose of Karnaugh Maps?

A

They can be used to simplify boolean algebra and are another and more simple way to represent truth tables

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

How can one check the accuracy of their Karnaugh Map?

A

If one moves by one square, the difference should only be by one bit, moving diagonally should result in two

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What does each square in a Karnaugh Map represent?

A

Each square on the map represents an output for a different input combination and has all possible input combinations represented

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What will two adjacent squares always have in common?

A

A common variable

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What can make loops in the Karnaugh Map?

A

Only groups of inputs in powers of 2 can make loops in the map

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What would be the equivalent of a full Karnaugh Map?

A

1

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is a tendancy observed when making larger groups in a Karnaugh Map?

A

The larger the groups, (despite their overlap), the less complexe and term heavy the final equation (F) will be

How well did you know this?
1
Not at all
2
3
4
5
Perfectly