单项选择题
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
点击查看答案
单项选择题
What storage scheme does MS-DOS use for storing files on a disk
A.I-nodes
B.a linked list allocation
C.a continuous allocation
D.a linked list with index
点击查看答案
相关试题
用命题逻辑推理理论写出(2)中结论的判断...
简单陈述你的上述设计的理由
以上题中给出的5个复合命题为前提,判断甲...
SRS系统的算法要点(只要简单的文字说明,...
将①~⑤中所出现的简单命题符号化,然后用...