______ based scheduling algorithm, the priority will be assigned to
each of the processes
(a) Performance (b) Time (c) Priority (d) Size
Answers
Answered by
0
Answer:
Priority Scheduling is a method of schedulingprocesses that is based on priority. In thisalgorithm, the scheduler selects the tasks to work as per the priority. The processes with higherpriority should be carried out first, whereas jobs with equal priorities are carried out on a round-robin or FCFS basis.
Similar questions