Answer the following statements true (T) or false (F)

1. A RadioButton is known as a switch button because it can be in only the “on” (True) state or the “off” (False) state.
2. RadioButtons can be separated into several groups, but all of the groups must be in the same container (typically a GroupBox).
3. The ReDim statement enables you to dynamically change the array size, type of the array elements, and the number of dimensions in the array.
4. The ReDim statement will automatically save the data stored in the array.
5. The ReDim statement is used only to expand an array.

1. False. A RadioButton is known as a state button because it can be in only the “on” (True) state or the “off” (False) state.
2. False. To separate RadioButtons into several groups, each group must be in a different container (typically a GroupBox).
3. False. The ReDim statement only enables you to dynamically change the array size.
4. False. The optional Preserve keyword must be present in the ReDim statement to save the data stored in the array.
5. False. The ReDim statement can also be used to shrink an array. Every element after the indicated upper bound will not be included in the resized array.

Computer Science & Information Technology

You might also like to view...

What is Conventions?

What will be an ideal response?

Computer Science & Information Technology

As you create a presentation with illustrations, use the ___________________ to determine color choices.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology