单项选择题

There are two common types in page replacement algorithm: stack and non-stack strategies. When a real page number increase only stack algorithm can increase the hit rate monotonously. In the following replacement algorithm, which one belongs to non-stack strategy( ).

A.FIFO
B.LRU
C.PFF
D.OPT
<上一题 目录 下一题>
热门 试题

问答题
计算机除CPU和主存以外,其余所有部件均可归人输入 输出系统,即1 O系统。所谓I O操作是指1 O设备与主存之间的信息交换。请回答下面的问题:(1)I O方式发展经历了哪些阶段(2)各阶段的工作原理及优缺点是什么
单项选择题
A memory--memory, machine instruction for a certain machine has the following format. (Such an instruction is similar to a register—register instruction except that the operands are displaced addresses in memory.) Which of the following could be an assembly language instruction that would be translated into a memory—to—memory instruction for this machine( ).
A.ADD 10(R1) ,20(R2)
B.ADD(10R1), (20R2)
C.ADD R1,10(R2),20
D.ADD R1,10,20(R2)
相关试题
  • (1)什么叫并行性并行性分为哪几种(2)...
  • (1)指令的控制方式有几种优缺点各是什么...
  • (1)对指令格式设计时要优先考虑哪些原则...
  • (1)从体系结构的观点对指令集进行分类。...
  • 通道实质上是主存与I O设备之间的DMA接口...