Answer Key
University
California State UniversityCourse
COMP 182 | Data Structures and Program Design and LabPages
8
Academic year
2023
NyiH
Views
30
Multi-level memory hierarchy from fastest to slowest: Registers -> L1 cache -> L2 cache
L1 cache is refilled directly, first from: L2 cache
RISC CPU's L1 cache architecture is: Separate I and D caches (Harvard),
RISC CPU's L2 cache architecture is: Unified caches (von Neumann),
RISC CPU's L3 cache architecture is: Shared unified cache,
Each level of cache memory is approx. N times larger/smaller and faster/slower where N=: 10,
Cache memory is made from what type of memory: SRAM,
Cache memory in most RISC CPU's now use what type of mapping: set associative,
Cache is refilled in one chunk at a time, called a: block,
D-Cache misses in RISC can only be caused by which type of instruction: Load or Store,
D-Cache organization that has the simplest hardware implementation: Direct-mapped, Write-through,
I-Cache misses in RISC are most likely to be caused by which type of instruction: Jump,
Virtual memory is most likely to be needed in which class of computer system: Desktop computer or Server,
Virtual memory is used by an OS to do this: Any of these,
Virtual memory uses a Page Table with an on-chip cache called a: TLB
COMP 182: Quiz 5 - Memory
Please or to post comments