Boolean Logic Flashcards
(10 cards)
What is a logical operator?
Symbols used to represent circuits of transistors within a computer
What are transistors?
Millions of tiny switches inside of each computer system that can be either turned on or off
What are the 3 most common logical operators?
AND, NOT, OR
What is a truth table?
Used to show all possible inputs and the associated output for each input; the values must all be a Boolean value, usually 0 or 1, but can also sometimes be True or False
What logical operator is represented by ¬ ?
NOT
What logical operator is represented by ^?
AND
What logical operator is represented by ∨?
OR
Function of NOT
Will produce an output, which is the opposite of the input; also known as ‘negation’
Function of AND
Will output 1 only if both inputs are also 1; also known as ‘conjunction’
Function of OR
Will output 1 if either input is 1; also known as ‘disjunction’