单项选择题

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
相关试题
  • The universe of hypertext servers t...
  • When should Frequency Division Multi...
  • Each host or router on the Interne...
  • What binary number is encoded with...
  • There are two common types in page...