0
2.7kviews
State different scheduling algorithms of RTOS and describe Round Robin scheduling algorithm.
1 Answer
0
19views
  1. First in first out

  2. Round-robin algorithm

  3. Round robin with priority:

  4. Shortest job first

  5. Non Pre-emptive multitasking

  6. Pre-emptive multitasking

Round robin algorithm

  • In the round robin algorithm, the kernel allocates a certain amount of time for each task waiting in the queue .the time slice allocated to each task is called …

Create a free account to keep reading this post.

and 3 others joined a min ago.

Please log in to add an answer.