CBIS 3212

 
 

 
 

 
 

 
 
 
 
Teachers & Webmasters: If you would like a word scramble activity on your web page for a particular word, enter the word in the space below, then click generate script. Then copy the script below and paste it into your web page.
 
Word:
 

 

 
www.eapps.com




Copyright ©2001-2008 John Weidner All rights reserved.
About -  Terms of Service -  Privacy Statement



Flap 1 Flap 2
Applicationa program which makes the computer a useful tool
Assignment statementuses the eqial sign to give the object property on the L of the equal sign the value on the R of the equal sign
Bodystatements in a procedure
Click event procedurea procedure that excutes on response to a mouse Click event
Code windowthe part of the IDE that displays the Form 1 module window where program statements are entered
Commenttext that explains and clarifies program code for pther programmers. Coments are preceded by a single quotation mark
Compilerconverts a program to a language that the computer understands
Controlused to create a control class object that the user can interact with
Design windowdisplays the application interface and allows control class objects to be added, deleted, and sized
Eventoccurs when the userr interacts with an object
Event driven applicationexecutes code in response to an event
Forma control class object that is an application interface. Contains a title bae, system menu, and Minimize, Maximise, and close buttons
IDEused to create or modify a Visual Basic .NET application
Interfacewhat appears on the screen when an application is running
Menu Barthe part of the IDE that contains the names of menus that contain commands. Can also be added to an applicationwith the MainMenu control
Numeric Expressionformed with an arithmetic operators
Operator precedencethe order in which operators are evaulted in a numeric expression
Procedurea block of code written to perform specific tasks
Program Codea set of instructions in an application
Projectthe set of files that make up a Visual Basic .NET application
Project Explorer Windowthe part of the IDE that lists the files in the current project
Properties windowthe part of the IDE that lists the properties value of an object
Selectclicking an object, which displays handles
Statementa line of code
Solution Explorer Windowused to switch between the design and code windows
Toolboxthe part of the IDE that contains controls that are used to add objects to a form
Visual Basic .NETobject oriented programming language used to create Windows, Web, and Command-line (condsole) applications,