What are the typical elements of a process image?
Answers were Sorted based on User's Feedback
Answer / guest
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
| Is This Answer Correct ? | 17 Yes | 3 No |
Answer / ahmad kamal bin kamarun hamidy
-Stack
-User program code
-process control block
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / subhodip ghosh
The process is active entity....process image contains
Stack:Function parameters,return address, variable address
Data section:it holds local variables .
heap:to hold dynamically allocated memory.
PCB(Process control block):1.process status
2.Process no
3.program counter
4.register
5.memory limits(base & limit)
6.I/0 information
| Is This Answer Correct ? | 4 Yes | 5 No |
Explain page cannibalizing?
What differences are there between a semaphore wait signal and a condition variable wait signal?
How will you check if your R3 system is 32bit or 64bit?
Differentiate between compiler and interpreter?
How do I find system information?
While running DOS on a PC, which command would be used to duplicate the entire diskette?
What is lts in node js?
Explain any program using Semaphores.
How many types of fragmentation occur in operating system?
How long should a chkdsk r take?
What do you mean by ram?
Have you used threaded trees anytime in your life time?