1. 

Variables that are declared in a block are known as _____ variables to that block

A. confined
B. local
C. global
D. immediate

2. 

The pow and sqrt functions return a(n) _____ type number

A. double
B. float
C. integer
D. long
E. short

3. 

Declaring variables is advantageous because it

A. avoids errors from misspelled variable names {b) helps the linker work efficiently
B. simplifies the writing of very short programs
C. All of the above
D. None of the above

4. 

The generic name used for unexpected errors that occur during the execution of a program is

A. infractions
B. exceptions
C. deviations
D. anomalies

5. 

You add the desired type to a specific template class instantiation by placing the type's name ______

A. between angle brackets
B. in parentheses
C. on a line by itself
D. immediately prior to the class name