Match each item with a statement below.

A. A list of data items that all have the same data type and the same name but are distinguished from each other by a subscript or index.
B. An individual object within an array.
C. An integer contained within square brackets that indicates the position of one of an array's elements.
D. A one-dimensional array in which each element is another array.
E. Describes a value that can be accessed but not altered.
F. Determines the pair of limiting values between which a value falls.
G. Reverses the order of items in an array.
H. Requires multiple subscripts to access the array elements.
I. A term used by mathematicians to refer to a two-dimensional array.
J. The list of values provided for an array.

A. array
B. array element
C. subscript
D. jagged array
E. read-only
F. range match
G. Reverse() method
H. multidimensional array
I. matrix
J. initializer list

Computer Science & Information Technology

You might also like to view...

________ is the arrangement and appearance of printed content

A) Embossed B) Engraved C) Typeface D) Typography

Computer Science & Information Technology

When using a .csv file for Lookups, the first row in the file represents this.

A) Field names. B) Output fields. C) Nothing, it is ignored. D) Input fields.

Computer Science & Information Technology