What are the key elements of real time operating system?
Answers
Answered by
0
Ans- A real-time operating system includes multiple components:
-The scheduler: This is the main RTOS element that determines the order of execution of tasks or threads usually based on a priority scheme, and either in a run to completion or round robin fashion.
-Symmetric Multiprocessing (SMP): An RTOS has the ability to handle and separate multiple tasks or threads so that they can be run on multiple cores to allow for parallel processing of code.
-Memory Management: Memory management is required to allocate memory for every program to be run or object to be referenced in memory.
Similar questions