Multiple Choice
CASE
Critical Thinking Questions
Case 7-1
Of all of the concepts Sheila has learned so far, she is having the hardest time understanding the use of procedures, including when and how to use them. She asks her instructor for some additional clarification.
-Which of the following is not a true statement her instructor makes to Sheila?
A) The Sub procedure should perform a single, defined task.
B) Procedures that perform multiple tasks tend to become large and difficult to design and code.
C) A Function procedure must perform reasonably substantial processing.
D) It is good practice to place a procedure call statement in a calling procedure and have the called procedure contain one or two program statements.
Correct Answer:

Verified
Correct Answer:
Verified
Q89: MATCHING<br>Identify the letter of the choice that
Q90: _ is an exception type that can
Q91: You should select the ByVal option if
Q92: A Try-Catch structure _ Catch blocks of
Q93: Critical Thinking Questions<br>Case 7-2<br>Your colleague hasn't used
Q95: A _ procedure can pass only one
Q96: If the code in the Try section
Q97: To pause a splash screen for a
Q98: A variable declared as Private at the
Q99: When you pass a variable as an