设某作业在外存后备队列上等待调度的时间为Tl,进程在就绪队列上等待进程调度的时间为T2,进程在CPU上执行的时间为T3,进程等待I/O操作完成的时间为T4,那么作业的周转时间是指( )
A.Tl+T2+T3
B.Tl+T2+T4
C.T2+T3+T4
D.TI+T2+T3+T4
正确答案是D
扫描二维码免费使用微信小程序搜题/刷题/查看解析。
版权声明:本文由翰林刷题小程序授权发布,如需转载请注明出处。
本文链接:https://doc.20230611.cn/post/231436.html
上一篇:简述影响讲授汁划的因素。
下一篇:#include < iostream. h > class test{ private: static int x; int y; public: void test1 ( int a, int b) { x = a; y = b; } }; void main() { test a; a. test1 (2,3) ; }
#include < iostream. h > class test{ private: static int x; int y; public: void test1 ( int a, int b) { x = a; y = b; } }; void main() { test a; a. test1 (2,3) ; }