0
2.7kviews
State different scheduling algorithms of RTOS and describe Round Robin scheduling algorithm.
1 Answer
| written 6.9 years ago by | • modified 6.9 years ago |
First in first out
Round-robin algorithm
Round robin with priority:
Shortest job first
Non Pre-emptive multitasking
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 …