Computer 222 - Computer Organization » Fall 2021 » Quiz 5 Memory

Need help with your exam preparation?

Question #1
Multi-level memory hierarchy from fastest to slowest:
A.   Main -> L2 cache
B.   Registers -> L1 cache -> L2 cache
C.   Disk -> main ->L2 cache
D.   L1 cache -> main -> L2 cache
Question #2
L1 cache is refilled directly, first from:
A.   L3 cache
B.   L2 cache
C.   Any of these
D.   Main memory
Question #3
RISC CPU’s L1 cache architecture is:
A.   Any of these
B.   Separate I and D caches (Harvard)
C.   Shared cache
D.   Unified caches (von Neumann)
Question #4
RISC CPU’s L2 cache architecture is:
A.   Separate I and D caches (Harvard)
B.   Unified caches (von Neumann)
C.   Shared cache
D.   Any of these
Question #5
RISC CPU’s L3 cache architecture is:
A.   Shared unified cache
B.   Any of these
C.   Unified caches (von Neumann)
D.   Separate I and D caches (Harvard)
Question #6
Each level of cache memory is approx. N times larger/smaller and faster/slower where N=:
A.   2
B.   10
C.   3
D.   4
Question #7
Cache memory is made from what type of memory:
A.   SRAM
B.   EEPROM
C.   DRAM
D.   ROM
Question #8
Cache memory in most RISC CPU’s like MIPS use what type of mapping:
A.   direct
B.   associative
C.   set direct
D.   set associative
Question #9
Cache is refilled in one chunk at a time, called a:
A.   sector
B.   page
C.   block
D.   word
Question #10
D-Cache misses in RISC can only be caused by which type of instruction:
A.   Branch
B.   Load or Store
C.   Input
D.   Jump
Question #11
D-Cache organization that has the simplest hardware implementation:
A.   Direct-mapped, Write-back
B.   Direct-mapped, Write-through
C.   Fully associative, Write-back
D.   Set associative, Write-through
Question #12
I-Cache misses in RISC are most likely to be caused by which type of instruction:
A.   Load or Store
B.   Branch
C.   Jump
D.   Input
Question #13
Virtual memory is most likely to be needed in which class of computer system:
A.   Real-time Embedded
B.   Gaming
C.   Embedded
D.   Desktop computer or Server
Question #14
Virtual memory is uses all these forms of addresses, except which one:
A.   Logical
B.   Virtual
C.   Segmented/Paged
D.   Physical
Question #15
Virtual memory uses a Page Table with an on-chip cache called a:
A.   Direct Page Table
B.   MMU
C.   TLB
D.   D-cache

Need help with your exam preparation?