Operating System (OS) Question:
Download Job Interview Questions and Answers PDF
Explain the typical elements of a process image?
Answer:
☛ User data: Modifiable part of user space. May include program data, user stack area, and programs that may be modified.
☛ User program: The instructions to be executed.
☛ System Stack: Each process has one or more LIFO stacks associated with it. Used to store parameters and calling addresses for procedure and system calls.
☛ Process control Block (PCB): Info needed by the OS to control processes.
☛ User program: The instructions to be executed.
☛ System Stack: Each process has one or more LIFO stacks associated with it. Used to store parameters and calling addresses for procedure and system calls.
☛ Process control Block (PCB): Info needed by the OS to control processes.
Download Operating System (OS) Interview Questions And Answers
PDF
Previous Question | Next Question |
Explain turnaround time and response time? | Explain translation lookaside buffer? |