1.4.3 Boolean Algebra Flashcards
1
Q
What are the three main logic gates?
A
AND
OR
NOT
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.
3
Q
What is the order of operators?
A
Brackets
NOT
AND
OR
XOR
4
Q
What is a karnaugh map used for?
A
A Karnaugh map is used to simplify long Boolean Algebra expressions.
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.