Which one of the following is an application of Queue Data Structure?
Answers
Answered by
2
Answer:
serving request on a single shared resources, like a printer cpu task schedule etc
Answered by
3
Which one of the following is an application of Queue Data Structure:
Explanation:
- When a resource is shared among multiple consumers. Examples include CPU scheduling, Disk Scheduling.
- The application of queue in load balancing is a bit difficult to understand but it used for this purpose too.
- When a resource is shared among multiple consumers, When data is transferred asynchronously (data not necessarily received at same rate as sent) between two processes, Load Balancing are applications.
Similar questions