InterviewSolution
Saved Bookmarks
| 1. |
What do you mean by RTOS? |
|
Answer» REAL Time Operating System (RTOS) is an operating system that is used for real-time applications i.e., for those applications where data processing should be done in a fixed and small measure of time. It PERFORMS MUCH better on tasks that are needed to be EXECUTED within a short time. It also takes care of execution, monitoring, and all-controlling processes. It also occupies less memory and consumes FEWER resources. Types of RTOS:
RTOS is used in Air traffic control systems, Anti-lock Brake Systems, and Heart pacemakers. |
|