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

Chapter 07 Vocabulary

AB
AddressA variable’s location in memory where its value is stored.
ArgumentA variable or value passed to a procedure.
Function procedureA procedure that performs a specific task and then returns a value. Also referred to as “function.”
ParameterA variable declared in a procedure to accept the value or address of an argument.
PassGiving data to a procedure.
PostconditionA statement of what must be true at the end of the execution of a procedure if the procedure has worked properly. Also referred to as “post.”
PreconditionThe initial requirements of a procedure. Also referred to as “pre.”
Reference parameterA variable declared in a procedure to accept the address of an argument. Reference parameters can alter the value of the variable arguments used in the procedure call.
Sub procedureA set of statements that perform specific tasks. Event pro¬cedures and general procedures are Sub procedures.
Value parameterA variable declared in a procedure to accept a copy of an argument. Value parameters cannot alter the value of the actual arguments used in the procedure call.
Control ClassThe data type used to create a control object.
DocumentationComments that describe a procedure and any preconditions or postconditions of the procedure.


Advanced Technologies Academy
Las Vegas, NV

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