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.
You might also like to view...
A switch statement must have
a) a default case b) more than one non-default case c) a break statement d) none of the above e) all of the above
Which of the following is true?
a. You should maintain a separate database connection for each client request. b. You should use a connection pool that allows the server to manage a limited number of database connections and share them among requests. c. You should never connect to databases from web apps. d. None of the above.
If you input a new height or width value but leave the Resolution text box empty, the resolution cannot change.
Answer the following statement true (T) or false (F)
Almost every VoIP solution available today uses SIP or H.323 running on top of RTP, with one huge exception: the very famous and incredibly popular ____________________ program.
Fill in the blank(s) with the appropriate word(s).