Solved

Identify the Letter of the Choice That Best Matches the Phrase

Question 101

Matching

Identify the letter of the choice that best matches the phrase or definition.

Premises:
Message boxes can display these to represent the type of message being displayed
Keyword that you must use in a Select Case statement that uses relational operators
The kind of statement between the If keyword and the Then keyword in an If...Then statement
Kind of object that associates items as a group, allowing the user to select one item from the group
Multiple conditions can be tested using this kind of statement
Every If statement needs one of these coordinating statements
Function that returns a Boolean value
When this kind of object is contained in a group box, the user can select only one of these objects
An easier and clearer alternative to using a series of If…Then…ElseIf statements
A conditional expression tested uses this kind of operator to evaluate to either true or false
Responses:
relational
GroupBox
conditional
icons
If...Then...ElseIf
RadioButton
IsNumeric
End If
Select Case
Is

Correct Answer:

Message boxes can display these to represent the type of message being displayed
Keyword that you must use in a Select Case statement that uses relational operators
The kind of statement between the If keyword and the Then keyword in an If...Then statement
Kind of object that associates items as a group, allowing the user to select one item from the group
Multiple conditions can be tested using this kind of statement
Every If statement needs one of these coordinating statements
Function that returns a Boolean value
When this kind of object is contained in a group box, the user can select only one of these objects
An easier and clearer alternative to using a series of If…Then…ElseIf statements
A conditional expression tested uses this kind of operator to evaluate to either true or false
Related Questions