Job queue


In system software, a job queue, is a data structure maintained by job scheduler software containing jobs to run.
Users submit their programs that they want executed, "jobs", to the queue for batch processing.
The scheduler software maintains the queue as the pool of jobs available for it to run.
Multiple batch queues might be used by the scheduler to differentiate types of jobs
depending on parameters such as:
The use of a batch queue gives these benefits:
process scheduling queue
Any process comes to the CPU it should wait in a queue.
Job Q : Guide the process into which queue he should to go and wait which means that the process is waiting for a device.
Ready Q : The process which done and is waiting for running on his second round and the process can jump between queues.
Device Q : Anything related between Input and Output.