Exam 7: Using Procedures and Exception Handling
Exam 1: Introduction to Visual Basic 2012 Programming112 Questions
Exam 2: Program and Graphical User Interface Design112 Questions
Exam 3: Program Design and Coding112 Questions
Exam 4: Variables and Arithmetic Operations112 Questions
Exam 5: Decision Structures112 Questions
Exam 6: Loop Structures112 Questions
Exam 7: Using Procedures and Exception Handling112 Questions
Exam 8: Using Arrays and File Handling112 Questions
Exam 9: Creating Web Applications112 Questions
Exam 10: Incorporating Databases with ADO.NET112 Questions
Exam 11: Multiple Classes and Inheritance112 Questions
Exam 12: Windows Store Apps112 Questions
Select questions type
MATCHING
Identify the letter of the choice that best matches the phrase or definition.
-Visual Basic provides a generic one of these in order to use a splash screen with a project
(Multiple Choice)
4.7/5
(31)
To execute code in a procedure,a procedure ____ must be made.
(Multiple Choice)
4.9/5
(33)
A ____ procedure returns a single value to the calling procedure.
(Multiple Choice)
4.7/5
(23)
MATCHING
Identify the letter of the choice that best matches the phrase or definition.
-If a selection has not been made,this property of a ComboBox object will be -1
(Multiple Choice)
4.8/5
(36)
The Project ____ appears as a single window in the Visual Studio IDE.
(Multiple Choice)
4.8/5
(28)
The ____________________ exception type occurs when a procedure is called and the result is not possible.
(Short Answer)
4.9/5
(24)
Critical Thinking Questions
Case 7-2
Your colleague hasn't used Visual Basic in a while and so when he encounters a decision point, he sometimes calls out to you over the cubicle wall to get answers to his questions.
-He wants help remembering which method of passing an argument will give the Sub procedure access to the value of the passed argument without actually referencing the variable declared in the calling procedure.Which of the following do you suggest to him?
(Multiple Choice)
4.9/5
(47)
MATCHING
Identify the letter of the choice that best matches the phrase or definition.
-This provides a central location for managing project properties,settings,and resources
(Multiple Choice)
4.8/5
(27)
In a Try-Catch structure,the ____________________ keyword indicates code for handling an exception.
(Short Answer)
4.8/5
(30)
You must specify a return data type in the procedure declaration to define the type of variable that is being returned to the calling procedure by the Function procedure.
(True/False)
4.9/5
(42)
The ____ exception type is used to catch all generic exceptions within a Try-Catch structure.
(Multiple Choice)
4.8/5
(36)
When the SelectedIndex property of a ComboBox has the value of 0,it indicates that no selection was made by the user.
(True/False)
4.9/5
(40)
Showing 101 - 112 of 112
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)