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

Prog I Ch. 4 Vocabulary Activity

AB
BreakpointA statement that has been marked as a stopping point
ConstantA named memory location which stores a value that cannot be changed from its initial assignment
DebuggingThe process of getting an application to work correctly.
Declaration statementA statement used to create a variable or constant.
CodingCreating the interface and writing the program code.
DesignHow an application’s interface will look and how the program code will be written
ExceptionA syntax or logic error that halts a program at run time
Floating pointA data type that can represent values with numbers after the decimal point.
Global declarationA declaration outside the procedures of a program. Also called module-level declaration
Integer divisionDivision performed with the \ operator to return only the whole portion of the ¬quotient.
KeywordIdentifier reserved by Visual Basic .NET.
Local declarationA declaration at the beginning of a procedure.
Logic errorAn error caused by syntactically correct statements that produce unexpected results. Also called semantic error.
Modulus divisionDivision performed with the Mod operator to return only the remainder portion of the division operation.
StringA set of characters.


Phillip O Berry Academy of Technology - AOIT

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