Multiple Choice
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?
A) ByVal
B) ByRef
C) ByArg
D) ByInd
Correct Answer:

Verified
Correct Answer:
Verified
Q102: To execute code in a procedure,a procedure
Q103: A _ procedure returns a single value
Q104: MATCHING<br>Identify the letter of the choice that
Q105: The Project _ appears as a single
Q106: The _ exception type occurs when a
Q108: MATCHING<br>Identify the letter of the choice that
Q109: In a Try-Catch structure,the _ keyword indicates
Q110: You must specify a return data type
Q111: The _ exception type is used to
Q112: When the SelectedIndex property of a ComboBox