1.

Cached and interleaved memories are ways of speeding up memory access between CPU’s and slower RAM. Which memory models are best suited (i.e. improves the performance most) for which programs ?(i) Cached memory is best suited for small loops.(ii) Interleaved memory is best suited for small loops(iii) Interleaved memory is best suited for large sequential code.(iv) Cached memory is best suited for large sequential code.

A. (i) and (ii) are true
B. (i) and (iii) are true
C. (iv) and (ii) are true
D. (iv) and (iii) are true
Answer» C. (iv) and (ii) are true


Discussion

No Comment Found