問題詳情

8 有關直接對映(direct mapped)快取記憶體(cache memory)的定義,下列敘述何者正確?
(A)每一個主記憶體(main memory)位址只對映到快取記憶體中的一個位址
(B)存取時只能直接使用實體位址(physical address)
(C)快取記憶體中的一個位址僅可存放一個主記憶體位址中的資料
(D)存取時只能直接使用虛擬位址(virtual address)

參考答案

答案:A
難度:適中0.471
書單:沒有書單,新增

用户評論

aabb177】評論

直接對映快取:一種高速記憶體組織方式,只...

ttactom】評論

A direct-mapped cache is the simplest approach: each main memory address maps to exactly one cache block. For example, on the right is a 16-byte main memory and a 4-byte cache (four 1-byte blocks). Memory locations 0, 4, 8 and 12 all map to cache block 0.https://courses.cs.washington.edu/courses/cse378/09wi/lectures/lec15.pdf所以A正確的