What is the difference between burst time and arrival time in simple words

Burst time is the amount of time a process requires to complete its execution. It represents the actual time taken by a process to finish its task or computation.

Arrival time, on the other hand, refers to the time at which a process arrives in the system or becomes available for execution.

In simple words, burst time is the time a process needs to complete its job, while arrival time is when a process becomes ready to start executing.

In simple words, burst time and arrival time are two important factors used in scheduling processes in computer systems.

Burst time refers to the amount of time a process needs to complete its execution or to perform a certain task. It is the total time taken by a process from start to finish.

On the other hand, arrival time represents the time at which a process enters the system or arrives at the queue for execution. It is the point in time when a process starts requesting resources and is ready to be executed.

To summarize, burst time is the time required for a process to be completed, while arrival time marks the time when a process enters the system for execution.