Arrays Flashcards
1
Q
What is the name of an array called
A
The identifier
2
Q
What can a 2-D array be compared to
A
A grid
3
Q
Definition of a 1-D array
A
A series of array elements with the same data type, each element can be a separate variable. A 1-D array therefore is a list of values referred to by the same name with an index to differentiate them