Programming and Logic Lesson 6

12345678910111213
Across
  1. 7. An object that is used to calculate or evaluate a value or values
  2. 8. is used to store data in the computer's memory that the computer will access and manipulate when executing a program
  3. 9. is used to combine strings together to form one string
  4. 10. the variable that holds the argument data (value) needed by the method
  5. 12. An instance of a class
Down
  1. 1. A named unit of code that performs a task or causes an action to take place
  2. 2. A combination of variables, values, functions, and operators which is evaluated and produces another value
  3. 3. The value that is passed to a method when it is called so it knows what to do
  4. 4. The various characteristics of an object
  5. 5. A definition or blueprint used to create a particular type of object
  6. 6. An object built from a class
  7. 11. The actions that an object can perform
  8. 13. handler A function used to tell the program what to do when an event occurs