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

3.01VocabReview

AB
ApplicationProgram that makes the computer a useful tool by enabling the user to perform a task, such as word processing.
OOPObject-Oriented Programming
ClassA collection of data and objects.
ObjectsPerform actions.
EventOccurs when the user interacts with an object; i.e. clicking a button.
Event-drivenExecutes code in response to events.
IDEIntegrated Development Environment
Design WindowDisplays the application interface where objects are added, deleted, and sized.
Toolboxcontains controls that are used to create objects.
Solution Explorer WindowUsed to switch between the Design and Code windows.
Properties WindowLists the properties of a selected object.
ControlUsed to add objects to a form.
InterfaceWhat appears on the screen when an application is running.
LabelObject that displays text that cannot be changed by the user.
NameIdentifies a control for the programmer.
TextProperty used to display words on objects.
InheritsIndicates attributes have been copied from another class.
ProcedureBlock of code written to perform specific tasks.
Event handlerType of procedure that performs tasks in response to user interaction with an object.
Click eventExecutes in response to a mouse click.
PrivateIndicates that the procedure cannot be accessed outside of the class in which it is created.
PublicIndicates that the procedure can be accessed outside of the class in which it is created.
StatementEach line of code.
SubDeclares a procedure.
End SubEnds a procedure.
ArgumentsValues (located within parenthesis) used by the procedure.
Assignment StatementUsed in a procedure to change a value at run time; uses the equals sign.
Run timeWhen the program is being executed.
MeKeyword used in a statement to refer to the current Form object.
CommentsUsed to explain and clarify program code for other programmers.
CompilerConverts a program to a language that the user can interact with.
FormA control class object that is an application interface; contains a title bar, system menu, etc.
Numeric ExpressionFormed with arithmetic operators.
Visual Basic .NETObject-Oriented Programming (OOP) language used to create Windows, Web, and command-line (console) applications.
PropertyPart of a control object that defines its appearance, behavior, position, and other attributes.
ProjectThe set of files that make up a Visual Basic .NET application.
Operator PrecedenceThe order in which operators are evaluated in a numeric expression.



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