Skip to content
Related Articles
Get the best out of our app
GFG App
Open App
geeksforgeeks
Browser
Continue

Related Articles

Operating Systems | CPU Scheduling | Question 7

Improve Article
Save Article
Like Article
Improve Article
Save Article
Like Article

The most optimal scheduling algorithm is :
(A) First come first serve (FCFS)
(B) Shortest Job First (SJF)
(C) Round Robin (RR)
(D) None of the above


Answer: (D)

Explanation: For each specific problem, the efficient algorithms could be different ones. Hence, the most optimal algorithm can’t be determined.

This article is contributed by Samikshya Chand. If you like GeeksforGeeks and would like to contribute, you can also write an article using write.geeksforgeeks.org or mail your article to review-team@geeksforgeeks.org. See your article appearing on the GeeksforGeeks main page and help other Geeks.

Quiz of this Question

My Personal Notes arrow_drop_up
Last Updated : 22 Aug, 2017
Like Article
Save Article
Similar Reads