1. A process stack does not contain ?

2. Which system call returns the process identifier of a terminated child?

Answer. wait

3. The address of the next instruction to be executed by the current process is provided by the ?

4. Do Process Control Block(PCB) contains Bootstrap program?

Answer. No

5. The number of processes completed per unit time is known as

Answer. Throughput

6. The state of a process is defined by

7. In a memory mapped input/output

8. In a programmed input/output(PIO)

9. In an interrupt driven input/output

10. In the layered approach of Operating Systems

11. How does the Hardware trigger an interrupt?

12. Which operation is performed by an interrupt handler?
• Saving the current state of the system
• Loading the interrupt handling code and executing it
• Once done handling, bringing back the system to the original state it was before the interrupt occurred