1,097 views
0 votes
0 votes
What is response time? Is it equal to waiting time in case of non-preemptive scheduling?

1 Answer

3 votes
3 votes
Response time is time required by process while waiting in ready queue to come first time in execution n yes for the non premtive scheduling the waiting time is same as response time bcoz the process further is not prempted so its only wait for first response to come in execution .

Related questions

0 votes
0 votes
1 answer
1
Bikash Singh asked Feb 1, 2019
329 views
which of the following cause starvation?a->FCFSb->SJFc->RRd->priority
0 votes
0 votes
2 answers
3
PriDix asked May 31, 2017
298 views
What is the difference between spinlock and deadlock?