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

 

Answer.

·         Throughput: Number of processes that complete their execution per time unit.

·         Turnaround Time: the amount of time to execute a particular process.

·         Waiting Time: the amount of time a process has been waiting in the ready queue.

·         Response Time: the amount of time it takes from when a request was submitted until the first response is produced, not output (for a time-sharing environment).

Post a Comment