0
1.8kviews
List the scheduling algorithm of RTOS. Describe any one scheduling algorithm in brief.
1 Answer
0
27views
  1. First in first out
  2. Round-robin algorithm
  3. Round robin with priority:
  4. Shortest job first
  5. Non Preemptive multitasking
  6. Preemptive multitasking

Explanation:
1. First in first out:

  • In first in first out scheduling algorithm the task which are ready to run are kept in queue and the CPU serves the task on first …

Create a free account to keep reading this post.

and 2 others joined a min ago.

Please log in to add an answer.