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

VB Chapter 3 Vocabulary

AB
APPLICATION INTERFACEWhat appears on the screen when an applicaton is running.
ASSIGNMENT STATEMENTUses the equal sign to give the object property on the left of the equal sign the value on the right of the equal sign.
BODYThe statements in a procedure
CLASSprogram code and data to create an object.
CODE EDITOR WINDOWThe part of the IDE that displays the form module where program code entered.
COMMAND BUTTONAn object the user can click.
COMMENTInformation placed in a program to explain and clarify program code for a human reader. Comments are preceeded by a single quotation mark.
COMPILERA program that translates program code into separate executable file.
DESIGN TIMEThe time during which the application interface is being created.
DOT NOTATIONUsed in code to access an object property.
EVENTA way in which the user can interact with an object.
EVENT-DRIVEN PROGRAMWaits until an event occurs before executing code.
EVENT PROCEDUREBlock of code executed in response to an event.
EXECUTABLE FILEA file that can be run independently of Visual Basic on any computer that uses Windows 95 or later
EXPRESSIONFormed with an arithmetic operators/
FORMAn object used to hold other objects. Each interface has at least one form.
FORM LAYOUT WINDOWThe part of the IDE that allows the applications' form position to be selected relative to the computer screen
FORM MODULEA file that contains the program code for a form.
IDE (INTEGRATED DEVELOPEMENT ENVIRONMENT)Contains all tools necessary to create a Visual Basic application.
IMAGEAn object that displays a graphic.
INTERFACEWhat appears on the screen when an application is running.
INTERPRETERA program that automatically reads each line of program code as it is entered.
LABELAn object used to display information.
MENU BARTHe part of the IDE that contains the names of menus that contain commands.
OBJECTHas a visual representation and is used ro reduce the complexity of graphics -based programs,
OOP (OBJECT ORIENTED PROGRAMMING)Uses classes to create objects and is widely used because it generates reusuable,reliable code.
OPERATOR PRECEDENCEThe order in which operators are evaluated in an expresion.
PROCEDUREBlock of code executed in response to an event.
PROGRAM CODEINstructons that tell an application's objects how to behave when a user interacts with them.
PROJECTVisual Basic file that maintains all the files associated with an application, including the form and it's objects and program code.
PROJECT EXPLORER WINDOWThe part of the IDE that lists the files in the current project/
PROJECT WINDOWThe part of the IDE that contains a form object and is where the interface is created.
PROPERTIES WINDOWThe part of the of the IDE that lists the properties values of an object.
PROPERTYThe part of an object that defines its appearance, behavior, position, and other attributes.
RUN TIMEThe time during which the application is being executed.
SELECTINGClicking once on an object to display its handles.
STATEMENTA line of code in a program that tells the computer what to do.
TOOL BARThe part of the IDE containing buttons that provide shortcuts to commonly performed actions.
TOOL BOXThe part of the IDE that contains controls that are used to create objects on a form object.
VISUAL BASICObject-oriented programming environment used to create windows applications.


Mr. B

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