InterviewSolution
Saved Bookmarks
| 1. |
What is Kernel and write its main functions? |
|
Answer» The kernel is basically a computer program usually considered as a CENTRAL component or module of OS. It is responsible for handling, managing, and controlling all operations of computer systems and hardware. Whenever the system starts, the kernel is loaded first and remains in the main MEMORY. It also ACTS as an interface between user applications and hardware. Functions of Kernel:
|
|