answersLogoWhite

0


Best Answer

real-time operating systems are systems that respond to input immediately. They are used for such tasks as navigation, in which the computer must react to a steady flow of new information without interruption. Most general-purpose operating systems are not real-time because they can take a few seconds, or even minutes, to react. Real time systems are systems that respond with in time constraint.it is of two type Hard real time Soft real time Hard real time systems are those systems that respond in time and if not than it is not of any use. Soft real system are that system if time constraint is over than after it will be rescheduled

User Avatar

Wiki User

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

Wiki User

11y ago

Occurring immediately. The term is used to describe a number of different computer features. For example, real-time operating systems are systems that respond to input immediately. They are used for such tasks as navigation, in which the computer must react to a steady flow of new information without interruption. Most general-purpose operating systems are not real-time because they can take a few seconds, or even minutes, to react.

Real time can also refer to events simulated by a computer at the same speed that they would occur in real life. In graphics animation, for example, a real-time program would display objects moving across the screen at the same speed that they would actually move.

Previous

Term

This answer is:
User Avatar

User Avatar

Wiki User

11y ago

A real time processing system is one capable of real time processing. Real time processing means to respond to events in real time. The exact timing requirements of real time are not formally defined, but are commonly understood to be very fast, deterministic and reproducible.

For example, a computer controlling the ignition of a modern combustion engine needs to handle several thousands of ignitions per second, and each must occur within a very narrow tolerance window.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is real-time systems?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Computer Science

What are the features of rtlinux?

Deterministic Realtime: RTLinux™ supports realtime interrupt handlers and realtime periodic tasks with interrupt latencies and scheduling jitter close to hardware limits. RTLinux reliably give worst case interrupt latencies of less than 15 microseconds on a standard x86 PC, with better figures on single board computers and PowerPC and Compaq Alpha platforms.Standard API:uses a POSIX threads API and follows the POSIX 10003.13 PSE31 ``minimal realtime system model" specification. RTLinux™ runs Linux as its lowest priority thread and provides access to the full power of Linux through a variety ofcommunication methodsOpen Source: FSMLabs RTLinux™ can be freely downloaded from the Internet. The core OS code is available under the GNU Public LicenseRich toolset: All the standard tools-the GDB source level debugger, GNU compilers, Perl, TCL/TK, etc.-are available and easily interfaced with realtime codeSource: FSM lab brochure


How do you set a process to real time priority?

Go to task manager and go to the processes tab, then right click on the process and select Priority>Realtime


What are the computer requirement for real time processing?

Any computer is capable of processing in realtime. If you mean Realtime Mode, a DOS operating system mode and processor mode, then it requires any version of DOS 1.0 or later, and an x86 based computer (with coprocessor in the case of an 8086, 286, and 386) with a processor capable of addressing at least 8 bits of memory space (256 bytes), preferably a 16-bit address space (64 KB) and up to 640 KB address space. In order to utilize more than 640 KB of memory, you will need to operate in Protected Mode, which requires a 286 or greater, preferably a 386 or better. The 486 was the first processor which made extensive standard use of Protected Mode in DOS, to utilize for games and operating systems (such as Windows 3 and Windows 95)


What are pos systems used for in computing?

POS systems are point of sale systems that are found in mercantile environments. They are part of computer systems and allow customers to easily purchase their goods.


How do banks test their new security systems?

HoneyPot Systems.

Related questions

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.


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.


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.


What is the ISBN of Realtime Interrupt?

The ISBN of Realtime Interrupt is 0-553-37454-0.


What is the ISBN of Marooned in Realtime?

The ISBN of Marooned in Realtime is 0-312-94295-8.


How many pages does Realtime Interrupt have?

"Realtime Interrupt" does not have a fixed number of pages, as it is an abstract concept related to computer systems and programming. The term refers to a mechanism that allows a processor to temporarily halt its current operation to service a specific event or request in real time. The implementation and details of real-time interrupts can vary depending on the specific system architecture and requirements.