Computer Science, asked by megha0754, 1 year ago

define process.explain different operation on process.​

Answers

Answered by poornachandrat
0

NEW - The process is being created. READY - The process is waiting to be assigned to a processor. RUNNING - Instructions are being executed. WAITING - The process is waiting for some event to occur(such as an I/O completion or reception of a signal). TERMINATED - The process has finished execution.

Similar questions