1/13
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
What do transistors in a computer system represent?
Tiny switches that can be on (1) or off (0)
What do logical operators represent inside a computer?
Circuits of transistors
What are the three most common logical operators?
NOT AND OR
What do truth tables show?
All possible inputs and associated outputs for Boolean values
What output does a NOT operator produce?
The opposite of the input
What is another name for the NOT operator?
Negation
What symbol represents the NOT operator?
¬
When does an AND operator output 1?
Only if both inputs are 1
What is another name for the AND operator?
Conjunction
What symbol represents the AND operator?
∧
When does an OR operator output 1?
If either input is 1
What is another name for the OR operator?
Disjunction
What symbol represents the OR operator?
∨
How does the number of rows in a truth table change with each new input?
It doubles to show all unique input combinations