Multiple Choice
A collection that allows items to be added only at one end and removed only at the other end is called a ____.
A) list
B) stack
C) set
D) queue
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q98: Assume that you have declared a stack
Q99: A binary search requires _ access.<br>A) sequential<br>B)
Q100: Complete the following code snippet, which is
Q101: We might choose to use a linked
Q102: Complete the following code, which is intended
Q104: Assume that you have declared a stack
Q105: You need to write a program to
Q106: A collection that remembers the order of
Q107: Which data structure would best be used
Q108: Suppose you push integer elements 1,2,3,4 onto