Process Scheduling Queue

Job Queue

Contain a set of all processes in the system

Ready Queue

The set of processes that is ready to be executed and waiting in line. A process is said to be ready if all the data required to run the process is in memory

Device Queue

Set of processes that is waiting for an I/O devices

For example, we have discussed in terminal devices that terminal has input and output queue