Multiple Choice
Which of the following is NOT true of a priority queue?
A) when items are added, they are assigned an order of rank
B) items of higher priority are removed before those of lower priority
C) items of higher priority are removed in FIFO order
D) items of equal priority are removed in FIFO order
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q12: Which of the following is NOT true
Q13: In a priority queue, what does the
Q14: When items are removed from a priority
Q15: Which of the following is true about
Q16: The add operation for a queue adds
Q18: Simulation programs can use a range of
Q19: What must occur when a wrapped item
Q20: In a linked implementation of a queue,
Q21: Similar to stacks, queues support a FILO
Q22: By using a circular array implementation, you