Term
| A small rectangular box containing a brief description is |
|
Definition
|
|
Term
| To change the name of a form use |
|
Definition
|
|
Term
| The dotted rectangle of a label is its |
|
Definition
|
|
Term
| When an application is suspened for debugging it is in what mode |
|
Definition
|
|
Term
| the mode you design and build an application is |
|
Definition
|
|
Term
| the mode for testing an application |
|
Definition
|
|
Term
| Incorrect use of code or programming language is a |
|
Definition
|
|
Term
|
Definition
| Integrated development enviroment |
|
|
Term
| Auto hide can be enabled using the |
|
Definition
| Pushpin or right clicking |
|
|
Term
| btnClose_click is an example of |
|
Definition
|
|
Term
| an error that occurs whilst an application is running is |
|
Definition
|
|
Term
| how often should a program be tested |
|
Definition
|
|
Term
| memory locations that store data are called |
|
Definition
|
|
Term
| what operator will store a value in a variable or property |
|
Definition
|
|
Term
| what must a remark begin with |
|
Definition
|
|
Term
| +,-,*,/,= are examples of |
|
Definition
|
|
Term
| part of an application ignored by the compileer |
|
Definition
|
|
Term
| Rules that must be followed |
|
Definition
|
|
Term
| contro; names can contain |
|
Definition
| letters, digits or underscores |
|
|
Term
|
Definition
|
|
Term
| private, sub dim and end are exmples of |
|
Definition
|
|
Term
| the name defining a control object is |
|
Definition
| a programmer defined name |
|
|
Term
| control names must start with |
|
Definition
|
|
Term
| what can not be used in a control name |
|
Definition
| Spaces, special symbols, or punctuation charachters |
|
|
Term
| a rectangular border that functions as a container for other controls |
|
Definition
|
|
Term
| when moved with a mouse can increase or decrease a value |
|
Definition
| horizontal and vertical scroll bar |
|
|
Term
| a box that contains text that cannot be changed |
|
Definition
|
|
Term
| programing statements that respon/perform are |
|
Definition
|
|
Term
|
Definition
|
|
Term
|
Definition
|
|
Term
| an action such as clicking a button is an |
|
Definition
|
|
Term
| Text changed event is when |
|
Definition
| text is entered in a text box |
|
|
Term
| to respond to an event a method is used called a |
|
Definition
|
|
Term
| propeties and methods are contained in an |
|
Definition
|
|
Term
| the window object on which objects are placed |
|
Definition
|
|
Term
| text displayed is stored in |
|
Definition
| text property of the object |
|
|
Term
|
Definition
|
|
Term
| in vb attributes are called |
|
Definition
|
|
Term
| the actions an object performs is known as |
|
Definition
|
|
Term
| a program made of one or more procedures |
|
Definition
|
|
Term
| graphical user interface is useful for what kind of programming |
|
Definition
|
|
Term
| a program element that contains data and actions |
|
Definition
|
|
Term
|
Definition
|
|
Term
| to change a labels text align use |
|
Definition
|
|
Term
|
Definition
| stretches or shrinks an image |
|
|
Term
| lblDirections is an example of |
|
Definition
|
|
Term
| btnExit_click is an example of |
|
Definition
|
|
Term
| lblDirections = true is an example of |
|
Definition
|
|
Term
|
Definition
| a user to press enter to break a line, and edit |
|
|
Term
| a lsit that provides help and auto matic code is called |
|
Definition
|
|
Term
| to complete a word with intellisense use |
|
Definition
|
|
Term
| shift f7 is a shortcut to |
|
Definition
|
|
Term
| what is created when a control is double clicked |
|
Definition
|
|
Term
| 5 major components in a computer |
|
Definition
| cpu, main memory, secondary storage, input devices, output devices. |
|
|
Term
| two general types of software |
|
Definition
|
|
Term
| machine language is known as |
|
Definition
|
|
Term
| the language used by us in VB |
|
Definition
|
|
Term
| this takes hi level language and converts to lowlevel |
|
Definition
|
|
Term
| procedural programing is developed by |
|
Definition
|
|
Term
| a gui contains all the (4 things) |
|
Definition
| Properties actions methods and objects |
|
|
Term
|
Definition
| Declare variables to hold input or data |
|
|
Term
| ("c") instruct to hold as |
|
Definition
|
|
Term
| lblHours.text is an example of |
|
Definition
|
|
Term
| dblAmount.tostring is an example of |
|
Definition
|
|
Term
| private , sub ,dim and, end are examples of |
|
Definition
|
|
Term
| words or names defined by the programmer ARE |
|
Definition
|
|
Term
|
Definition
| /perform operations on operands (usually numbers) add,subtract etc ,-+* |
|
|
Term
| remarks are also known as |
|
Definition
|
|
Term
|
Definition
|
|
Term
|
Definition
|
|
Term
|
Definition
|
|
Term
|
Definition
|
|
Term
|
Definition
|
|
Term
|
Definition
| create a flow chart or pseudo code. |
|
|
Term
|
Definition
| check chart code for errors |
|
|
Term
| short cut to view properties |
|
Definition
|
|
Term
|
Definition
|
|
Term
|
Definition
|
|
Term
| tool tip can be turned off in |
|
Definition
|
|
Term
|
Definition
|
|
Term
|
Definition
|
|
Term
|
Definition
|
|
Term
|
Definition
|
|
Term
| an application responds by executing code known as |
|
Definition
| event procedures or event handlers |
|
|
Term
|
Definition
| the part of the program that we write |
|
|
Term
| lblshow.visisble = true is an example of |
|
Definition
|
|
Term
|
Definition
| it can only hold one or two properties |
|
|
Term
| to prevent moving a control during design use |
|
Definition
| right click and lock control |
|
|
Term
| to display a list of task based topics in the help menu use |
|
Definition
|
|
Term
| provides a link to to information found in local help |
|
Definition
|
|
Term
| help found by words or phrases |
|
Definition
|
|
Term
|
Definition
|
|
Term
| compile errors are also known as |
|
Definition
|
|