Multiple Choice
All of the following are true about standard modules except __________.
A) A module is a file that contains code such as variable declarations and procedures
B) A public variable declared in a standard module may be referenced by methods located anywhere in the application.
C) Standard modules may contain event handlers
D) Standard modules are not associated with a particular form
Correct Answer:

Verified
Correct Answer:
Verified
Q14: Which of the following statements will display
Q15: What is the best way to share
Q16: What is the result of the following
Q17: Any form in a Windows Forms application
Q18: When creating a form in Visual Basic,
Q20: A form's _event is triggered when the
Q21: The _event occurs when a form is
Q22: The best approach to move a menu
Q23: Which of the following statements most accurately
Q24: A variable is accessible to statements outside