-->
当前位置:首页 > 题库

题库 第6440页

  • 最新
  • 浏览
  • 评论

There is a declaration as following:

Luz5年前 (2021-05-10)1272
There is a declaration as following: ``` char a[10],b[10]="abc123"; ``` Therefore, ```a=b```is used to copy a string f…

对临界资源应采取互斥访问方式来实现共享。

Luz5年前 (2021-05-10)1079
对临界资源应采取互斥访问方式来实现共享。 ~@[](2) 答案:TRUE…

For a sequentially stored linear list of length $$N$$, the time

Luz5年前 (2021-05-10)2172
For a sequentially stored linear list of length $$N$$, the time complexities for deleting the first element and insertin…

短作业(进程)优先调度算法具有最短的平均周转时间。

Luz5年前 (2021-05-10)1283
短作业(进程)优先调度算法具有最短的平均周转时间。 ~@[](2) 答案:TRUE…

作业调度能使作业获得CPU。

Luz5年前 (2021-05-10)1339
作业调度能使作业获得CPU。 ~@[](2) 答案:FALSE…

进程调度算法各种各样,如果选择不当,就会造成死锁。

Luz5年前 (2021-05-10)1183
进程调度算法各种各样,如果选择不当,就会造成死锁。 ~@[](2) 答案:TRUE…

多个进程竞争比经常数目少的资源就可能产生死锁,而当资源数目大于进程数目时就一定不会发生死锁。

Luz5年前 (2021-05-10)1144
多个进程竞争比经常数目少的资源就可能产生死锁,而当资源数目大于进程数目时就一定不会发生死锁。 ~@[](2) 答案:FALSE…

如果系统在所有进程运行前,一次性地将其在整个运行过程中所需地全部资源分配给进程,即所谓"静态分配",可以预防死锁发生。

Luz5年前 (2021-05-10)1240
如果系统在所有进程运行前,一次性地将其在整个运行过程中所需地全部资源分配给进程,即所谓"静态分配",可以预防死锁发生。 ~@[](2) 答案:TRUE…

In a red-black tree, if an internal black node is of degree 1, t

Luz5年前 (2021-05-10)1264
In a red-black tree, if an internal black node is of degree 1, then it must have only 1 descendant node. ~@[](2)答案:TRUE…

For any node in an AVL tree, the height of the right subtree mus

Luz5年前 (2021-05-10)1054
For any node in an AVL tree, the height of the right subtree must be greater than that of the left subtree. ~@[](1)答案:FA…