YA, è vero, tutti i sistemi operativi sono software di sistema.
Sistema operativo - Il sistema operativo è il software che controlla direttamente l'hardware e fornisce un ambiente per eseguire il software applicativo.
Il sistema operativo è il principale elemento del software di sistema e senza di esso nessun computer funziona.
- Tutto il software applicativo gira all'interno del sistema operativo e non si interfaccia direttamente con l'hardware.
Il sistema operativo controlla l'hardware del sistema e memorizza e recupera le informazioni dalla memoria del sistema. Tutto l'hardware funziona in modo leggermente diverso ed è il sistema operativo che nasconde questa complessità al software applicativo. Senza questo buffer tra l'hardware e le applicazioni ogni applicazione avrebbe bisogno di essere scritta per lavorare con tutte le possibili combinazioni di hardware. Instead the applications are written to work with a particular operating system, which works with the hardware.
The operating system:
- Provides an interface between the computer and the Human or user.
- Manages the system's resources, such as memory, processing capacity, etc.
- Controls input and output devices.
- Writes and reads data to and from disk.
- Provides an environment in which applications software can be run.
- Controls user access rights.
- Hides the complexities of the hardware from the user.