| A | B |
| VB6 is | event-driven programming |
| VB6 is not | procedural programming |
| A splash screen is | an opening title screen |
| An event in VB is | a mouse click or a keystroke |
| Accelerator Key is a key that, | when combined with Alt, triggers a response |
| VB objects are | containers that hold code, data, other objects |
| To end a VB session | click Alt+Q, File Exit or Alt+F4 |
| To save the project | save both the project and the forms |
| Properties are | characteristics of objects |
| A VB project is | a collection of files that compose a single Windows application |
| Code is | a set of instructions |
| Controls are | objects that come from a tool box |
| VB Application Wizard is | step-by-stepquestions and prompts that you respond to |
| The Form is | the background of a VB program's screen |
| Multiple Document Interface(MDI) | has multiple document windows |
| Single Document Interface(SDI) | has one open document window at one time |
| To add comments to your code | use a single quatiation mark (') |
| To comment/uncomment a block of code | use Edit toolbar |