What is a variable?
A named memory address that holds a value which usually changes as a program is running
A value that usually changes as a program is running
A named memory address that holds a value which does not usually change as a program is running
What is a constant?
A value that usually does not change as a program is running
A named value which cannot be changed while a program is running
Giving a variable a value is known as what?
Equivalence
Assignment
Declaration
Which data type represents whole numbers?
Float
String
Integer
Which data type represents decimal numbers?
Real
What is type coercion?
Naming a variable
Giving a value to a variable
Changing the data type of a variable
What is the name given to the joining of strings?
Manipulation
Concatenation
What is an array?
A data structure that holds related data
A variable with more than one value
A variable with more than one data type
Which logical operator represents greater than?
<
>
>=
What are the Boolean operators?
<, > and =
TRUE and FALSE
AND, OR and NOT