0
3.9kviews
Describe any three RTOS scheduling methods and compare.

Mumbai University > Electronics Engineering > Sem 6 > Embedded System and RTOS

1 Answer
0
171views

a. First come first served (FCFS)/ FIFO scheduling:

As the name indicates this algorithm allocates CPU time to tasks based on the order in which they enter the ready queue. The first enter process is serviced first. The major drawback of FCFS is that it favors monopoly of a process. …

Create a free account to keep reading this post.

and 4 others joined a min ago.

Please log in to add an answer.