process means?

Answers were Sorted based on User's Feedback



process means?..

Answer / namitha

Process is a program under execution.

Is This Answer Correct ?    8 Yes 0 No

process means?..

Answer / 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

More Operating Systems General Concepts Interview Questions

What are real-time systems?

0 Answers  


List reasons why a Mode switch between threads may be cheaper than a Mode switch between processes.

1 Answers  


What is the main purpose of an operating system?

0 Answers  


Explain briefly about processor and its functioning?

0 Answers  


Can I run 64 bit on x86?

0 Answers  






What are 4 types of operating systems?

0 Answers  


Can you explain the Virtual memory?

0 Answers   HPCL, Huawei,


What is an idle thread?

1 Answers  


Can I use x86 on 64bit?

0 Answers  


Explain the concept of the multi-programmed operating systems?

0 Answers  


Where is program files located?

0 Answers  


How much cpu usage is normal?

0 Answers  


Categories