[SOLVED] PAP - A closed two tasks embedded systems

40.00 $

Programming resource
Digital learning resource
Category:
Practical programming resource
Suitable for guided study and reference
Tutor guidance available when needed

Description

5/5 - (1 vote)

simple single core embedded system executes continuously tasks: task and task Both alternates between running and waiting state, characterized by the following average duration:
Task Waiting Execution
Note that since the system is single core, when both tasks in execution, they each runs at half of its speed (the corresponding rate is halved). Considering all waiting and execution times exponentially distributed, and the system starts in state where both tasks running:
• The utilization and average number of tasks in execution • The system throughput • The average number of jobs at t = t = t = and t = 100

Resource details

Understand the Task Before You Use the Resource

Review the requirements, identify the programming concepts involved, study the implementation and test your understanding with your own examples and modifications.