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
When a procedure is called, the call statement can pass a(n) ____ to the called procedure.
(Multiple Choice)
4.8/5
(43)
The ____________________ is a generic exception that occurs whenever an error occurs that does not have an exception defined for it.
(Short Answer)
5.0/5
(33)
A ____ screen can be added to engage the user while the application is loading.
(Multiple Choice)
4.9/5
(36)
Arguments are contained inside ____ after the name of the procedure to be called.
(Multiple Choice)
4.9/5
(34)
The ____ object can trigger a SelectedIndexChanged event when a selection is made.
(Multiple Choice)
4.8/5
(42)
In a Try-Catch structure, the ____________________ keyword indicates code for handling an exception.
(Short Answer)
4.7/5
(37)
A ____ procedure returns a single value to the calling procedure.
(Multiple Choice)
4.9/5
(34)
The Elements of a ComboBox displays a list of items from which the user can select one item.
(True/False)
4.8/5
(31)
You specify you want to pass a value by reference by entering the keyword ByRef in the Sub procedure declaration.
(True/False)
4.8/5
(31)
The ____________________ exception type occurs when a variable with no value is passed to a procedure.
(Short Answer)
4.8/5
(37)
The Project ____ appears as a single window in the Visual Studio IDE.
(Multiple Choice)
4.8/5
(35)
Explain what a Sub procedure is and how it is coded, making sure to define the term procedure call in your response.
(Essay)
4.8/5
(38)
Only six different types of exceptions can occur in a Visual Basic program.
(True/False)
4.9/5
(28)
The ____________________ property of a ComboBox is assigned a number that represents the selected item.
(Short Answer)
4.7/5
(37)
A Function procedure returns a single value to the calling procedure.
(True/False)
4.8/5
(32)
A Sub procedure can return ____ value(s) to the calling procedure.
(Multiple Choice)
4.8/5
(31)
____ procedures are a kind of procedure provided by Visual Basic.
(Multiple Choice)
4.8/5
(40)
A Function procedure can pass back ____ value(s) using the Return statement to the calling procedure.
(Multiple Choice)
4.9/5
(36)
A Sub procedure does not return any data to the calling procedure.
(True/False)
4.8/5
(38)
Showing 81 - 100 of 103
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)