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

Need help with your exam preparation?