Computer Science, asked by jayanthipoojary0135, 7 months ago

system call os used to grant and control the resources

Answers

Answered by PrincessTeja
2

Answer:

As can be seen from this diagram, the processes execute normally in the user mode until a system call interrupts this. Then the system call is executed on a priority basis in the kernel mode. After the execution of the system call, the control returns to the user mode and execution of user processes can be resumed.

Similar questions