0% found this document useful (0 votes)
50 views1 page

Ramesh 1 Ds

This document is a multiple choice question asking about the type of queue where the first location follows the last location. The answer is a circular queue, where when an item is removed from one end of a fixed-size queue, the other locations are logically wrapped around to keep the queue full.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
50 views1 page

Ramesh 1 Ds

This document is a multiple choice question asking about the type of queue where the first location follows the last location. The answer is a circular queue, where when an item is removed from one end of a fixed-size queue, the other locations are logically wrapped around to keep the queue full.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

14) In which type of queue, the first location(Q[0]) follows the last location(Q[n-1]).

a) balanced queue

b)Unbalanced Queue

c) Circular Queue

d) Priority Queue.

You might also like