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

Prog I - Chapter 4 Vocabularies

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
FunctionA procedure that preforms a task and then returns a value.
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.
PromptA label placed near a text box descibing the expected input from the user.
Run-time ErrorA syntax or logical error that halts a program at run time. Also called an exception.
ScopeThe set of statements that can be accessed by a declared variable or constant.
SpecificationDefinition of what an application should do.
StringA set of characters.
Syntax errorAn error caused by a statement that violates the rule of Visual Basic.NET
TestingThe process of running an application and entering data to test different possibilities to reveal any bugs.
Text BoxAn object that allows a user to enter a value.
VariableA named memory location that stores a value.
Watch WindowThe part of the IDE that can be used to examine values
Data Typeclassification identifying one of various types of data.
BooleanA data type used to represent True or False.
CharA data type used to represent a single character.
ConstStatement used to declare a constant.
DateA data type representing dates and times
DecimalA data type representing currency.
DimStatement used to declare a variable.
DoubleA data type representing very large positive or negative numbers.
IntegerA data types representing positive or negative integers.
Hungarian NotationUse the prefixes to properly name variable.
ConcatenationStrings can be combined from several different sources.
ScopeWhere defined variables exist. Variables cannot exist outside of it.
Static Variableholds its value between runs of the program. This is used commonly with loops.
Constant VariableA variable that once declared cannot be changed by the program.
CounterA variable storing a number that is incremented by a constant value.
AssignmentThe value you give a variable after it has been declared.
ToStringThis converts any value given to it to a string and formats it with the format given.
TextBoxTo allow users to enter (input) values at run time.
Message BoxTo display output or alert users to fatal errors.


Phillip O Berry Academy of Technology - AOIT

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