VOCABULARY CHAPTER 10 array a collection of data values of the same type indexed expression an expression used to refer to individual values of a collection array element an individual value in an array fixed-size array declaration declaration of an array using a constant to specify the size variable-size array declaration declaration of an array using a variable so that the size is set dynamically two-dimensional array an array that requires two indices, one to specify the row and one to specify the column