Exam 7: Using Procedures and Exception Handling
Exam 1: Introduction to Visual Basic 2017 Programming103 Questions
Exam 2: Program and Graphical User Interface Design103 Questions
Exam 3: Program Design and Coding103 Questions
Exam 4: Variables and Arithmetic Operations103 Questions
Exam 5: Decision Structures103 Questions
Exam 6: Loop Structures103 Questions
Exam 7: Using Procedures and Exception Handling103 Questions
Exam 8: Using Arrays and File Handling103 Questions
Exam 9: Creating Web Applications103 Questions
Exam 10: Incorporating Databases With Adonet103 Questions
Exam 11: Multiple Classes and Inheritance103 Questions
Select questions type
The ____ exception type occurs when a procedure is called and the result is not possible.
(Multiple Choice)
4.8/5
(37)
The ____________________ exception type occurs when attempting to divide a value by zero.
(Short Answer)
4.8/5
(32)
After the Sub procedure has completed its execution, program control returns to the ___________ and program execution resumes.
(Multiple Choice)
4.9/5
(37)
The ____________________ property is used to return the string value of the selected choice in a ComboBox.
(Short Answer)
4.9/5
(37)
The ____ property of a ComboBox object returns a string value that represents the selected list item.
(Multiple Choice)
4.9/5
(41)
The Private keyword is required in a Function procedure declaration.
(True/False)
4.8/5
(42)
A Function procedure can pass many values back to the calling procedure.
(True/False)
4.8/5
(38)
The ____ exception type is used to catch all generic exceptions within a Try-Catch structure.
(Multiple Choice)
4.8/5
(38)
The ____________________ exception type occurs when a procedure is called and the result is not possible.
(Short Answer)
4.7/5
(30)
The ____ exception type occurs when a variable is converted to another data type that is not possible.
(Multiple Choice)
4.9/5
(34)
The Project Designer provides a central location for managing project ____.
(Multiple Choice)
4.8/5
(39)
To execute code in a procedure, a procedure ____ must be made.
(Multiple Choice)
4.7/5
(35)
To change the copyright date on a splash screen, you need to open the ____ Information dialog box.
(Multiple Choice)
4.8/5
(34)
A ____ procedure completes its task but does not return any data to the calling procedure.
(Multiple Choice)
4.9/5
(41)
You must specify a ___________________________ data type in the procedure declaration to define the type of variable that is being returned to the calling procedures by the Function procedure.
(Short Answer)
4.9/5
(47)
To make a splash screen display for a certain period of time, the Suspend procedure is placed in the form load event handler. _________________________
(True/False)
4.9/5
(31)
You cannot exclude the receiving variable in the procedure call.
(True/False)
4.9/5
(45)
Using the ____ procedure will cause the application to pause a specific amount of time.
(Multiple Choice)
4.7/5
(44)
You should select the ByVal option if you intend to change the original value when it is passed to the Sub procedure.
(True/False)
4.8/5
(35)
____ is an exception type that can be handled by a Try-Catch block.
(Multiple Choice)
4.8/5
(44)
Showing 61 - 80 of 103
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)