top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

What does signify the following terms in the context of an operating system ?

+3 votes
328 views

Can someone please explain following terms to help me understand ?
Throughput, Turn Around Time, Waiting Time and Response Time.

posted Jan 26, 2015 by Harshita

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

+1 vote

This all terms are related with the process.
So, What is process?
--> Whenever executable file is loaded into RAM is called a process.

Throughput :- Number of process completed per unit time. More is good.

Turn around time :- Duration between process starts and process completes. Less is good.

Waiting time :- Total time that has been spent by a process in waiting state. Less is good.

Response time :- Duration between the executable file loaded into RAM and 1st instruction to be executed.

answer Jan 27, 2015 by Chirag Gangdev
...