What happens when wraparound is implemented for a queue?
a. If front advances past the last array position, it is reset to the first array position.
b. If rear advances past the last array position, it is reset to the first array position.
c. Both (a) and (b)
d. Neither (a) nor (b)
C
Computer Science & Information Technology
You might also like to view...
The first item to be removed from a priority queue is the item ______.
a) in the front of the priority queue b) in the end the priority queue c) with the highest value d) with the highest priority value
Computer Science & Information Technology
What clause in the ISO 12207-2008 standard combines the acquisition and supply processes into a single category known as the agreement processes?
A. 6.1 B. 6.2 C. 6.3 D. 6.4
Computer Science & Information Technology