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

7.01

AB
ModularizationThe breaking up of a program is called modularization because it breaks the program up into modules.
Sub Procedureprovide a way to break up long coding segments and reduce repeated code.
HeaderThe first line that declares the sub
Argumentrepresents the value that you pass to a procedure parameter when you call the procedure. The calling code supplies the when it calls the procedure.
Actual Parameterpass the value to the sub procedure
E vent Procedurei.e Button Click
Value ParameterDefaults
Reference ParameterPassing ByRef
PreconditionAssumptions or initial requirements of a procedure
PostconditionA statement of what must be true at the end of the execution of a procedure if the procedure has worked properly.
Intellisensefeatures help you to learn more about the code you are using, keep track of the parameters you are typing, and add calls to properties and methods with only a few keystrokes.
Functionare a special type of procedure that return a value to the main program using a return statement



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