KnowledgeBoat Logo
|

Computer Applications

What are the different responsibilities of a kernel?

OS & GUI

1 Like

Answer

Kernel is the core component of an operating system which acts as an interface between applications and the data processing being performed at the hardware level. The kernel is responsible for performing the following tasks:

  1. I/O management
  2. Memory management
  3. Process management for application execution
  4. Device management (through the use of device drivers)
  5. System calls control

Answered By

1 Like


Related Questions