Quizzes 4, 5, 6 Flashcards
A(n) ____ page table has one page entry for each real frame of memory.
inverted
Which of the following dynamic storage-allocation algorithms results in the smallest leftover hole in memory?
best fit, worst fit, first fit, none of them
best fit
How many page table for the whole OS?
one for each process
T/F:
TLB is a special hardware to speed up page table search.
T
T/F:
There is a separate TLB for each process.
F
T/F:
Segmentation memory management is much faster than paging memory management.
F
Without TLB, for each memory address, considering page table, how many times do we need to really access memory?
2
The leftover hole in segmentation memory management is called
external fragmentation
The leftover within a page is called
internal Fragmentation
T/F:
When page fault happens, if there is no free frame available, the OS will report an error.
F
A RAID structure is ___
primarily used to ensure higher data reliability
The mapping of a logical address to a physical address is done in hardware by the ______.
memory-management-unit (MMU)
T/F:
The allocated portions of memory using a buddy system are all the same size.
F
T/F:
If the page-fault rate is too high, the process may have too many frames.
F
T/F:
Increase page size will increase the chance of TLB hit.
T