1. Many programming languages allow you to use ____ to force an expression to evaluate first.
A) a pound sign
B) an asterisk
C) parentheses
D) quotation marks
2. At the beginning of any method, it is the programmer s responsibility to ____ all variables that must start with a specific value.
A) internalize
B) setup
C) clear
D) initialize
3. ____ a data item means you override incorrect data by setting the variable to a specific value.
A) Forcing
B) Incrementing
C) Initializing
D) Terminating
4. When you use a subscript not within the range of acceptable subscripts, your subscript is said to be ____.
A) out of range
B) out of area
C) out of bounds
D) out of series