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
You cannot exclude the receiving variable in the procedure call.
(True/False)
4.9/5
(41)
In a Try-Catch structure,the ____ keyword precedes code that will always execute regardless of whether any exception occurred.
(Multiple Choice)
4.8/5
(37)
____ procedures are a kind of procedure provided by Visual Basic.
(Multiple Choice)
4.8/5
(40)
The Project Designer provides a central location for managing project ____.
(Multiple Choice)
4.8/5
(34)
MATCHING
Identify the letter of the choice that best matches the phrase or definition.
-A Sub procedure may be used within this kind of statement
(Multiple Choice)
4.8/5
(35)
The ____ event of a ComboBox object is triggered when the user changes the selection.
(Multiple Choice)
4.8/5
(33)
To detect exceptions and take corrective action,the ____ structure is used.
(Multiple Choice)
4.8/5
(29)
If the third item in a ComboBox list is selected by the user,the SelectedIndex property of the ComboBox will have the value ____.
(Multiple Choice)
4.7/5
(31)
After a Sub procedure has completed its execution,program control returns to the calling procedure and program execution resumes in the calling procedure.
(True/False)
5.0/5
(37)
You specify you want to pass a value by reference by entering the keyword ByRef in the Sub procedure declaration.
(True/False)
4.7/5
(32)
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.8/5
(31)
The ____________________ property is used to return the string value of the selected choice in a ComboBox.
(Short Answer)
4.9/5
(29)
The ____________________ property of a ComboBox is assigned a number that represents the selected item.
(Short Answer)
4.9/5
(34)
Arguments are contained inside ____ after the name of the procedure to be called.
(Multiple Choice)
4.9/5
(35)
MATCHING
Identify the letter of the choice that best matches the phrase or definition.
-Consists of the procedure name followed by a set of parentheses
(Multiple Choice)
4.9/5
(27)
MATCHING
Identify the letter of the choice that best matches the phrase or definition.
-When a program is broken into manageable parts,each part is called this
(Multiple Choice)
4.9/5
(44)
MATCHING
Identify the letter of the choice that best matches the phrase or definition.
-If a Sub procedure is declared with this keyword,it can only be accessed by code within the class in which it was declared
(Multiple Choice)
4.7/5
(31)
To return multiple variables from a Function procedure,arguments passed ____ must be used.
(Multiple Choice)
4.8/5
(33)
Showing 21 - 40 of 112
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)