1. Which module gives control of the CPU to the process selected by the short-term scheduler?

Answer. dispatcher

2. The processes that are residing in main memory and are ready and waiting to execute are kept on a list called

3. The interval from the time of submission of a process to the time of completion is termed as

4. Which scheduling algorithm allocates the CPU first to the process that requests the CPU first?

5. In priority scheduling algorithm

6. In priority scheduling algorithm, when a process arrives at the ready queue, its priority is compared with the priority of

7. In operating system, each process has its own ?

8. In Unix, Which system call creates the new process?

Answer. fork

9. A process can be terminated due to

10. What is the ready state of a process?

11. What is interprocess communication?

12. A set of processes is deadlock if ?