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
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.