Computer Science, asked by saimas425, 6 months ago

The list of processes waiting for particular I/O
device is called as​

Answers

Answered by Anonymous
2

Answer:

Explanation:

A list of processes waiting for a particular I/O device is called device queue.

Answered by qwcricket10
1

The waiting of a group of processes for a specific Input-output device is the device queue.

  • In a system, many processes need to happen at a time.
  • And all of that process needs to wait for some time to complete other times.
  • Whenever the input-output devices are engaged with some process the remaining processes have to wait.
  • Those processes which need to wait to get an I/O device will be put into a group.
  • The group of processes that are on the waiting list to avail of an I/O device, together form a queue.
  • The queue that contains processes in the waiting list is the device queue.
Similar questions