Computer Science - Operating Systems Concepts - Discussion

Discussion Forum : Operating Systems Concepts - Section 1 (Q.No. 8)
8.
The strategy of allowing processes that are logically runnable to be temporarily suspended is called
preemptive scheduling
non preemptive scheduling
shortest job first
first come first served
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
18 comments Page 1 of 2.

Gokulakrishna said:   5 years ago
Round robin is a premtitve scheduling method where each process is executed for certain peroid of time no matter the priority.
(3)

Ankuj kumar said:   9 years ago
Preemptive used two cases:

1. Running to ready state.
2. Waiting to ready state.
(1)

Dipak said:   1 decade ago
What is shortest job first?
(1)

Joseph Quaye said:   1 decade ago
To preempt basically means to stall or juggle time and choose which is most sensible to allow to run at a particular time.

Like serving food to a lot of people and choosing to feed children first, instead of adults.

Mr garje said:   6 years ago
Can Anyone tell us eg of primitive and non-primitive?

Sanyam said:   8 years ago
The process is in the runnable state means not in the running state so why it needs to get suspended?

Pooja said:   9 years ago
I don't understand the concept of non-primitive.

Please anyone explain me.

Poonam said:   1 decade ago
Shortest job first is the algorithm which is used to run the process which re requires shortest time for an execution. That process is executed first.

Dipak said:   1 decade ago
Means non primitive & first come first serve are same or not?

Urmila said:   1 decade ago
What is preemptive sheduling?


Post your comments here:

Your comments will be displayed after verification.