656 views
0 votes
0 votes

3 Answers

2 votes
2 votes
SRTF and Priority scheduling both may lead to indefinite blocking.

In the case of SRTF, jobs with longer BT may wait forever, and in case of priority scheduling, the low priority job may never get a chance to execute.
1 votes
1 votes
Answer should be (D) Priority based scheduling because if there is continuous flow of higher priority processes then lower priority process may wait for indefine time. which is called "indefine blocking of a process".
0 votes
0 votes
SRTF and Priority scheduling both may lead to indefinite blocking.

In the case of SRTF, jobs with longer BT may wait forever, and in case of priority scheduling, the low priority job may never get a chance to execute.

Related questions

148
views
1 answers
0 votes
iMohitPant asked May 9
148 views
Consider a computer C1 has n CPUs and k processes. Which of the following statements are False?a). The maximum number of processes in ready state is K.b). The maximum num...
185
views
1 answers
0 votes
arpit.jha asked Apr 26
185 views
Hi, All I have a question that in Process Scheduling topic most of the time we need to solve the problem using Gantt chart that's a bit time consuming . So I wanted to kn...
430
views
2 answers
1 votes
delxbydelt asked Mar 15
430 views
Consider a uniprocessor system with n processes in the ready queue. Round robin scheduling with time quantum x is used for process scheduling. Assume each process require...