If the cache hits most of the time, then the processor seldom has to wait for the slow main memory, and the average access time is ….
Anonymous Quiz
32%
high
68%
low
The third level in the memory hierarchy is the ….
Anonymous Quiz
2%
Register
10%
Cache Memory
23%
Main memory
65%
Hard drive
In the same way that a library uses the basement to store books that do not fit in the stacks, computer systems use the main memory to store data that does not fit in hard drive
Anonymous Quiz
45%
T
55%
F
The hard drive provides an illusion of more capacity than exists in the main memory called
Anonymous Quiz
8%
Virtual Machine
92%
Virtual Memory
0%
Virtual AI
The Main memory/Physical memory can be viewed as a cache for the most commonly used data from the hard drive
Anonymous Quiz
86%
T
14%
F
Virtual memory increases the memory capacity by using a hard drive to store data that does not fit in the main memory
Anonymous Quiz
90%
T
10%
F
Caches and virtual memory add complexity and hardware to a computer system, but the benefits usually outweigh the costs
Anonymous Quiz
89%
T
11%
F
Most processors also use the memory interface to communicate with I/O devices.This is called memory-mapped I/O
Anonymous Quiz
92%
T
8%
F
The percentage of memory accesses not found in a given level of memory
Anonymous Quiz
70%
Miss rate
3%
Hit rate
26%
Average memory access time
The percentage of memory accesses found in a given level of memory
Anonymous Quiz
1%
Miss rate
94%
Hit rate
5%
Average memory access time
the average time a processor must wait for memory per load or store instruction
Anonymous Quiz
1%
Miss rate
2%
Hit rate
97%
Average memory access time
In the typical computer system, the processor first looks for the data in the cache. If the cache misses, the processor then looks in main memory. If the main memory misses, the processor accesses virtual memory on the hard disk
Anonymous Quiz
94%
T
6%
F