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

Answer: C

Computer Science & Information Technology

You might also like to view...

In what year was the original BSIMM study published?

A. 2002 B. 2005 C. 2008 D. 2009

Computer Science & Information Technology

What is the difference between a float and a double?

a. double variables store integers and float variables store floating-point numbers. b. double variables store numbers with smaller magnitude and coarser detail. c. double variables store numbers with larger magnitude and finer detail. d. None of the above.

Computer Science & Information Technology