卒論に使用するため、翻訳をお願いしたいです。コンピューター関係の書物の文章です。
If, in a system, on an average, 20 tasks complete in 10 seconds, and each task takes
3 seconds, what is the degree of parallelism?
Solution : The throughput is 20/10 task/second, and the response time is 3 seconds.
Thus, the degree of parallelism = 20/10*3=6.
In other words, an average of six tasks execute in parallel in the system.