Multiple choice

Serving requests of a single shared resource and transferring data asynchronously is an example of ___ data structure?

  1. Stack

  2. Queue

  3. Array

  4. Tree

  5. None of the above

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

A queue data structure is responsible for that. It maintains a queue for the jobs.