Schedulers MCQ Quiz in தமிழ் - Objective Question with Answer for Schedulers - இலவச PDF ஐப் பதிவிறக்கவும்
Last updated on Apr 19, 2025
Latest Schedulers MCQ Objective Questions
Top Schedulers MCQ Objective Questions
Schedulers Question 1:
In a time-sharing operating system, an intermediate scheduling process is introduced to reduce the degree of multiprogramming. This process may be necessary to improve the process mix or because a change in memory requirements has overcommitted available memory, requiring memory to be freed up.
The above process is ______.
Answer (Detailed Solution Below)
Schedulers Question 1 Detailed Solution
It is also known as medium term scheduling. The key idea behind a medium - term scheduler is that sometimes it can be advantageous to remove a process from memory (and from active contention for the CPU) and thus reduce the degree of multiprogramming. Later, the process can be reintroduced into memory, and its e x ecution can be continued where it left off. This scheme is called swapping. The process is swapped out, and is later swapped in, by the medium - term scheduler.
Schedulers Question 2:
Swapping scheme is used in which of the following?
Answer (Detailed Solution Below)
Schedulers Question 2 Detailed Solution
The long-term scheduler, or job scheduler, selects processes from a mass-storage device and loads them into memory for execution.
The short-term scheduler, or CPU scheduler, selects from among the processes that are ready to execute and allocates the CPU to one of them.
The medium-term scheduler reduces degree of multiprogramming. Some processes are removed from memory to reduce multiprogramming. Later, the process can be reintroduced into memory, and its execution can be continued where it left off. This scheme is called swapping.