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

1
The project's assembly information can be retrieved by using the _______ object.
A)My.Startup
B)My.SplashScreen
C)My.Application
D)My.About
2
When a form is displayed as __________________, the user is prevented from accessing any other form, even if another form is visible.
A)modular
B)modal
C)modeless
D)modeled
3
The method used to display a form is _______.
A)Load
B)Display
C)Hide
D)Show
4
Which of the following is the correct order of events that occur when a form is displayed?
A)Load event and then the Activated event
B)SplashScreen event and then the Load event
C)Activated event and then the Load event
D)Load event, SetFocus event, and then the Activated event
5
Which of the following statements is not true?
A)Module-level variables retain their values and are often used as counters and accumulators.
B)Counters and accumulators declared with the Static statement may only be used within the procedure where they are declared.
C)Variables declared as Friend may be used in any procedure in any form in the project.
D)Variables declared as Private must be qualified (by adding the form name where they are declared) if they are used in any other form.







Programming in VB .NET 2005Online Learning Center

Home > Chapter 6 > Multiple Choice Quiz