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, you must specify the startup form or an error will occur.
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 these could be used to add a 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 these 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 [selecting the form's name in the Solution Explorer window and clicking the delete key] and [right-clicking on the form's name in the Solution Explorer window and choosing Delete].
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







Programming in Visual C# 2005Online Learning Center

Home > Chapter 6 > Multiple Choice Quiz