Embedded Software Engineer Question:

Tell me what type of scheduling is there in RTOS?

Tweet Share WhatsApp

Answer:

RTOS uses pre-emptive scheduling. In pre-emptive scheduling, the higher priority task can interrupt a running process and the interrupted process will be resumed later.

Download Embedded Software Engineer PDF Read All 100 Embedded Software Engineer Questions
Previous QuestionNext Question
Explain me what is spin lock?Explain me what is semaphore?