InterviewSolution
| 1. |
What Do You Know About The Initial Process In The First Phase During The System Booting? |
|
Answer» There is actually a special PROCESS which is termed as Swapper. The same is automatically get created while booting. All the activities and TASKS that are handled by the CPU during the booting are managed by the Swapper. When it COMES to memory ALLOCATION, it’s swapper that helps the CPU in PROCESSING all such needs. There is actually a special process which is termed as Swapper. The same is automatically get created while booting. All the activities and tasks that are handled by the CPU during the booting are managed by the Swapper. When it comes to memory allocation, it’s swapper that helps the CPU in processing all such needs. |
|