Login
Remember
Register
Ask a Question
What are the different scheduling algorithms?
0
votes
asked
Sep 10, 2023
in
Operating System
by
SakshiSharma
What are the different scheduling algorithms?
schedulingalgorithms
os
Please
log in
or
register
to answer this question.
0
Answers
0
votes
answered
Sep 10, 2023
by
SakshiSharma
Below are the different Scheduling Algo
First-Come, First-Served (FCFS) Scheduling.
Shortest-Job-Next (SJN) Scheduling.
Priority Scheduling.
Shortest Remaining Time.
Round Robin(RR) Scheduling.
Multiple-Level Queues Scheduling.
...