1.

Which one of the following is not true?(a) kernel is the program that constitutes the central core of the operating system(b) kernel is the first part of operating system to load into memory during booting(c) kernel is made of various modules which can not be loaded in running operating system(d) kernel remains in the memory during the entire computer sessionThe question was posed to me in an online quiz.My question is taken from Basics topic in portion Processes of Operating System

Answer»

Correct choice is (c) KERNEL is made of various modules which can not be LOADED in running operating system

Easy explanation - Kernel is the first program which is loaded in memory when OS is loading as well as it remains in memory till OS is running. Kernel is the core part of the OS which is responsible for managing resources, allowing multiple processes to USE the resources and PROVIDE SERVICES to various processes. Kernel modules can be loaded and unloaded in run-time i.e. in running OS.



Discussion

No Comment Found

Related InterviewSolutions