Arrays Flashcards
1
Q
Define Array
A
Holds number of data items of the same data type
2
Q
Define Mutable
A
Can be changed while the program is running
3
Q
Define one-dimensional array
A
Single row of values
4
Q
Define two-dimensional
A
Has more than one dimension, e.g. table
Matrix