| A | B |
| Int | Integer |
| lbl | Label |
| frm | Form |
| txt | textbox |
| btn | button |
| Debug | tests the execution of a program |
| Solution Explorer | allows you to manage your projects in an organized manner |
| // | single line comment |
| /* */ | multi-line comment |
| Timer Tick | an increment of a timer |
| Component Tray | storage area that appears below a form |
| The Form | allows you to construct the GUI for your program |
| IntelliSense | pop-up boxes that appear as you type in code |
| Timer Control | enables an application to perform certain activities after a given duration |
| Functions | regions of code that are designed to perform a specific task |
| Comments | these describe how certain program statements function in your applications |
| Call Browser | presents a mapping of all modules of code that are linked to the current module of code |
| Class View | provides the ability to view objects and their members |
| ++ | add one |
| Str | String |