Intermediate Embedded Systems & IoT
Q57 / 100

What is "task scheduling" in an RTOS typically based on, when using "rate monotonic scheduling" (RMS)?

Correct! Well done.

Incorrect.

The correct answer is A) Tasks with shorter periods (higher frequency) are assigned higher priority, under the assumption that more frequent tasks are more time-critical

A

Correct Answer

Tasks with shorter periods (higher frequency) are assigned higher priority, under the assumption that more frequent tasks are more time-critical

Explanation

RMS is a fixed-priority scheduling algorithm commonly analyzed in real-time systems: it assigns priorities inversely proportional to task period, which has provable schedulability guarantees under certain conditions.

Progress
57/100