What is an operating system?
·
Computer Science/Operating System
An Operating System (OS) is an interface that allows users to interact with a computer easily.It efficiently manages limited memory and system resources.A computer system consists of:HardwareOperating System (OS) to manage user programsCPUMemoryRoles of the Operating System1. CPU Scheduling and Process ManagementManages which process gets CPU ownershipHandles creation and deletion of processesAl..