Each instruction is processed(75),and several instructions are at varying stages of execution in the processor at any given time,this is called instruction pipelining.
A.exactly
B.sequencing
C.sequentially
D.intermittently
第1题:
[A] stages
[B] illusions
[C] fragments
[D] advances
第2题:
A. Channel Incentive program
B. Unified Communications for SMB
C. Partner Central
D. Steps to Success
E. Instructions: Number of answers: 1
第3题:
第4题:
A.@do
B.@for
C.@while
D.@dowhile
第5题:
第6题:
对于典型的MIPS五级流水线处理器(不前递),下面这段代码中,哪条指令会遇到数据冒险? instruction 1: add $1, $2, $3 instruction 2: sw $2, 0($1) instruction 3: lw $1, 4($2) instruction 4: add $2, $2, $1
A.instruction 2
B.instruction 4
C.instruction 1
D.instruction 3