CBSE Class 9 Computer Applications
Question 43 of 46
Operating System — Question 8
Back to all questions 8
Question Question 8
What is the difference between kernel and shell?
| Shell | Kernel |
|---|---|
| An interface to the operating system is called a shell. It is the outermost layer of the operating system and manages the interaction between the user and the operating system. | 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 shell forms the outer layer of the operating system. | The kernel forms the inner layer of the operating system. |
| A shell performs memory management. | A kernel performs process management. |