| A | B |
| Shape | The property that will allow you to change the specific shape of a VB shape control. |
| Mod | Returns the remainder of Integer division. |
| Integer Division | Returns the whole number portion only - uses "\"! |
| Scope | This refers to the procedures that can "See" a variable. (Form, Local, or Global) |
| Pset | Method used to change the color of a specified Pixel. |
| Point | Method used to return the current color of a specified pixel. |
| Logical Operators | Used to combine 2 or more comparisons. |
| Conditional Operators | Used to compare 2 values. |
| Multi-Way Decision Structure Code | Select Case....Case....End Select |
| One-Way Decision Structure Code | If....Then....End If |
| Two-Way Decision Structure Code | If.....Then....Else.....End If |
| Cancel Property | Can be used to set up a command button to be executed if the ESC key is pressed. |
| Default Property | Is used to make a command button execute if the "Enter" button is pressed. |
| Focus | The object on a form that is currently selected is said to have this.... |