What are the typical elements of a process image?
Answer Posted / 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 |
Post New Answer View All Answers
Explain page cannibalizing?
Explain the concept of Thread Pool? what its Benefits?
What is operating system and type of operating system?
Difference between NTFS and FAT32?
How to take backup using active directory recyclebin concept
What resources are used when a thread created?
Explain about Different types of real-time scheduling?
How do I know chkdsk is finished?
Considering notepad/IE or any other thing as process, What will happen if you start notepad or IE 3 times ? Where three processes are started or three threads are started?
Can I move programs from c drive to d?
Command Kill any user’s all processes.
What was microsoft's first operating system?
What is a root program?
Which is the fastest operating system?
Define the basic logical structure of a computer.