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 booting the system in operating system.
Explain the concept of the multi-processor systems or parallel systems?
How can the speed of interrupt driven input output systems be improved?
What is the major difference between Thread.start() & Thread?run() method?
What are the types of files?
Explain the purpose of the open() and close() operations.
What is run level 1?
Explain latency, transfer and seek time with respect to disk i/o.?
File which stores the DNS configuration at client side?
What are short-term, long-term and medium-term scheduling?
Briefly explain thrashing.
How do I update in terminal?
Does direct memory manipulation is an unsafe operations, if yes, how?
What is Direct Access Method?
Binding of instructions and data to memory?