Lab Final Project
Lab Final Project
SUCCESS STORIES
Medical Robotics:
The successful implementation of Deadline Monotonic scheduling in
surgical robots has led to improved precision and reduced latency in
medical procedures. Surgeons can remotely operate robotic systems with
confidence in meeting critical task deadlines.
Embedded Systems in Consumer Electronics:
The application of DM algorithms in consumer electronics, such as
smart TVs and IoT devices, has led to enhanced user experiences. Real-
time processing ensures smooth video streaming, responsive interfaces,
and reliable performance in diverse electronic devices.
CHALLENGES
Scalability:
As systems grow in complexity, ensuring scalability of Deadline
Monotonic algorithms becomes a challenge. Adapting these algorithms
to handle an increasing number of tasks while maintaining efficiency
and meeting deadlines requires careful design and optimization.
Dynamic Environments:
Real-world scenarios often involve dynamic changes in task priorities or
unexpected events. Adapting DM algorithms to handle dynamic
environments and ensuring graceful degradation in the face of
unforeseen challenges remains an ongoing research and implementation
challenge.
CODE IMPLEMENTATION
Write input values into it . This input represents set of tasks, each
defined by three values :- computation time, deadline, and period.
The first line line (6) indicates the total number of tasks
Then I created another file in which I write code :
Now , the output is :