Multiple Choice
Case 5-2 Eric used to have a small reference card that he kept 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", 5 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
Q10: Message boxes are also known as _
Q14: In a Select Case structure,the _ statement
Q18: The _ of a variable is defined
Q56: Visual Basic provides six different logical operators.Briefly
Q71: In an If...Then statement,the If keyword should
Q81: Statements for a true condition and statements
Q89: _ is the MsgBoxButtons argument that displays
Q94: The logical operator _ has the highest
Q102: In an If...Then...Else statement,if the condition is
Q104: To end a Select Case structure,a(n)_ statement