CC4 Q2 Flashcards
Is a conclusion of homogenous, ordered, and finite set of elements
Array
Implies all elements must be off the same type and have the same structure
Homogenous
Means that elements are organized in sequence
Finite
Are built into a programming language with no extra definition needed in the part of the programmer
Primitive data type
T or F
An array uses a single variable to represent a large set of homogenous data collection
True
T or F
An array provides direct access to a storage area for an element
True
T or F
The elements on an array can be manipulated easily using an index
True
T or F
It is easy to create and initialize an array
True
T or F
Arrays are good at implementing iterative algorithms
True
T or F
Number dimensional arrays facilitate grouping of data collection into hierarchical structure
True
T or F
Array size cannot be undressed or decreased during runtime
True
T or F
Insertion and deleon in arrays are not efficient
True
For every large data sets the may run out of the storage space
True
In an array the position of an element is identified by a variable called
Index
The range of values is for the index is referred to as
Index set