Question: For short-term scheduler Which of the following stands True
<ul>
<li>i. selects from among the processes that are ready to execute and allocates the CPU to one of them.</li>
<li>ii. selects processes from mass-storage device (typically a disk) and loads them into memory for execution.</li>
<li>iii. The short-term scheduler must select a new process for the CPU frequently.</li>
<li>iv. The short-term scheduler executes much less frequently.</li>
</ul>
Answer:
selects from among the processes that are ready to execute and allocates the CPU to one of them
The short-term scheduler must select a new process for the CPU frequently.
MCQ: For short-term scheduler Which of the following stands True
<ul>
<li>i. selects from among the processes that are ready to execute and allocates the CPU to one of them.</li>
<li>ii. selects processes from mass-storage device (typically a disk) and loads them into memory for execution.</li>
<li>iii. The short-term scheduler must select a new process for the CPU frequently.</li>
<li>iv. The short-term scheduler executes much less frequently.</li>
</ul>
Correct Answer:A. 1 only
Explanation:
selects from among the processes that are ready to execute and allocates the CPU to one of them
The short-term scheduler must select a new process for the CPU frequently.