Chapter 42 - Karnaugh maps Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

What is the purpose of Karnaugh Maps?

A

» Provides an alternative way of simplifying Boolean epxressions

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

How should you approach simplifying Boolean expressions?

A

» Group the expressions into three sub-expressions

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

What are the rules for grouping ?

A

» Size must be a value of 2
» Must be as large as possible
» Must be a quadrilateral

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

What happens in a 3- way variable problem?

A

» Grid is expanded
» Each Column represents a combination of the variables

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

What does the order of the Karnaugh Maps follow?

A

» Gray code

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

What is Gray code?

A

» Each combination is only a single bit different from the combinations of either side of it

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

What is another alternative other than using a Karnaugh Maps?

A

» Truth Table

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

What is the order of the heading in a karnaugh map?

A

» 00, 01, 11, 10

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