Computer Architecture - Study Mode
[#11] . . . . . . . . is the bottleneck, when it comes computer performance.
Correct Answer
(B) Memory cycle time
[#12] In memory-mapped I/O . . . . . . . .
Correct Answer
(A) The I/O devices and the memory share the same address space
[#13] The step where in the results stored in the temporary register is transferred into the permanent register is called as . . . . . . . .
Correct Answer
(B) Commitment step
[#14] While using the iterative construct (Branching) in execution . . . . . . . . instruction is used to check the condition.
Correct Answer
(B) Branch
[#15] The instruction, MLA R0,R1,R2,R3 performs . . . . . . . .
Correct Answer
(C) R0<-[R1]*[R2]+[R3]