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

CH 3 Vocabulary Terms - Visual Basic

Don't worry, be happy...don't be DIM:)

AB
Application DesignHow an application's interface will look and how the program code will be written.
Application DeploymentPackages an application so that it can be distributed to other computer systems.
Break modeThe point at which an application has stopped executing and the Visual Basic IDE is displayed with a Watch window.
BreakpointA statement that has been marked as a stopping point.
CodingCreating the interface and writing the program code.
ConstantA name for a memory location that 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.
ExceptionSee Run time error.
Floating pointThe Double data type that can represent values with numbers after the decimal point.
FunctionA procedure that performs a task and then returns a value.
Global declarationA declaration outside the procedures of a program. Also called module level declaration.
InitializedGiving a variable a value in the declaration statement.
Integer divisionDivision performed with the / operator4 to return only the whole portion of the quotient.
KeywordIdentifier reserved by Visual Basic.
LiteralAn actual value.
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.
Module level declarationAlso called global declaration.
Modulus divisionDivision performed with the Mod operator to return only the remainder portion of the division operation.
PromptA label placed near a text box describing the expected input from the user.
Run time errorA syntax or logic 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.
Semantic errorSee Logic error.
SpecSee Specification.
SpecificationDefinition of what an application should do.
StringA set of characters.
Syntax errorAn error caused by a statement that violates the rules of Visual Basic.
TestingThe process of running an application and entering data to test different possibilities to reveal any bugs.
TextBoxAn objec t that allows the 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.
\Arithmetic operator used to perform integer division.
BooleanA data type used to represent True or False.
Build commandCreates an executable file. Found in the Build menu.
CharA data type representing a single character.
Comment out the selected lines buttonClicked to turn selected code into comment statements. Found on the toolbar.
ConstKeyword used in a statement to declare a constant.
DateA data type representing dates and times.
DecimalA data type representing very large positive or negative real numbers. Best used for representing currency values.
DimKeyword used in a statement to declare a variable.
DoubleA data type representing very large positive or negtive real numbers.
FalseOne of two possible Boolean values.
IntegerA data type representing positive or negative whole numbers.
ModArithmetic operator used to perform modulus division.
NothingKeyword that can be used in place of an empty string for clearing labels, and so forth.
Publish commandPublishes an application to a website, FTP server, or file path. Found in the Build menu.
Step Into buttonClicked to step through a program in break mode. Found on the Debug toolbar.
StringA data type representing a string.
TextBox controlUsed to add a TextBox control class objuect to a form. Properties include (Name), Text, and TextAlign. Events include TextChanged.
TrueOne of two possible Boolean values.
Uncomment the selected lines buttonClicked to remove the quotation mark (') from the beginning of the selected lines of code. Found on the toolbar.
Val()A function that takes a string and returns a number corresponding to the numeric characters.


CTE Business Education Information Technology
Garinger High School

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