Content Frame
Note for screen reader users: There is text between the form elements on this page. To be sure that you do not miss any text, use item by item navigation methods, rather than tabbing from form element to form element
[Skip Breadcrumb Navigation]
Home  arrow Student Resources  arrow Chapter Quizzes  arrow Chapter 7

Chapter 7
Chapter 7 Quiz: Multiple Forms, Standard Modules, and Menus

This activity contains 10 questions.

Question 1
1 A Windows application’s default start up object is:
 
End of Question 1


Question 2
2
Open Hint for Question 2 in a new window
Which statements about Form Name Properties and Form Files are true?

i. You assign a name to a form in its Name property, using the standard prefix of frm.

ii. A form should be assigned a name that describes the form’s purpose..

iii. The code associated with a form created in Visual Basic is stored in a Form File with a .vb extension added to the form’s Name property.

iv. If you change a form’s file name, the Name property changes automatically to match the file’s name .

 
End of Question 2


Question 3
3 At design time you can switch between form by double clicking the form’s entry in the ________________ window.
 
End of Question 3


Question 4
4
Open Hint for Question 4 in a new window
A ______________ is a program structure that describes an object’s properties and methods.
 
End of Question 4


Question 5
5
Open Hint for Question 5 in a new window
Which statements about modal forms are true?

i. You show the form using either the ShowDialog method or the Show method.

ii. When a modal form is displayed, no other form can be displayed until the form is closed or hidden.

iii. When a modal form is displayed, no other statements in the procedure will execute until the form is closed or hidden.

iv. The general format to close a modal form is me.close(). .

 
End of Question 5


Question 6
6 A procedure or variable used in more than one form should be stored in a ___________ Module.
 
End of Question 6


Question 7
7
Open Hint for Question 7 in a new window
Which of these statements are false?

i. You can designate either a form or a public Sub Procedure called Main as an applications startup object.

ii. A Sub Procedure designated as a startup object will display the default form automatically after all its statements are executed.

iii. Main can be written as a function instead of a sub procedure returning an integer value to indicate the success or failure of the code’s execution..

iv. You can designate either a form or a private Sub Procedure called Main as an applications startup object.

 
End of Question 7


Question 8
8 What is the primary difference between a shortcut key and an access key?
 
End of Question 8


Question 9
9 To disable a menu item you:
 
End of Question 9


Question 10
10 Which one of the following is not a standard menu item that should always be added to your menu systems?
 
End of Question 10






Answer choices in this exercise appear in a different order each time the page is loaded.




Copyright © 1995-2008, Pearson Education, Inc., publishing as Pearson Addison Wesley
Legal and Privacy Terms
Pearson Education

[Return to the Top of this Page]