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

6.01 CP

AB
menuincreases the interactivity of your application. allows the user to interface with your application.
AddressA variable's location in memory where its value is tored
ArgumentA variable or value passed to a procedure
COntrol ClassThe data type used to create a control object
DocumentationComments that describe a procedure and any preconditions or postconditions of the 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 statment of what must be true at the end of the execution of a procedure if the procedure has worked properly.
PreconditionThe initial requirments of a procedure.
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 procedures and general procedures are Sub procedures.
Value parameterA variable declared in a procedure to accept a copy of an argument. Value parameters can't alter the value of the actual arguments used in the procedure call.



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