| A | B |
| Control Array | stores a set of variables that each have the same name and will be identified by its own number |
| For Next Statement | a looping structure that executes a set of statements |
| boolean | will evaluate to true or false |
| Call | used to activate a user defined subroutine |
| LoadPicture | Function used to insert graphics from a file |
| Select Case | will match each statment to a test expression |
| list box control | Use additem Calls to establish each list of options |
| less than | < |
| greater than | > |
| equal to | = |
| not equal to | <> |
| GetTickCount | function that taps into the system clock |
| DLL | Dynamic Link Libraries that add functionality |
| Module | contains only code and can be reused |
| Point | an API structure that can help track mouse movement |
| API | a library of function calls |
| Algorithm | a series of steps design to solve a problem |
| user defined subroutines | created using the add procedure dialogue box |
| Add Item | a call used to add an item to the list box object |
| Const | a declaration that represents a vallue that will not change at runtime |