Critical Thinking QuestionsCase 9-2Another colleague shares the following code with you:Dim strEmployees(50) As String' Later in the codeReDim 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.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.b. The strEmployees array is reinitialized to hold 66 values.d. When the array is redimensioned, all the data contained in the array is lost.

What will be an ideal response?


Answer: C

Computer Science & Information Technology

You might also like to view...

The point between the customer equipment and the service provider.

What will be an ideal response?

Computer Science & Information Technology

One thing you should always try to include in a Search feature is:

a. Fancy wording b. Instructions c. The word “search” or a search icon (magnifying glass) d. Options for limiting the scope of the search

Computer Science & Information Technology

A ________ is a more efficient way to start a report, although Design view does offer you more control as you create your report

A) table B) design view C) report wizard D) form

Computer Science & Information Technology

Sorting Values smallest to largest

A) arranges numbers in sequential order. B) arranges names in sequential order. C) arranges dates in alphabetical order. D) is the process of displaying only records that meet specific conditions.

Computer Science & Information Technology