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
The last form created for a Windows Forms application is designated as the startup form.
(True/False)
4.9/5
(35)
Once you create a form, you do not have to re-create it to use it in another project.
(True/False)
4.8/5
(41)
When a _form is displayed, no other form in the application can receive the focus until the form is closed.
(Multiple Choice)
4.8/5
(42)
Which of the following is not true about a form's Activated event?
(Multiple Choice)
4.9/5
(35)
Choose the statement below that performs the comment found on line 2 of the following code segment. Dim newStudentForm As New frmNewStudent)
'Initialize AcademicYear text box on NewStudent form to 1
NewStudentForm.ShowDialog)
(Multiple Choice)
5.0/5
(41)
Which of the following will display the getStudentDataForm form such that the programming statements that follow will not execute until the getStudentDataForm is closed?
(Multiple Choice)
4.9/5
(36)
The __event occurs when a form is in the process of closing, but before it has closed.
(Multiple Choice)
4.8/5
(22)
In order to add a menu to a form, you must place a _on the form.
(Multiple Choice)
4.9/5
(39)
What is the result of the following section of code? Private Sub btnExit_ClickByVal sender As System.Object, _
ByVal e as System.EventArgs) Handles btnExit.Click
Me)Close)
End Sub
(Multiple Choice)
4.8/5
(32)
Standard modules are saved on disk as files that end with this extension.
(Multiple Choice)
4.7/5
(31)
An instance of a form is created using a _statement with the New keyword.
(Multiple Choice)
4.8/5
(41)
All of the following are true about standard modules except .
(Multiple Choice)
4.9/5
(44)
All of the following are true of the Show method of a form except:
(Multiple Choice)
4.7/5
(36)
It's possible to prevent a form from closing by setting __________ in the FormClosing event handler.
(Multiple Choice)
4.8/5
(42)
Showing 21 - 36 of 36
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)