Identify the letter of the choice that best matches the phrase or definition.
A. Kind of object that associates items as a group, allowing the user to select one item from the group
B. Every If statement needs one of these coordinating statements
C. A conditional expression tested uses this kind of operator to evaluate to either true or false
D. An easier and clearer alternative to using a series of If…Then…ElseIf statements
E. When this kind of object is contained in a group box, the user can select only one of these objects
F. Message boxes can display these to represent the type of message being displayed
G. Keyword that you must use in a Select Case statement that uses relational operators
H. Function that returns a Boolean value
I. Multiple conditions can be tested using this kind of statement
J. The kind of statement between the If keyword and the Then keyword in an If...Then statement
A. GroupBox
B. End If
C. relational
D. Select Case
E. RadioButton
F. icons
G. Is
H. IsNumeric
I. If...Then...ElseIf
J. conditional
You might also like to view...
Windows Power Shell allows scripts and snippets to run
Indicate whether the statement is true or false
1. An event is ___.
A. something that happens, such as mouse clicks, keystrokes, and touches (for touch enabled devices), while a program is running and interrupts the program’s flow B. an object that listens for things, such as mouse clicks, keystrokes, and touches (for touch enabled devices) C. a function that will be executed when mouse clicks, keystrokes, or touches (for touch enabled devices) occur