Chapter 9 test Flashcards
(116 cards)
A physical memory cache is designed to search the local cache or access the underlying memory, but not in parallel.
False
A reference to a missing page is called a page fault.
T
A virtual address space can be contiguous.
T
After separating read and write operations, there is no need for additional measurement.
???
Although a variety of caching mechanisms exist, they share 4 general characteristics. Name two of the four characteristics.
Small, Active, Transparent, Automatic
An alternate to segmentation that has been very successful is known as demand padding.
T
An architect views a memory as a solid-state digital device that provides storage for data values.
T
An MMU creates a real address for the processor.
F
Any measure of memory performance must give two values. What operations do those values represent?
Read operations and wrote operations.
Byte addressing is convenient for programming because it gives a programmer an easy way to access small data items.
T
Cache designers use the term hit miss ration to refer to the percentage of requests in the sequence that are not satisfied from the cache.
???
Caching can be used with hardware and software.
T
Caching cannot be used with non-textual data.
F
Caching has 4 general characteristics: it is large, static, visible, and not automatic.
F
Caching reduces the Von Neumann bottleneck
T
Computers that use DRAM contain an extra hardware circuit called static circuit.
F
Conceptually, SRAM stores each data bit in a miniature digital circuit composed of multiple transistors similar to the flip-flop.
T
Correct terminology when speaking about page frames is that software loads a page into memory of frame.
T
Currently, the distinction between L1 and L2 cache is fading.
T
Data items in a cache are not limited to a specific type, form, or size.
T
Density and latency stand out when referring to access memory technology.
T
Despite the cost and power consumption advantages of DRAM most computer memory is composed of SRAM rather than DRAM.
F
Dividing a virtual address space on a boundary that corresponds to a power of two allows the MMU to perform address translations without requiring arithmetic operations.
T
Early computer designers thought that multi-programming was impractical.
T