1.4.3 Boolean algebra - Ali Flashcards
Name all the logic gates in A-Level specification
.NOT
.AND
.OR
.XOR
Draw a NOT gate with input labelled as A and output as Q
Write the truth table for a NOT gate
Input A - Output Q
0 1
1 0
Draw an AND gate with input labelled as A and B and output as Q
Write the truth table for AND gate
Input A - Input B - Output Q
0 0 0
0 1 0
1 0 0
1 1 1
What is the boolean algabraic expression of NOT gate
¬
What is the boolean algebraic expression for an AND gate
Draw a OR gate with input labelled as A and B and output as Q
Write the truth table for an OR gate
Input A - Input B - Output Q
0 0 0
1 0 1
0 1 1
1 1 1
What is the boolean algebraic expression for a OR gate
v
Draw a XOR gate with input labelled as A and output as Q
Write the truth table for an XOR Gate
Input A - Input B - Output Q
0 0 0
1 1 0
1 0 1
0 1 1
What is the boolean algebraic expression for a XOR gate
Define Boolean
Binary True or False
Define Boolean algebra
Branch of Algebra that deals with binary variables and logic operation