Answer Posted / kandarpa
A process in an operating system is represented by a data
structure known as a process control block (PCB) or process
descriptor. The PCB contains important information about the
specific process including
* The current state of the process i.e., whether it is
ready, running, waiting, or whatever.
* Unique identification of the process in order to track
"which is which" information.
* A pointer to parent process.
* Similarly, a pointer to child process (if it exists).
* The priority of process (a part of CPU scheduling
information).
* Pointers to locate memory of processes.
* A register save area.
* The processor it is running on.
The PCB is a certain store that allows the operating systems
to locate key information about a process. Thus, the PCB is
the data structure that defines a process to the operating
systems.
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
tell me the e book for data structure (basic)
How to write a test case for an extra Commerce website can any one tell this with the help of a table
what is the PID controller?
what is your experience with computer-aided design software.
Differences between Java and C++? which is faster?
what are register variables?what are the advantages of using register variables in c language?
Find the maximum stress intensity in the section?
what is difference between value datatype and object datattype
Hi I want to know how API gravity has been come up with in Oil Industry, especially figures in the following formula: API=(141.5/SG)-131.5
What is the actual procedure of charging synthetic oil if the machine is under positive refrigerant pressure.
What is the difference between CD-R and CD+R?
if we give you the job AS A PETROLEUM ENGINEER WHAT WILL YOU DO(that is extraordinary) for our company
what are the Types of End User in dbms?
WHY WE USE {} AT THE STARTING OF C PROGRAM
in b+ trees, all the data is stored in leaf nodes. if all leaf nodes are crashed then how to get/recovery the data back?