In a real-time system with a periodic task set,, how are priorities assigned to each of the
periodic tasks?
Answer:
-There are two types of real-time scheduling – rate monotonic and earliest deadline first. In rate monotonic, priorities are assigned based on the period of each task, and in earliest deadline first, priorities are dynamically assigned based on the deadlines of each task.