1. A called method accepts the value of an argument passed to it as its ____.
2. A case structure is a ____ decision structure
3. Every array has a(n) ____ size
4. The number of elements in an array is called the ____ of the array.
5. Parallel arrays are most useful when value pairs have a(n) ____ relationship.
6. When you write a program that stores a value in a variable, you are using ____ storage.
7. A calling method sends a(n) ____ to a called method.
8. In many languages the case structure is called a ____________ statement.
9. A ____ relates parallel arrays.
10. _____ can process many pieces of data at the same time and learn to recognize patterns.
11. The throw of the dice or the drawing of a card is known as ____ behavior.
12. String constants and _____ refer to the same concept.
13. In all languages, subscript values must be sequential ____.
14. When you store data records, they exist in ____.
15. Besides making your code easier to modify, using a ____ makes the code easier to understand.
16. ____ occurs when methods excessively depend on each other and makes programs more prone to errors.
17. In most programming languages, before an application can use a data file, it must ____.
18. All modern programming languages support ____ types of relational comparison operators.
19. One advantage to using a named constant is that the statement becomes ____.