Exam 7: Using Procedures and Exception Handling
Exam 1: Introduction to Visual Basic 2015 Programming111 Questions
Exam 2: Program and Graphical User Interface Design112 Questions
Exam 3: Program Design and Coding110 Questions
Exam 4: Variables and Arithmetic Operations111 Questions
Exam 5: Decision Structures111 Questions
Exam 6: Loop Structures112 Questions
Exam 7: Using Procedures and Exception Handling112 Questions
Exam 8: Using Arrays and File Handling110 Questions
Exam 9: Creating Web Applications111 Questions
Exam 10: Incorporating Databases With Adonet111 Questions
Exam 11: Multiple Classes and Inheritance112 Questions
Exam 12: Windows Store Apps111 Questions
Select questions type
-The ____________________ property of a ComboBox is assigned a number that represents the selected item.

(Essay)
4.8/5
(29)
The keywords End SubProcedure signifies the end of a Sub procedure.
(True/False)
4.7/5
(30)
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
(39)
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
(36)
A dollar sign ($)as the first character in a variable means it is a class variable that can be referenced in any procedure within the class.
(True/False)
4.8/5
(43)
-Passing an argument ____________________ gives the procedure access to the value of the passed argument without referencing the variable declared in the calling procedure.

(Essay)
5.0/5
(29)
If the user selects the first item in a ComboBox like the one in the accompanying figure,the SelectedIndex property will have the value ____.
(Multiple Choice)
4.8/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)
Identify the letter of the choice that best matches the phrase or definition
a.template
b.Project Designer
c.SelectedIndex
d.SelectedIndexChanged
e.procedure
f.ListBox
g.Sub procedure
h.Private
i.procedure call
j.Select Case
REFERENCES:
464
465
452
462
466
454
464
465
465
464
-When a program is broken into manageable parts,each part is called this
(Essay)
4.9/5
(40)
-The ____________________ exception type occurs when a value exceeds the size limit of its assigned data type.

(Essay)
4.7/5
(31)
In a Function procedure declaration,any lines of code after a Return statement will not be executed.
(True/False)
4.8/5
(33)
-Passing an argument ____________________ guarantees that the original value of the variable in the calling procedure is not affected.

(Essay)
4.7/5
(34)
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)
4.8/5
(30)
-In a Try-Catch structure,the ____________________ keyword indicates code for handling an exception.

(Essay)
4.7/5
(35)
To return multiple variables from a Function procedure,arguments passed ____ must be used.
(Multiple Choice)
4.9/5
(33)
A ____ procedure completes its task but does not return any data to the calling procedure.
(Multiple Choice)
4.9/5
(35)
The ____ property of a ComboBox object returns a string value that represents the selected list item.
(Multiple Choice)
4.9/5
(35)
After a few minutes,he calls back out.This time,he wants to know how to pass a reference to a value instead of passing the value itself.Before suggesting that he begin to use his reference texts or a search engine on the Web to find his own answers,you instead suggest which of the following to him?
(Multiple Choice)
4.9/5
(31)
-A(n)____________________ object includes a text box that allows the user to enter text,and a list box that displays a list of items from which the user can select one.

(Essay)
4.9/5
(49)
Showing 21 - 40 of 112
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)