Multiple choice

Which of the following is an example of queue data structure?

  1. Tower of Hanoi

  2. CPU scheduling

  3. Quick sort

  4. All of the above

  5. None of the above

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Yes, CPU maintains the multiple processes by making a queue of them and allocate the resources to each process in this manner.