1. What is operating system?

2. To access the services of operating system, the interface is provided by the ?

3. kernel is made of various modules which can not be loaded in running operating system true or false?

Answer. False

4. Which one of the following error will be handle by the operating system?
• power failure
• lack of paper in printer
• connection failure in the network

5. What is the main function of the command interpreter?

6. What are the two steps of a process execution?

7. An I/O bound program will typically have

8. A process is selected from the queue by the scheduler, to be executed.

9. In the following cases non - preemptive scheduling occurs?

10. The switching of the CPU from one process or thread to another is called

11. What is Dispatch latency?

12. With ............... only one process can execute at a time; meanwhile all other process are waiting for the processor. With more than one process can be running simultaneously each on a different processor.

13. In UNIX, each process is identified by its

14. In UNIX, the return value for the fork system call is ............ for the child process and ............ for the parent process.

15. The child process can be a duplicate of the parent process true or false ?

Answer. true

16. The child process completes execution, but the parent keeps executing, then the child process is known as ?

Answer. Zombie

17. What is Inter process communication ?