Which of the following statements about arrays are true?

I. Arrays are groups of variables that all have the same type.
II. Elements are located by index
III. The length of an array c is determined by the expression c.Length.
IV. The zeroth element of array c is specified by c(0).

a) I, III, and IV.
b) I, II, and IV.
c) both III and IV.
d) I, II, III, and IV.


d) I, II, III, and IV.

Computer Science & Information Technology

You might also like to view...

Which exception will the following code generate?

``` Dim num1 As Integer, num2 As Integer = 1000000 num1 = num2 * num2 ``` (A) NullReferenceException (B) ArgumentOutOfRangeException (C) OverflowException (D) InvalidCastException

Computer Science & Information Technology

Proprietary software licensing restricts the user from distributing or duplicating the software

Indicate whether the statement is true or false

Computer Science & Information Technology

HTML documents are _____.

A. text files B. JPG files C. PSD files D. MP3 files

Computer Science & Information Technology

A(n) check is used to see whether the wires in a cable are good

A) Voltage B) Amperage C) Opposition D) Continuity

Computer Science & Information Technology