单项选择题

某机器运行用MIPS指令编写的某程序需要26秒钟,该程序中每一类指令执行的次数如下;Add, sub, mul, div 43000000add. d, sub. d, mul. d, div. d 48000000beg, bne 110000001d.d,st.d 27000000ld,st 31000000如果每条指令执行的时间相同,该机器的MFLOPS是( )。

A.1.3
B.2.9
C.4.5
D.6.2
<上一题 目录 下一题>
热门 试题

单项选择题
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
单项选择题
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)
相关试题
  • 某台计算机的速度比改进前提高了10倍,但...
  • 由于更换了CPU,使计算机的运行速度提高了...
  • A cache has 64 blocks, each blo...
  • 建立存储层次体系依据的原理是( )。
  • 堆栈型机器的例子为( )。