Multiple Choice
Case 1 - MTN Outdoor
You have just started working for MTN Outdoor as a programmer. Your first assignment is to review and correct various code to use sub procedures and/or functions.
-Which of the following statements would invoke the DisplayMessage Sub procedure?
A) Call DisplayMessage()
B) Call DisplayMessage(strItemName, decItemPrice)
C) DisplayMessage(strItemName, decItemPrice)
D) Call DisplayMessage(strItemName, decItemPrice) As String
Correct Answer:

Verified
Correct Answer:
Verified
Q2: Like a Sub procedure header,a Function procedure
Q3: The computer automatically processes an event procedure
Q4: When using _,you capitalize the first letter
Q5: Explain the difference between passing data by
Q6: Write the code for a function named
Q7: The names of the arguments in a
Q8: What are the three main reasons programmers
Q9: A combo box's _ property contains the
Q10: Usually,the statement that invokes a function will
Q11: A Function procedure does not return a