operating system - How we can say that round robin scheduling is a preemptive? -


what preemptive means? means highest priority jobs arrive lower priority job suspended , cpu given higher priority job

then in round robin every job have time slice.if higher priority job arrives while lower priority job has not completed it's time slice suspended without completing it's time slice or after completion of time slice of lower priority job cpu given higher priority job irrespective of other jobs in queue


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -