Multiple choice

Which of the following is not an application of queue data structure?

  1. CPU scheduling

  2. Disk scheduling

  3. File IO

  4. Backtracking

  5. None of the above

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

It is not an application of a queue data structure. It is an application of stack data structure.