Site MapHelpFeedbackMultiple Choice Quiz
Multiple Choice Quiz
(See related pages)

1
When a project begins, the first form to display is called the _______.
A)Startup form
B)Splash screen
C)About box
D)Show dialog
2
In a project with multiple forms, the _____________ form is the first form loaded into the computer's memory and displayed on the desktop
A)Default
B)Startup
C)About
D)Splash screen
3
Which of the following statements about forms is NOT true?
A)You can have just one form in a project
B)You can add an existing form from another project into your project.
C)With multiple forms, the startup form must be named MainForm
D)The number of forms in a project is virtually unlimited
4
In order to add a new blank form to a project, select _______ from the "Project" menu
A)Add Windows Form
B)Add Existing Item
C)Exclude from Project
D)All of the above could be used to add a new blank form to a project
5
To add a form from another project into your project, select _______ from the "Project" menu.
A)Add Windows Form
B)Add Existing Item
C)Add New Item
D)All of the above could be used to add an existing form to your project
6
You can remove a form from a project by _______.
A)Selecting the form's name in the Solution Explorer window and clicking the delete key
B)Writing code in a button on the form that uses the form name and the Close method
C)Right-clicking on the form's name in the Solution Explorer window and choosing Delete
D)Both answers A and C would remove a form from a project
7
The _______ is available in most Windows programs and usually displays information about the program version as well as the company name
A)Startup form
B)Login form
C)About form
D)Main form
8
The _______ is found in the Project Designer and contains the information about the program title, program version, programmer, and company.
A)Splash screen
B)About box
C)Startup form
D)Assembly information
9
The project's assembly information can be retrieved by using the _______ object
A)My.Startup
B)My.SplashScreen
C)My.Application
D)My.About
10
Professional applications use a(n) _______ to tell the user that the program is loading and starting
A)About box
B)Splash screen
C)Startup form
D)Showdialog form







Bradley:Programming in VB 2008Online Learning Center

Home > Chapter 6 > Multiple Choice Quiz