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
Why do we need threads?
How do I stop apps from running in the background?
Who is the father of operating system?
What is the highest ram?
How you can check whether a machine is 64 bit or 32 bit?
How do I find a file path on a mac?
What is fragmentation?
How do I scan a usb drive for errors?
How do you change File Access Permissions?
What is the largest ram?
What is the advantage of a multiprocessor system?
How do I go to a specific line in vi?
How do I cancel chkdsk scan?
Explain about compiler and the functions executed by them?
How much ram can a 64 bit os use?