process means?

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


Please Help Members By Posting Answers For Below Questions

Explain latency, transfer and seek time with respect to disk i/o.?

587


What is pipelining in reference to ram?

605


What resources are used when a thread created?

535


When does stack (process stack) overflow? What are the remedies?

575


What is throughput?

593






Explain booting the system and bootstrap program in operating system.

516


What is LiveLock?

658


Explain the difference between logical & physical address.

628


What are the ways in which fault tolerance can be ensured in systems? (Different redundancy techniques)?

704


Explain process spawning?

584


How to create a worker thread?

602


How can the speed of interrupt driven input output systems be improved?

567


Are 64bit applications faster?

525


What is the main purpose of an operating system?

571


What is the concept of reentrancy?

576