| data structure
| A | an array that consists of columns and rows in a tabular arrangement
|
| element
| B | an operator that returns the number of bytes used by a data structure
|
| matrix
| C | a category of data structures that includes arrays
|
| multi-dimensional array
| D | a two-dimensional array of any data type
|
| one-dimensional array
| E | two or more arrays that are indexed with the same variable
|
| parallel arrays
| F | a programming structure that holds data for a program
|
| primitive data structures
| G | a variable in an array
|
| simple data structures
| H | the basic data types
|
| sizeof operator
| I | an array that is essentially a list
|
| two-dimensional array
| J | an array that allows a single identifier to access data in a table or more complex arrangement
|