2.4 - Boolean Logic Flashcards
What is a transistor?
Tiny switches that can either be turned on or off
What is a truth table?
A visual way of displaying all possible outcomes of a logical operator
What type of values must be used in a truth table?
Boolean value
What the purpose of a NOT logical operator?
Will produce an output which is the opposite of the input
What is the symbol for NOT?
What does a NOT logic gate look like?
What is NOT also known as?
Negation
How does a NOT truth table look like?
What the purpose of a AND logical operator?
Will output 1 only if both inputs are also 1
What is the symbol for AND?
What does an AND logic gate look like?
What is AND also known as?
Conjunction
How does a AND truth table look like?
What the purpose of an OR logical operator?
Will output 1 if either input is 1
What is the symbol for OR?