单项选择题
Assume that an operating system uses a round-robin scheduler. The process"s quantum is 20 msec, and the context switch is 5 msec. What percentage of the CPU"s time is spent on administrative overhead
A.5%
B.15%
C.20%
D.25%
点击查看答案
<上一题
目录
下一题>
热门
试题
单项选择题
Which of the followings is NOT a condition for deadlock
A.Starvation
B.Circular Wait
C.No Preemption
D.Mutual Exclusion
点击查看答案
单项选择题
Which traversal method for a binary tree does the following Pascal code illustrate procedure traverse(p:pointer);beginit p<>nilthen begintraverse(p↑.left);process(p);traverse(p↑.right)endend;
A.Inorder
B.Preorder
C.Postorder
D.Reorder
点击查看答案
相关试题
用命题逻辑推理理论写出(2)中结论的判断...
简单陈述你的上述设计的理由
以上题中给出的5个复合命题为前提,判断甲...
SRS系统的算法要点(只要简单的文字说明,...
将①~⑤中所出现的简单命题符号化,然后用...