Multiple Choice
Which of the following statements about a priority queue structure is correct?
A) Elements must be removed in priority order.
B) New items must be inserted at the end of the queue.
C) It uses a FIFO discipline.
D) It uses a LIFO discipline.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q26: Using the merge method of the Map
Q27: Assume that you have declared a queue
Q28: Suppose you push integer elements 1,2,3,4 onto
Q29: Assume that you have declared a stack
Q30: A list is a collection that _.<br>A)does
Q32: You need to write a program to
Q33: A collection without an intrinsic order is
Q34: Which of the following statements about manipulating
Q35: Assuming that names is a Queue of
Q36: Assume that you have declared a set