GCSE ICT
Operating Systems
Theory
8. Real time processing
Real time processing is usually found in systems which use computer control.
This processing method is used when it is essential that the input request is dealt with quickly enough so as to be able to control an output properly. For example, the computer inside the Engine Control Unit in a car has to manage the engine at every moment based on what the driver wants to do.
Real time processing has to be programmed very carefully to ensure that no input events are missed.
Note that real-time processing does not have to be 'fast'. For example, a traffic light system is a real-time system but it only needs to process data relatively slowly. On the other hand, controlling a car engine has to deal with input events happening every thousandth of a second so a very fast computer is needed to do this -but both the traffic-light and the car engine computers are carrying out 'real-time' processing.
Examples:
- Traffic lights
- Heart rate monitoring
- Aircraft control
- Computer games
Challenge see if you can find out one extra fact on this topic that we haven't already told you
Click on this link: Real Time Processing
Some books will tell you that ticket booking systems are an example of real time processing. That is not correct.
Copyright © www.teach-ict.com


