CBSE BOARD XII, asked by nishthasharma2530, 4 days ago

While selecting an scheduling algorithm which of the following criterai should be at maximum

Answers

Answered by chitraanshi
0

Answer:

please mark me brainlist.

Explanation:

The basic purpose of cpu scheduling algorithm is that it should tend to maximize cpu fairness , CPU utilization , balanced utilization and throughput , and minimizes turnaround ,waiting and response time.

In general one wants to optimize the average value of a criteria ( Maximize CPU utilization and throughput, and minimize all the others for proper utilization. ) However some times one wants to do something different, such as to minimize the maximum response time.

Turnaround time represents the average period of time taken by a process executes. The turnaround time is computed by subtracting the time, when the process was created from the time is terminated. The turnaround time is inversely proportional to throughput( It is the total number of processes completed per unit time or rather say total amount of work done in a unit of time.).

Throughput is Inversely Proportional to the response time.

A. Maximum CPU utilization under the constraint that maximum response time is one second.

B. Maximum throughput such that turnaround time is (on an average) linearly proportional to total execution time.

Similar questions