System software
From Wikipedia, the free encyclopedia
System software is computer software designed to operate the computer hardware and to provide a platform for running application software.[1][2] The most basic types of system software are:
- Device drivers such as computer BIOS and device firmware; these provides basic functionality to operate and control the hardware connected to or built into the computer.
- The operating system (prominent examples being Microsoft Windows, Mac OS X and Linux), which allows the parts of a computer to work together by performing tasks like transferring data between memory and disks or rendering output onto a display device. It also provides a platform to run high-level system software and application software.
- Servers, in this context, are computer programs running to serve the requests of other programs, the "clients". The server performs some computational task on behalf of clients which may run on either the same computer or on other computers connected through a network.
- Utility software, which helps to analyze, configure, optimize and maintain the computer.
- Window systems are components of a graphical user interface (GUI), and more specifically of a desktop environment, which supports the implementation of window managers, and provides basic support for graphics hardware, pointing devices such as mice, and keyboards. The mouse cursor is also generally drawn by the windowing system.
- In some publications, the term system software is also used to designate software development tools (like a compiler, linker or debugger).[3]
In contrast to system software, software that allows users to do things like create text documents, play games, listen to music, or surf the web is called application software.[4]
[edit] References
- ^ http://depts.alverno.edu/cil/mod1/software/system.html
- ^ http://searchsoa.techtarget.com/sDefinition/0,,sid26_gci213024,00.html
- ^ http://www.webopedia.com/TERM/S/systems_software.html
- ^ W. W. Milner, Ann Montgomery-Smith (2000). Information and Communication Technology for Intermediate Gnvq. p.126
[edit] External links
| Wikiversity has learning materials about Introduction to Computers/System software |
| This article related to a type of software is a stub. You can help Wikipedia by expanding it. |