InterviewSolution
| 1. |
What Exactly Do You Know About Kernel? What Is Its Significance? |
|
Answer» During a program, the kernel used always keeps some of the useful data along with it. This is because there are chances that the parent process may call it. A SIMPLE process is executed for this and the ENTIRE control on the information is grabbed by the parent. However, there is always a STRICT UPPER LIMIT on the information that the kernel can keep with it. Users are free to assign priority to any information or they can change the default information. During a program, the kernel used always keeps some of the useful data along with it. This is because there are chances that the parent process may call it. A simple process is executed for this and the entire control on the information is grabbed by the parent. However, there is always a strict upper limit on the information that the kernel can keep with it. Users are free to assign priority to any information or they can change the default information. |
|