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 lines could replace the line at the bottom of the code in the sample and retain the data in the elements 0 through 50?
A) ReDim Retain strEmployees(65)
B) ReDim Reserve strEmployees(65)
C) ReDim Restore strEmployees(65)
D) ReDim Preserve strEmployees(65)
Correct Answer:

Verified
Correct Answer:
Verified
Q29: The _ loop can be used to
Q30: When a form is loaded as modeless,other
Q31: The _ procedure takes a form out
Q32: As shown in the accompanying figure,the _
Q33: Select the correct syntax to declare an
Q35: An application can only contain one Windows
Q36: Arrays cannot be initialized by assigning values
Q37: A form that is shown as _
Q38: The ReDim statement can be used to
Q39: A(n)_ form allows users to switch to