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...

Ann, a new user, has a workstation that has connectivity to the printer located in her department, but cannot access the Internet. The result of an ipconfig command on Ann's workstation is as follows: IP address: 192.168.0.124 Subnet Mask: 255.255.255.128 Default Gateway: 192.168.0.254 Which is MOST likely preventing the user from accessing the Internet?

A. Duplicate IP address B. Incorrect gateway C. Incorrect VLAN D. Bad switch port

Computer Science & Information Technology

Robust programs are informally known as "bullet-proof" programs.

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

Computer Science & Information Technology