Answer Posted / swetcha
A 'process' is an execution stream in the context of a
particular process state.
An execution stream is a sequence of instructions.
Process state determines the effect of the instructions. It
usually includes (but is not restricted to):
Registers
Stack
Memory (global variables and dynamically allocated memory)
Open file tables
Signal management information
*Key concept: processes are separated: no process can
directly affect the state of another process.
->Process is a key OS abstraction that users see - the
environment you interact with when you use a computer is
built up out of processes.
The shell you type stuff into is a process.
When you execute a program you have just compiled, the OS
generates a process to run the program.
even Your WWW browser is a process.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Is it ok to interrupt chkdsk?
What are the 3 categories of operating systems?
Which is the fastest operating system?
Why do we need inter process communication?
How do you tell if your computer is 32 or 64 bit?
What is an OS? Explain it to a layman.
What is the maximum ram for a 64 bit operating system?
What happens if we don’t override a run method?
Explain the layers of a windows xp system.
How do I check my os?
Explain briefly about compiler and its functioning?
What is the difference between 32 bit and 64 bit os?
Is faster ram worth it?
Binding of instructions and data to memory?
Explain about local and global page replacements?