Suppose that a certain program takes 500 seconds of elapsed time to execute. Out of these 500 seconds, 280 seconds is the CPU time and the rest is I/O time. What will be the I/O time?
1
Expert's answer
2010-07-08T04:35:32-0400
I/O time = Elapsed time to execute - CPU time. So I/O time is 500 seconds - 280 seconds = 220 seconds.
Comments
Leave a comment