Case 8-1
One of your fellow programmers has written the following array assignment statements for your review:
 Dim strNames() As String = {"Baker" "Lopez", "Buck", "Chan", "Tirrell"}
Dim intReservations() As Integer = {4, 5, 12, 2, 8}
Where is Baker stored?

A. strNames(?1)
B. strNames(0)
C. strNames(1)
D. None of the above


Answer: B

Computer Science & Information Technology

You might also like to view...

What is usually the longest stage in a cryptographic system dialogue?

A. Mutual authentication B. Negotiation of security methods and parameters C. Keying D. Ongoing communication

Computer Science & Information Technology

The term bump-in-the-stack describes a term for a firewall that is implemented via software.

a. true b. false

Computer Science & Information Technology

Hook's law says that the force required to stretch a spring is proportional to the distance stretched. If a force of 18 lb is required to stretch a spring 6 in., how much force is required to stretch the spring 15 in.?

A. lb
B. lb
C. lb
D. lb
E. lb

Computer Science & Information Technology

The ____________ event fires when a key is pressed while the control has focus.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology