Quiz 4 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
How many page table for the whole OS?
One for the whole OS
TLB is a special hardware to speed up page table search.
True
There is a separate TLB for each process.
False
Segmentation memory management is much faster than paging memory management.
False
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
When page fault happens, if there is no free frame available, the OS will report an error.
False