What is arrival and execute time in example

MrChips

Joined Oct 2, 2009
34,809
Just as the words mean.

Arrival time is the time the process begins.
Allocation time is the time given to the process.
Execution time is the time the process takes.
Waiting time is the time the process has to wait for the next execution.
 

Thread Starter

microcontroller60

Joined Oct 1, 2019
62
Just as the words mean.

Arrival time is the time the process begins.
Allocation time is the time given to the process.
Execution time is the time the process takes.
Waiting time is the time the process has to wait for the next execution.
A process is a series of steps and decisions involved in the way work is completed. A process is a program that is running on CPU

What is process in context of example ?
 
Top