Which of the following statements is/are true about process management? Select 4 correct answer(s)
A dispatcher is a module that gives process control of a CPU after being selected by the short-term scheduler. The dispatcher runs after the scheduler. Give control of the CPU to a process selected by the short-term scheduler. After selecting a process, the dispatcher allocates CPUs to the process.
A process control block (PCB) is a data structure used by a computer's operating system to store all information about a process. Also called process descriptor. When a process is created (initialized or installed), the operating system creates a corresponding process control block.
A process context is its current state. I need to save the context of the currently running process so that it can continue after the interrupt has been serviced. A process context is essentially the current state.
Step by step
Solved in 4 steps