Operating Systems

In addition to being a the management and filing system for a computer system it also provides a platform for other software packages to run, these can be also know as “application programs”. As the operating system manages the hardware and running of the computer system this allows the application software the freedom to work specifically on the applications it was written for.

The operating system not only acts as an interface for hardware and applications but it also offers a number of services to application programs and users. Applications access these services through application programming interfaces (APIs) or system calls. By invoking these interfaces, the application can request a service from the operating system, pass parameters, and receive the results of the operation. Users may also interact with the operating system with a software user interface (UI) by typing commands in to the command line interface (CLI) or using a graphical user interface (GUI). For hand-held and desktop computers, the user interface is generally considered part of the operating system. On large multi-user systems like UNIX, the user interface is generally implemented as an application program that runs outside the operating system.
Common contemporary operating system families include Mac OS, Linux and Microsoft Windows.





