in operating system having different queues of processes is shown below:
Job Queue: Each new process goes into the job queue.Processes in the job queue reside on mass storage and the allocation of main memory is awaited.
Ready Queue: in main memory the set of all processes that waiting for CPU. time is kept in the ready queue.
Waiting (Device) Queues: The set of processes waiting for allocation of certain I/O devices is kept in the waiting (device) queue. Device Queue is the list of processes waiting for particular I/O devices.
Join MindStick Community
You need to log in or register to vote on answers or questions.
We use cookies to ensure you have the best browsing experience on our website. By using our site, you
acknowledge that you have read and understood our
Cookie Policy &
Privacy Policy.
in operating system having different queues of processes is shown below:
Job Queue: Each new process goes into the job queue.Processes in the job queue reside on mass storage and the allocation of main memory is awaited.
Ready Queue: in main memory the set of all processes that waiting for CPU. time is kept in the ready queue.
Waiting (Device) Queues: The set of processes waiting for allocation of certain I/O devices is kept in the waiting (device) queue. Device Queue is the list of processes waiting for particular I/O devices.