Schedulers MCQ Quiz in मराठी - Objective Question with Answer for Schedulers - मोफत PDF डाउनलोड करा
Last updated on Mar 12, 2025
Latest Schedulers MCQ Objective Questions
Top Schedulers MCQ Objective Questions
Schedulers Question 1:
Swapping scheme is used in which of the following?
Answer (Detailed Solution Below)
Schedulers Question 1 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.Schedulers Question 2:
Which module is responsible for assigning control of CPU to the process selected by the short-term scheduler?
Answer (Detailed Solution Below)
Schedulers Question 2 Detailed Solution
Another component that is involved in the CPU-scheduling function is the dispatcher, which is the module that gives control of the CPU to the process selected by the short-term scheduler.
In system programming, an interrupt is a signal to the processor emitted by hardware or software indicating an event that needs immediate attention.
he process scheduling is the activity of the process manager that handles the removal of the running process from the CPU and the selection of another process on the basis of a particular strategy.