Which of the following commands is not for communication among users
A. mail
B. write
C. telnet
D. nice
查看答案
下面不是进程的调度算法的是
A. 先进先出算法
B. 时间片轮转算法
C. 后进先出算法
D. 最高优先数算法
利用虚拟设备达到I/O要求的技术是指
A. 利用外存作缓冲,将作业与外存交换信息和外存与物理设备交换信息两者独立起来,并使它们并行工作的过程
B. 把I/O要求交给多个物理设备分散完成的过程
C. 把I/O信息先存放在外存,然后由一台物理设备分批完成I/O要求的过程
D. 把共享设备改为某作业的独享设备,集中完成I/O要求的过程
In the following statements about graph operations,which one is NOT correct
A. Finding critical path is an operation on directed graph
B. Finding critical path is an operation on undirected graph
C. Spanning tree of a graph may not be unique
D. Minimum spanning tree of a graph may not be unique
一条普遍接受的规则说,程序中10%的指令占用了90%的执行时间,这一规则被总结成为
A. 频率原理
B. 编码执行原理
C. 运行时间原理
D. 局部性原理