A(n) _____ is an ordered collection of data in which each element contains the location of the next element or elements.
A. data structure
B. tree
C. array
D. linked list
Answer: D
You might also like to view...
Use a ________ chart to show proportion of parts to a whole
Fill in the blank(s) with correct word
Answer the following statements true (T) or false (F)
1. A data element is a single, meaningful unit of data, such as a name, a social security number, or a temperature reading. 2. Most computers can store and manipulate pure binary integers, floating-point numbers, decimal numbers, and character or string data. 3. If the data elements are stored according to a consistent and well understood structure, it is possible to retrieve them by remembering that data structure. 4. In a linked list, each node contains only data. 5. A stack is a type of linked list in which all insertions and deletions occur at the end or bottom. Access to the stack is controlled by a single pointer.