Computer Science, asked by GirishTN5188, 11 months ago

Discuss the scheduling algorithm by linux and windows os

Answers

Answered by anjukhasa1
0

Answer:

The operating system assigns a fixed priority rank to every process, and the scheduler arranges the processes in the ready queue in order of their priority. Lower-priority processes get interrupted by incoming higher-priority processes. Overhead is not minimal, nor is it significant.

Similar questions