answersLogoWhite

0


Best Answer
  • manage the microprocessor and other system resources to meet the requirements of the application
  • be able to respond to, and synchronize with, events
  • be able to move data efficiently between processes
  • be able to manage the demands of the process with re­spect to time (or other independent variable)
  • perform in a predictable manner with operations that take place within a predictable about of time
User Avatar

Wiki User

11y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

14y ago

A Real Time Operating System or RTOS is an operating system for creating real time applications. In real time the correctness of the application depends on the logical correctness and the time of execution. i.e. It is time critical. The output must be produced within the dead-line specified. Such real time systems are called hard real time systems. In such systems the delayed results may cause in a catastrophy. There are other real time systems called soft real time, which can tolerate the delay in results, but will result in poor quality outputs.

This answer is:
User Avatar

User Avatar

Wiki User

9y ago

Real time operating system has an interface which is embedded within its environment. Its essential properties include sensing and monitoring an event with the use of sensors.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is a real-time operating system?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Advantages disadvantages of realtime operating system?

There are several advantages and disadvantages of having a real time operating system. One disadvantage is unseen errors, an advantage is timing.


Differences between single user operating system and real-time operating system?

A single user OS could also be a real-time system. The differences in the two are based on how a process is given control or priority within the system. Realtime systems give preferences to realtime control processes (realtime runs at a much higher priority level). Most single-user operating systems treat processes with equal priority unless you indicate that a certain process is to receive preferential treatment. This can be done by raising the priority of the user process to that of realtime, meaning it will receive resources (such as CPU cycles) above other programs in the system.


Is realtime the most used operating system on computers today?

No. Windows is (regrettably). Mac and Linux are the other main contenders.


Is unix a realtime operating system?

Some versions of Unix are oriented towards real time applications, and processes in Unix can be "promoted" to real time status if desired. Other than that, you would have to define more precisely what you mean by real time for an operating system.


When was Realtime Worlds created?

Realtime Worlds was founded in 2002.


When was Realtime Interrupt created?

Realtime Interrupt was created in 1995.


When was Realtime Associates created?

Realtime Associates was created in 1986.


When did Realtime Worlds end?

Realtime Worlds ended in 2010.


What is Realtime Worlds's population?

Realtime Worlds's population is 200.


How many pages does Marooned in Realtime have?

Marooned in Realtime has 270 pages.


When was Marooned in Realtime created?

Marooned in Realtime was created in 1986-09.


How do you design and analysis of real time systems?

A complete answer to this question is beyond the scope of this website, as it requires several years of college courses and about twice that in on the job experience to properly learn. However it is basically an extension of standard systems analysis and design (which is still at least 2 full college courses) with a large amount of tedious bookkeeping added to make certain that all realtime requirements are fully met.Another point that is vital to understand is whether this is a hard realtime system or a soft realtime system. Hard realtime systems are much more difficult, as failure to meet even one of the real time requirements means total failure of the system to fulfill its purpose, making it useless. Soft realtime systems on the other hand are permitted to occasionally miss deadlines or otherwise fail to consistently meet some of the realtime requirements, as long as it is able to catchup later and meet the realtime requirements on the average.