Multiple Choice
Critical Thinking Questions Case 2 Eric had a small reference card that he keeps handy to remind him which MsgBoxButton arguments values translate to which buttons in the dialog box, but then he lost the card. He calls over to you for help in reminding him what values correspond to what. Now, Eric needs help in remembering which of the following options corresponds to a dialog box that displays an information icon and offers the Retry and Cancel buttons. Which of the following is the right answer?
A) MsgBox("You have been disconnected", 5 Or 64, "User Disconnection")
B) MsgBox("You have been disconnected", 3 Or 32, "User Disconnection")
C) MsgBox("You have been disconnected", 4 Or 16, "User Disconnection")
D) MsgBox("You have been disconnected", 2 Or 48, "User Disconnection")
Correct Answer:

Verified
Correct Answer:
Verified
Q2: Only one condition can be tested in
Q25: A variable defined between the Then keyword
Q56: Identify the letter of the choice that
Q58: When using an If...Then...ElseIf structure, when a
Q71: In an If...Then statement,the If keyword should
Q90: Use the _ statement to execute one
Q94: The logical operator _ has the highest
Q103: The _ keyword terminates the If...Then block
Q104: To end a Select Case structure,a(n)_ statement
Q106: An expression using the logical operator _