Exam 7: Multiple Forms, Modules, and Menus
Exam 1: Introduction to Programming and Visual Basic40 Questions
Exam 2: Creating Applications With Visual Basic36 Questions
Exam 3: Variables and Calculations41 Questions
Exam 4: Making Decisions39 Questions
Exam 5: Lists and Loops36 Questions
Exam 6: Procedures and Functions31 Questions
Exam 7: Multiple Forms, Modules, and Menus36 Questions
Exam 8: Arrays and More34 Questions
Exam 9: Files, Printing, and Structures36 Questions
Exam 10: Working With Databases32 Questions
Exam 11: Developing Web Applications33 Questions
Exam 12: Classes, Collections, and Inheritance36 Questions
Select questions type
Explain the nature of the reference to errorForm in the following code: Dim errorForm As New frmError)
Free
(Multiple Choice)
4.9/5
(36)
Correct Answer:
D
The primary reason to use standard menu items, such as File, Edit, and Help is _.
Free
(Multiple Choice)
4.8/5
(34)
Correct Answer:
D
A menu item may be executed by a user in each of the following ways except .
Free
(Multiple Choice)
4.8/5
(38)
Correct Answer:
D
What property must be set on a menu item to have the user activate that option by pressing Ctrl + C on the keyboard?
(Multiple Choice)
4.9/5
(44)
What is the best way to share functions across more than one project?
(Multiple Choice)
4.7/5
(33)
A module-level variable declared Public is also known as a _variable.
(Multiple Choice)
4.8/5
(29)
Any form in a Windows Forms application can be designated as the startup form.
(True/False)
4.8/5
(40)
When a menu control's property equals True, a check appears next to the menu item.
(Multiple Choice)
4.8/5
(33)
Which of the following statements disables the Copy menu item named mnuCopy?
(Multiple Choice)
4.9/5
(34)
The best approach to move a menu item with an existing Click event to a new location is:
(Multiple Choice)
4.9/5
(32)
A variable is accessible to statements outside the form if declared .
(Multiple Choice)
4.9/5
(28)
The best method to maintain consistency when renaming a form is to .
(Multiple Choice)
4.9/5
(33)
A form's _event is triggered when the user switches to the form from another form or another application.
(Multiple Choice)
4.9/5
(39)
When creating a form in Visual Basic, code associated with that form is stored in a file with a _extension.
(Multiple Choice)
4.9/5
(42)
All of the following are true about the Hide method of a form except:
(Multiple Choice)
4.9/5
(37)
Which of the following is not true about a form's class declaration?
(Multiple Choice)
4.7/5
(34)
If the user should not be able to access an item that appears on a menu, set its property to __.
(Multiple Choice)
4.8/5
(28)
Which of the following statements most accurately describes the Me keyword?
(Multiple Choice)
4.8/5
(43)
Showing 1 - 20 of 36
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)