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

Match VB Terms

AB
CaptionProperty of a label, determines what will be displayed on the form.
CodeProgramming statements in the Basic language.
Access KeyKey to press to activate a control rather than using the mouse.
ArgumentA value being passed to or from a procedure.
ArrayA series of items such as a control array or a variable array.
ASCII codeCode used to represent characters on a microcomputer.
Assignment StatementAssigns a value to a variable or property of an object.
BooleanA data type that evaluates to True or False.
Break TimeTemporary break in execution of a program used for debugging.
BreakpointIndicated point in project code where execution should break.
ByValDeclares that an argument passed to a procedure should be passed as a copy of the data.
Check BoxA control used to indicate a value that may be True or False.
CellIntersection of a row and a column.
CheckedSelected
Code Windowthe VB window in which code is displayed and written.
Color ConstantPredefined constants for specifying colors, such as vbRed and vbBlue.
Combo Box ControlControl that is a combination of a list box and a text box.
Command buttonA control used to activate a procedure.
Common Dialog BoxesA set of Windows dialog boxes available to VB programmers for Open, Save, Fonts, Print, and Color
Compile ErrorA syntax error usually spelling or punctiation.
ConcatenationJoining string (text) fields.
ConstantA value that cannot be changed during program execution.
ControlAn object used on a graphical interface, such as an option button, text box, command button, or label.
Data TipA small label that displays the current value of a variable, property, or expression during break time.
Data TypeSpecifies the type of value to be stored in a variable or constant.
DebuggingFinding a eliminating computer program errors.
DelcarationNonexecutable code that sets up variables and constants, declares data types, and allocates memory.
EnabledA command button or menu command that is available to the user.
EncapsulationThe combination of an object's properties, methods, and events, which operate independently.
EventAn action that may be taken by the user, such as a click, drag, key press, or scroll.
Event-driven ProgrammingApplications designed to respond to actions taken by the user.
FlagAlso called a switch.
FocusThe currently selected control,
FormAn object that acts as a container for the controls in a graphical interface.
Form ModuleThe code related to a single form.
FrameA control used as a container to group other controls.
FunctionA procedure that returns a value when it is called.
GlobalThe scope of a variable, constant, or procedure that makes it available in all modules of a project.
Graphical User Interface (GUI)Program application containing icons, buttons, and menu bars.
HandleUsed to resize a control.
IdentifierA programmer-supplied name for a variable, constant, procedure, or control.
Instant WatchA debugging feature that allows you to quickly see the current value of a variable or expression.
Intrinsic ConstantsConstants supplied with a language or application such as VBBlue.
Intrinsic ControlsBasic controls provided in the toolbox.
IterationA single pass through the body of a loop.
LabelA control that displays text as a Caption.
Line-continuation CharacterA space and underscore.
LiteralA string expression enclosed in quotation marks.
LocalThe scope of a variable or constant that limits its visibility to the current procedure.
Logic ErrorAn error in a project that does not halt execution but causes erroneous results in the output.
Logical OperatorThe operators And, Or, and Not.
LoopA control structure providing for the repetition of statements.
MenuA list of choices.
Message BoxA dialog box displaying a message to the user.
NavigationStepping through the records of a database file.
NestedA statement completely contained within another statement.
Object-Oriented Programming (OOP)An approach to programming that uses objects and their properties.
Object Linking and Embedding (OLE)A process used to share objects among application.
Option ButtonA Control used to indicate a value that may be True or False.
Order of PrecedenceHierarchy of mathematical operations.
PixelPicture element, a single dot on the screen.
PointA printer's measure used to define the size of a font; 1/72 of an inch.
Project FileA file with a .vbp extension ussed to store the information displayed in the Project window.
PropertyCharacteristic or attribute of an object.
RecordA group of related fields.
Relational OpertorComparison Operators, including <, >, and =.
RemarkA Basic statement used for documentation.
Run TimeWhile a project is executing.
Run-Time ErrorAn error that occurs as a program executes.
ScopeThe extent of visibility of a variable or constant.
Search ArgumentThe value to be matched in a lookup operation.
Shortcut MenuThe menue that pops up when the right mouse button is clicked.
Sub ProcedureA procedure that takes actions but does not return a value.
ToolboxA window that holds button s used to create controls on a form.
ToolTipA small label that appears when the mouse pointer pauses over a control.
TwipA unit of measure for the display screen, 1/20 of a point or 1/1440 of an inch.
User InterfaceThe display and commands seen by a user. (controls and menus)
ValidationVerification of the values entered by the user.
VariableA memory location referred to by a name.
WatchA debugging tool that allows the programmer to view the value of a variable or expression as the project executes.


Teacher/Educational Technology Facilitator
South Technical High School and North Technical High School
MO

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