12.6
a) arrays
b) subscript or index
c) p[0], p[1], p[2], p[3]
d) sorting
e) row, column
f) m rows, n columns, m*n rows
g) d[3][5]
h) d[3][5]
12.7
a) false - To refer to a particular location or element within an array, specify the name of
the array and the position number of the particular element.
b) true
c) false - should be new Array( 100 )
d) false - each element can be referred to separately without using a loop
e) true