History
Who created Boolean Algebra?
What is George Boole?
What two digits are used in binary?
What is 0 and 1?
What does the AND symbol look like?
What is ∧?
If A=0 and B=1 what is A∧B?
What is 0?
What does AND mean?
What is true only if both inputs are true?
When was Boolean Algebra first introduced?
What is 1847?
What is false?
What does the OR symbol look like?
What is v?
If A=1 and B=1 what is A∧B?
What is 1?
What does OR represent?
What is true if at least one input is true?
What is to represent logical statements?
What does 1 represent?
What is true?
What does the NOT symbol look like?
What is ~ or ¬?
If A=1 and B=0 what is AvB?
What is 1?
What does NOT represent?
What is inverts the input value (true becomes false)?