【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正確的