| A | B |
| data structure | a data type whose components are smaller data structures and/or simple data types. |
| array | first historical data structure,also a data structure with one, or more, elements of the same type. |
| record | a data structure with on, or more, elements, called fields, of teh same or different data types. |
| file | data structure, which allows transfer between internal and external storage. |
| stack | data structure with LIFO access |
| data storage and data access | data structures defined by... |
| FORTRAN | the programming language that an array was first introduced. |
| Is there a reason to declare a class which contains a data type of an array | Yes, the built-in array does not provide any methods to process array elements |
| Arrays make drawing polygons simpler by... | they make it unnecessary to add each polygon point individually by storing the coordinates of teh vertices in two arrays. |
| What data type can be stored by ars arrays | String only |