Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

2. The shortest remaining job first (SRJF) algorithm minimizes the average turnaround time. Prove this for a set of n processes, which arrive at the

image text in transcribed
2. The shortest remaining job first (SRJF) algorithm minimizes the average turnaround time. Prove this for a set of n processes, which arrive at the same time with CPU burst times t1t2tn, ignoring further arrivals. 4 3. "Pre-emptive priority CPU scheduling algorithm can result in higher average waiting time as compared to non pre-emptive priority scheduling algorithm" - true or false? - Justify your answer 4. Think about an algorithm for preemptive priority scheduling that uses dynamically shifting priorities. Priority values that are larger indicate higher priority. A process' priority changes at y rate while it is awaiting the CPU (in the ready queue, but not yet active). Its priority shifts at a rate of x while it is running. When a process joins the ready queue, it has priority 0 , which is the lowest priority. Numerous scheduling algorithms are available depending on how the parameters are adjusted. Consider the following points: a) What is the algorithm that results from 0>y>x ? 6 b) What is the algorithm that results from y>x>0 ? Justify your

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Intelligent Databases Object Oriented Deductive Hypermedia Technologies

Authors: Kamran Parsaye, Mark Chignell, Setrag Khoshafian, Harry Wong

1st Edition

0471503452, 978-0471503453

More Books

Students also viewed these Databases questions

Question

=+ What are the information and consultation requirements?

Answered: 1 week ago