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
A Sub procedure can return ____ value(s)to the calling procedure.
Free
(Multiple Choice)
4.9/5
(33)
Correct Answer:
A
The ____ exception type occurs when a procedure is called and the result is not possible.
Free
(Multiple Choice)
4.8/5
(28)
Correct Answer:
A
A Sub procedure does not return any data to the calling procedure.
Free
(True/False)
4.8/5
(39)
Correct Answer:
True
MATCHING
Identify the letter of the choice that best matches the phrase or definition.
-Must be explicitly called from within the program code
(Multiple Choice)
4.8/5
(44)
The ____ keyword is placed before the Sub keyword when creating a Sub procedure to specify that the procedure can be called only by code within the class in which it exists.
(Multiple Choice)
4.8/5
(34)
Passing an argument ____________________ guarantees that the original value of the variable in the calling procedure is not affected.
(Short Answer)
4.8/5
(37)
In a Function procedure declaration,any lines of code after a Return statement will not be executed.
(True/False)
4.8/5
(40)
When an argument is passed ____,it means the Sub procedure has access to the value of the passed argument,but does not actually reference the variable declared in the calling procedure.
(Multiple Choice)
4.8/5
(35)
A Finally statement is required after each Catch block in a Try-Catch structure to execute any necessary clean-up code.
(True/False)
4.8/5
(35)
The keyword(s)____ is/are used to specify the termination of a Try-Catch block of code.
(Multiple Choice)
4.8/5
(32)
Tap or click the list arrow on the left side of a ComboBox object to view the contents._________________________
(True/False)
5.0/5
(27)
The ____ object can trigger a SelectedIndexChanged event when a selection is made.
(Multiple Choice)
4.7/5
(40)
The index number of a ComboBox object can be assigned to a(n)____ data type variable.
(Multiple Choice)
4.7/5
(30)
MATCHING
Identify the letter of the choice that best matches the phrase or definition.
-Object that can trigger a SelectedIndexChanged event when a selection is made
(Multiple Choice)
4.8/5
(30)
If a Sub procedure has more than one argument,the variables are passed in the same order in which they appear in the procedure call statement.
(True/False)
4.8/5
(36)
A ____ screen can be added to engage the user while the application is loading.
(Multiple Choice)
4.9/5
(35)
When an argument is declared in a procedure with the keyword ____________________,it means that the procedure has access to the value of the passed argument,but it does not actually reference the variable declared in the calling procedure.
(Short Answer)
4.9/5
(35)
The ____ property allows you to change the generic graphic on the splash screen.
(Multiple Choice)
4.9/5
(37)
The ____ Information dialog box contains values that include the program title,description,company,product,and copyright date.
(Multiple Choice)
4.8/5
(36)
Showing 1 - 20 of 112
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)