Skip to main content

Intro to OS


INTRODUCTION
An operating system is an interface between hardware and user which is responsible for the management and co-ordination of activities and sharing of computer resources that acts as a host for computer resources, which acts as a host for computer applications which run on the machine.
As a host, one of the purposes of OS is to handle resource allocation and access protection of the hardware. This relieves application programmer from managing details.

Comments