hhaashasj

12345678910111213
Across
  1. 6. a unique name applied to an item of data.
  2. 7. a composite data type comprising several related items that may be of different data types.
  3. 8. a numerical indicator of an item of data’s position in an array.
  4. 11. a classification attributed to an item of data, which determines the types of value it can take and how it can be used.
  5. 13. the index of the last element in an array.
Down
  1. 1. a collection of data and a set of operations on that data.
  2. 2. a data type constructed using several of the basic data types available in a particular programming language.
  3. 3. a collection of data stored by a computer program to be used again.
  4. 4. the index of the first element in an array,usually 0 or 1.
  5. 5. a list containing several items in which each item in the list points to the next item in the list.
  6. 9. a list containing several items operating on the first in, first out (FIFO) principle.
  7. 10. a list containing several items operating on the last in, first out (LIFO) principle.
  8. 12. a data structure containing several elements of the same data type.