What are the typical elements of a process image?

Answers were Sorted based on User's Feedback



What are the typical elements of a process image?..

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

What are the typical elements of a process image?..

Answer / ahmad kamal bin kamarun hamidy

-Stack
-User program code
-process control block

Is This Answer Correct ?    4 Yes 1 No

What are the typical elements of a process image?..

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

Post New Answer

More Operating Systems General Concepts Interview Questions

How do I know if my ram is corrupted?

0 Answers  


Differentiate between RAM and ROM?

25 Answers   CTS, Doli Systems, HK, IBM, Infosys, Wipro,


State two differences between user and kernel space?

0 Answers   Flextronics,


How much ram do I need?

0 Answers  


Explain any program using Semaphores.

0 Answers   Huawei,






How do you kill pid?

0 Answers  


I want to develope my own operating system from which things should i start?

2 Answers  


What is the best way of communication in multi process environment? ex: getting log from different applications from multi servers?

1 Answers   HP,


What is the difference between logical and physical address space?

0 Answers  


how many types of operating system

13 Answers  


What is validity fault?

0 Answers  


What is fcfs?

0 Answers  


Categories