In: Computer Science
Please show all work and thought process
a. The process in the memory space is given as follows:
Process memory is divided into four sections as in fig below:
b. The new state in the process is state where the process is created.
c. The three types of information in process control block is:
d. There are two modes user and kernel:
User Mode
The system is in user mode when the operating system is running a
user application such as handling a text editor. The transition
from user mode to kernel mode occurs when the application requests
the help of operating system or an interrupt or a system call
occurs.
Kernel Mode:The system starts in kernel mode when it boots and after the operating system is loaded, it executes applications in user mode. There are some privileged instructions that can only be executed in kernel mode.
So, the user mode is for simple applications while the kernel mode is for privileged applications.
-----------------------------------------------------------Please Upvote--------------------------------------------------------------------