Responsiveness

This article is about responsiveness in human computer interaction. For responsiveness of a vehicle, see Throttle response. For a related concept in electrical engineering, see Responsivity. For an unrelated concept in chemistry, see Reactivity (chemistry).
Responsiveness requires a low latency/delay of the entire input-output-loop.

Responsiveness as a concept of computer science refers to the specific ability of a system or functional unit to complete assigned tasks within a given time.[1] For example, it would refer to the ability of an artificial intelligence system to understand and carry out its tasks in a timely fashion.[2] It is one of the criteria under the principle of robustness (from a v principle). The other three are observability, recoverability, and task conformance.

Responsiveness vs Performance

Software which lacks a decent process management, can have poor responsiveness even on a fast machine. On the other hand, even slow hardware can run responsive software. It is much more important that a system actually spend the available resources in the best way possible. For instance, it makes sense to let the mouse driver run at a very high priority to provide fluid mouse interactions. For long-term operations, such as copying, downloading or transforming big files the most important factor is to provide good user-feedback and not the performance of the operation since it can quite well run in the background, using only spare processor time.

Influential Factors and Testing

There are many factors that can influence the responsiveness of an interaction system, such as poor design, improper input from users, problems with the operation system or the network. It is generally a good practice to have the designer(s) of the system play the role of the user and run diagnostics to determine if it causes any unreasonably long delays.This will allow them to affect any changes that need to be made before the system is introduced to the users worldwide,thus avoiding such problems earlier on in the systems life-cycle.

Delays

Long delays can be a major cause of user frustration, or can lead the user to believe the system is not functioning, or that a command or input gesture has been ignored. Responsiveness is therefore considered an essential usability issue for human-computer-interaction (HCI). The rationale behind the responsiveness principle is that the system should deliver results of an operation to users in a timely and organized manner.

The frustration threshold can be quite different, depending on the situation.

The three steps are 0.1s, 1s, and 10s.


Solutions to Improve Responsiveness

Although numerous other options may exist,the most frequently used and recommended answers to responsiveness issues are:

See also

References

  1. Weik, Martin H. (31 December 2000). Computer science and communications dictionary. Springer. p. 1484. ISBN 978-0-7923-8425-0. Retrieved 17 November 2010.
  2. University of Tennessee (System). Space Institute; SIGART. (1988). Proceedings: the first International Conference on Industrial & Engineering Applications of Artif[i]cial Intelligence & Expert Systems : IEA/AIE-88 at the University of Tennessee Space Institute (UTSI), Tullahoma, Tennessee, June 1-3, 1988. Taylor & Francis US. p. 180. ISBN 978-0-89791-271-6. Retrieved 17 November 2010.

External links

This article is issued from Wikipedia - version of the 10/5/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.