Java Games: Flashcards, matching, concentration, and word search.

Java Semester 1 Exam Review, Alice Chapter 3

AB
argumenta value that you pass to an object by way of a message
concatenationthe process of combining two strings a and b into a single string ab
defining a variablethe process of allocating program memory for a variable and associating a name with the storage location. The amount of memory allocated is based on the variable's data type.
functiona message sent to an object that returns a value
initial valuedata that is initially stored in a variable
local variablevariable that can only be accessed within a method
method variablea variable that is local to a method
object variablestorage container for an object property
parametervariable that stores an argument, so that the receiver of a message can access it
placeholdervalue used as a temporary argument
property variablecontainer that stores the property of an object
return statementa line in a function that sends a value back to the place from which the function was sent
synchronize movementsto correlate the movements of two objects
variablea named container in which a value can be stored, retrieved, and changed
variable namea name that refers to a piece of program memory allocated to a variable
variable typedescribes the kind of value that can be stored in a variable
vehiclecomponent that is capable of moving an object
world functiona function-message that can be sent to the world


Mountain Brook H. S.
Mountain Brook, AL

This activity was created by a Quia Web subscriber.
Learn more about Quia
Create your own activities