Multiple Choice
Critical Thinking Questions
Case 8-2
Another colleague shares the following code with you:
Dim strEmployees(50) As String
' Later in the code
ReDim strEmployees(65) .
-Which of the following is NOT true based on what you see in your colleague's code?
A) The strEmployees array originally is sized to hold 51 values.
B) The strEmployees array is reinitialized to hold 66 values.
C) If the array had been redimensioned to a smaller size, your colleague would not lose the items between the original upper-bound array size and the new smaller upper-bound array size.
D) When the array is redimensioned, all the data contained in the array is lost.
Correct Answer:

Verified
Correct Answer:
Verified
Q49: _ arrays store related data in two
Q50: The Hide procedure of a Form object
Q51: When declaring an implicitly sized array,declaring a(n)upper-bound
Q52: An instance is a special type of
Q53: The access _ determines what code has
Q55: An access specifier determines the availability of
Q56: _ sized arrays are not initialized with
Q57: CASE<br>Critical Thinking Questions<br>Case 8-1<br>One of your fellow
Q58: CASE<br>Critical Thinking Questions<br>Case 8-1<br>One of your fellow
Q59: All Visual Basic arrays are considered static