Different memory technologies, such as DRAM, SRAM, and hard drives, offer trade-offs in capacity, speed, and cost
Anonymous Quiz
94%
T
6%
F
To deal with this disparity, computer systems use a combination of memory types to provide the best performance at the best cost. This approach is called
Anonymous Quiz
11%
memory management
89%
memory hierarchy
Main memory is typically built from DRAM, which is significantly faster than the processor.
Anonymous Quiz
27%
T
73%
F
Computers store the most commonly used instructions and data in a faster but smaller memory, called a ….
Anonymous Quiz
15%
register
81%
cache
4%
RAM
0%
ROM
Memory is classified according to its distance from the processor, the closer memory is the slower one
Anonymous Quiz
30%
T
70%
F
the processor retrieves the data from main memory (DRAM). This is called a cache ..
Anonymous Quiz
28%
hit
72%
miss
If the processor requests data that is available in the cache, it is returned quickly. This is called a cache ..
Anonymous Quiz
97%
hit
3%
miss
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