Level 1 Level 2 Level 3 Expert Level - Check My Answers
Boolean Operators
Expressions that result in the value of True or False: AND - OR - NOT
Comparison Operators
Operators used to compare data: == < > != <= >=
Arithmetic Operators
Operators used to perform calculations with data.
Assignment Operator
The = operator used to assign a value to a data store.
Variable
A storage location which can contain one value.
Constant
A data store containing a value that cannot change.