Unit 7 Vocabulary AP CS P

123456789
Across
  1. 2. Usage is to determine if a number is even or odd.
  2. 4. the value passed to the parameter
  3. 6. operator used to determine the remainder in a division expression
  4. 7. used to return the flow of control to the point where the procedure
  5. 8. specifications for how functions in a library behave and can be used
  6. 9. a group of functions (procedures) that may be used in creating new programs
Down
  1. 1. (2 words) Extracting shared features to generalize functionality is known as (term)
  2. 3. a variable in a function definition. Used as a placeholder for values
  3. 5. will be passed through the function.