Bird
0
0

Which FreeRTOS feature allows multiple tasks to share CPU time fairly?

easy📝 Conceptual Q2 of 15
FreeRTOS - Task Creation and Management
Which FreeRTOS feature allows multiple tasks to share CPU time fairly?
APreemptive scheduling
BStatic memory allocation
CTask notification
DIdle task
Step-by-Step Solution
Solution:
  1. Step 1: Identify scheduling types in FreeRTOS

    FreeRTOS supports preemptive and cooperative scheduling.
  2. Step 2: Understand fair CPU sharing

    Preemptive scheduling allows the OS to interrupt tasks to switch CPU time fairly.
  3. Final Answer:

    Preemptive scheduling -> Option A
  4. Quick Check:

    Fair CPU sharing = Preemptive scheduling [OK]
Quick Trick: Preemptive scheduling interrupts tasks to share CPU fairly [OK]
Common Mistakes:
  • Confusing static memory allocation with scheduling
  • Thinking task notification controls CPU sharing
  • Assuming idle task manages CPU fairness

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More FreeRTOS Quizzes