Multiple Choice
The term ____ is used in computer science to describe an access pattern in which the elements are accessed in arbitrary order.
A) sequential access
B) sorted access
C) arbitrary access
D) random access
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q44: A collection that remembers the order of
Q45: Which of the following statements about a
Q46: Suppose we create a deque (double-ended queue)
Q47: Which of the following algorithms would be
Q48: What type of access does a LinkedList
Q50: Which data structure would best be used
Q51: Assume that you have declared a stack
Q52: What operation is least efficient in a
Q53: Which of the following statements about manipulating
Q54: Which of the following statements about manipulating