1. >Data Science
Found 1  QuestionSET DEFAULT
Selected Filters
    Data Science Scheduling Algorithms
Exams
Subjects
Topics

List of top Data Science Questions on Scheduling Algorithms

Consider the following set of processes, assumed to have arrived at time 0 in the order P1, P2, P3, P4, and P5, with the given length of the CPU burst (in milliseconds) and their priority:

\[\begin{array}{|c|c|c|}\hline \text{Process} & \text{Burst Time (ms)} & \text{Priority} \\ \hline \text{P1} & 10 & 3 \\ \hline \text{P2} & 1 & 1 \\ \hline \text{P3} & 4 & 4 \\ \hline \text{P4} & 1 & 2 \\ \hline \text{P5} & 5 & 5 \\ \hline \end{array}\]
 

Using priority scheduling (where priority 1 denotes the highest priority and priority 5 denotes the lowest priority), find the average waiting time.

  • CUET (PG) - 2025
  • CUET (PG)
  • Data Science
  • Scheduling Algorithms