Chap 8 Flashcards
The size of virtual storage is limited by the actual number of main storage locations.
FALSE
The addresses a program may use to reference memory are distinguished from the addresses the memory system uses to identify physical storage sites.
TRUE
Most of the memory management issues confronting the operating system designer are in the are of paging when segmentation is combined with paging.
TRUE
Segmentation is not visible to the programmer.
FALSE
The placement policy determines where in real memory a process piece is to reside.
TRUE
Virtual memory allows for very effective multiprogramming and relieves the user of the unnecessarily tight constraints of main memory.
TRUE
The principle of locality states that program and data references within a process do not tend to cluster.
FALSE
The smaller the page size, the greater the amount of internal fragmentation.
FALSE
The design issue of page size is related to the size of the physical main memory and program size.
TRUE
Segments may be of unequal, indeed dynamic, size.
TRUE
The page currently stored in a frame may still be replaced even when the page is locked.
FALSE
One way to counter the potential performance problems of a variable-allocation global scope policy is to use page buffering.
TRUE
The PFF policy evaluates the working set of a process at sampling instances based on elapsed virtual time.
FALSE
A precleaning policy writes modified pages before their page frames are needed so that pages can be written out in batches.
TRUE
UNIX is intended to be machine-independent; therefore its memory management scheme will vary from one system to the next.
TRUE
The address of a storage location in main memory is the _________.
real address
__________ is the virtual storage assigned to a process.
virtual address space
_________ is the range of memory addresses available to a process.
address space
The _______ structure indexes page table entries by frame number rather than by virtual page number.
inverted page table