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. This kind of operator is used to create compound conditions
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 the radio buttons
F. Message boxes can display these to represent the type of message being displayed
G. Keyword automatically added by Visual Studio to 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. logical
C. relational
D. Select Case
E. RadioButton
F. icons
G. Is
H. IsNumeric
I. If...Then...ElseIf
J. conditional

Computer Science & Information Technology

You might also like to view...

A link is the same as a hyperlink

Indicate whether the statement is true or false

Computer Science & Information Technology

Select all that apply. Which of the following are IDEs that allow you to create GUI elements visually without writing any code?

a. Notepad++ b. Microsoft Visual Studio c. NetBeans d. JBuilder

Computer Science & Information Technology