Computer Science, asked by sweety1072, 9 months ago

A system n processes, and with a non preemptive scheduler. What is the total number of scheduling possible?​

Answers

Answered by sawakkincsem
0

Answer:

Below is the answer.

Explanation:

Scheduling is distribution of computer resources like memory, bandwidth, processor time etc. There are two types of scheduling Preemption and Non-preemption. In non-preemptive scheduling FCFS is used. It works on the basis of convey method. Processes which take the least time are done first i.e scheduled but if there are two processes taking same time then FCFS is used to determine to use which one to be done first.

Similar questions