What is Throughput, Turnaround time, waiting time and Response time?

Throughput – number of processes that complete their execution per time unitTurnaround time – amount of time to execute a particular processWaiting time – amount of time a process has been waiting in the ready queueResponse time – amount of time it takes from when a request was submitted until the first response is produced, not output (for time-sharing environment)

Showing Answers 1 - 12 of 12 Answers

SantoshBaral

  • Mar 30th, 2007
 

Throughput:Total amount of work done in a unit of time.
Waiting Time:The amount of time that is taken by a process in ready queue.
Turn Around Time:The sum total of waiting time & execution time is known as the turnaround time.
Response Time:The time from the submission of a request to the time of first respone by the cpu.

  Was this answer useful?  Yes

karankote nagekar abhishek

  • Apr 18th, 2012
 

Throughput: Number of processes completed per unit time.
Turnaround time: The interval from time of submission of the process to the time of completion of the process.

Waiting time: The sum of the periods spent waiting in the ready queue.

Response time: The time of submission to the time the first response is produced.

  Was this answer useful?  Yes

Fidele

  • Nov 18th, 2015
 

Throughput: Number of processes that complete their execution per time unit.
Turnaround time: Amount of time to execute a particular process.

  Was this answer useful?  Yes

soumyaranjan sahoo

  • Aug 12th, 2016
 

Throughput:: The number of process executed by the system in a specific period of time, this time unit is called as throughput time.

TAT:: It represents the average period of time taken by a process to complete its execution.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions