Chapter Three Vocab

123456789101112131415161718
Across
  1. 3. describes the kind of value that can be stored in a variable
  2. 4. process of combining two strings a and b into one string abp
  3. 6. movements correlate the movements of two objects
  4. 7. variable that is local to a method
  5. 8. function-message that can be sent to the world
  6. 12. variable that can only be accessed within a method
  7. 15. process of allocating program memory for a variable and giving a name with the storage location.
  8. 18. component that is capable of moving an object
Down
  1. 1. a named container in which a value can be stored, retrieved, and changed
  2. 2. that stores an argument
  3. 5. a value that you pass to an object by way of a message
  4. 9. statement line in a function that sends a value back to the place from which the function was sent
  5. 10. message sent to an object that returns a value
  6. 11. storage container for an object property
  7. 13. variable container that stores the property of an object
  8. 14. value used as a temporary argument
  9. 16. data that is initially stored in a variable
  10. 17. a name that refers to a piece of program memory allocated to a variable