1.4.3 Boolean Algebra Flashcards

1
Q

What are the three main logic gates?

A

AND
OR
NOT

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

What is a truth table and what does it do?

A

A truth table is a table that models all the possible inputs and the output it might generate.

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

What is the order of operators?

A

Brackets
NOT
AND
OR
XOR

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

What is a karnaugh map used for?

A

A Karnaugh map is used to simplify long Boolean Algebra expressions.

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

Karnaugh Map Method

A

1) Seperate expressions around AND gates using brackets
2) Add each bracketed section to the map
3) Circle any complete rows or columns
4) Read off the circles from the map
5) Simplify.

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