| A | B |
| What is the most common way to start the Visual Basic program? | Programs menu |
| What is a tool that allows you to create programs with a graphical user interface? | Visual Basic |
| Visual Basic stores programs in a group of files called a | Project |
| The _______ bar displays the name of the project | Title |
| The toolbar that appears by default and has the standard toolbar buttons for VB is the _____ toolbar. | Standard |
| What displays when you pause the mouse on a toolbar button? | Tool tip |
| This is the screen component that allows you to see and access the forms and files that make up your program | Project Explorer |
| The pieces that make up a Visual Basic program are called ____ | Objects |
| Another name for text boxes, lable boxes and command buttons placed on the Visual Basic form is ____ | Controls |
| Each object has characteristics that can be customized such as font, backcolor, caption, and more. These characteristics are customized in the ________ window. | Properties |
| The _________ is the collection of the tools that allows you to add objects(controls) to the forms you create. | Toolbox |
| To run a completed Visual Basic program, click on the _________ button | Start |
| To exit a running program, click on the _____ button. | End |
| Visual Basic projects are stored with the file extension of _______ | .vpb |
| To save a Visual Basic project, the _____ is saved first. | Form |
| The next item to be saved is the _______. | Project |