Operating System
Programming and Technical
Q. What is a long term scheduler & short term schedulers?
A. Long term schedulers are the job schedulers that select processes from the job queue and load them into memory for execution. The short term schedulers are the CPU schedulers that select a process from the ready queue and allocate the CPU to one of them.
Read Solution (Total 0)
Operating System Other Question