InterviewSolution
Saved Bookmarks
| 1. |
Function of scheduler is are in operating |
|
Answer» It selects processes from the queue and loads them into memory for execution. PROCESS loads into the memory for CPU SCHEDULING. The primary objective of the JOB scheduler is to provide a balanced MIX of JOBS, such as I/O bound and processor bound. ... Time-sharing operating systems have no long term scheduler. |
|