preview

System Software ( Os )

Better Essays

System software (systems software) is computer software designed to operate and control the computer hardware and to provide a platform for running application software. System software can be separated into two different categories, operating systems and utility software. The operating system (OS) is the best-known example of system software. The OS manages all the other programs in a computer.

An operating system (sometimes abbreviated as "OS") is the program that, after being initially loaded into the computer by a boot program, manages all the other programs in a computer. The other programs are called applications or application programs. The application programs make use of the operating system by making requests for services through a defined application program interface (API). In addition, users can interact directly with the operating system through a user interface such as a command language or a graphical user interface (GUI).

The operating system 's most important job is managing the CPU: If there are multiple programs that must execute, then it is a disaster if one program uses the processor and “loops”. The OS must ensure that all programs have fair use of the processor 's time so that all programs make progress at execution.

The CPU executes each process a bit at a time. The CPU 's clock times the execution of a process, and when a time limit is reached, then the clock signals the CPU that it is time to switch to another process. The CPU executes just one

Get Access