What Does Turnaround Time (TAT) Mean?

Turnaround time (TAT) is the time interval from the time of submission of a process to the time of the completion of the process. It can also be considered as the sum of the time periods spent waiting to get into memory or ready queue, execution on CPU and executing input/output. Turnaround time is an important metric in evaluating the scheduling algorithms of an operating system.

Techopedia Explains Turnaround Time (TAT)

In simple terms, turnaround time is the total time needed for an application to provide the required output to the user. From a batch system perspective, turnaround time can be considered the time taken in batch formation and printing of results. The concept of turnaround time overlaps with lead time and contrasts with the concept of cycle time. Turnaround time is expressed in terms of units of time for a specific system state and at times for a given algorithm. Turnaround time varies for different applications and different programming languages.