Hindi, asked by sahrohitkumar60, 1 month ago

46. short-term scheduler is?
(A) It selects which process to remove from memory by swapping
(B) It selects which process has to be brought into the ready queue
(C) It selects which process has to be executed next and allocates CPU
(D) None of the mentioned​

Answers

Answered by bhavandon
0

Answer:

The short-term scheduler (also known as the CPU scheduler) decides which of the ready, in-memory processes is to be executed (allocated a CPU) after a clock interrupt, an I/O interrupt, an operating system call or another form of signal.

Similar questions