Which scheduler invoke processes faster. Short-term scheduler Or long-term scheduler
Short-term scheduler
The task of medium scheduler called what
Swap out
What is context switch
CPU switch to another process, the system must save the state of the current process and load the saved state of new process
What is PC
Program counter
In the execution of parent child processes, who terminates first
Child process
Does parent child processes share resources
There can be 3 cases:
Does unix clone a parent process to make its child
Yes
What are 4 system calls in unix
What is daemon in unix
All system processes run in background to provide services to users called daemon.
What are the differences between child and parent processes