Correct Answer
verified
View Answer
Multiple Choice
A) the pages not associated with the binary executable file of the process.
B) the pages associated with the binary executable file of the process.
C) the pages associated with the static data of the process.
D) the pages that cannot be swapped out of the physical memory.
Correct Answer
verified
True/False
Correct Answer
verified
Multiple Choice
A) is same as FIFO algorithm if all pages in memory have been referenced at least once since the last page fault.
B) is same as FIFO algorithm if none of the pages in memory have been referenced since the last page fault.
C) is same as LRU algorithm if all pages in memory have been referenced at least once since the last page fault.
D) is same as LRU algorithm if none of the pages in memory have been referenced since the last page fault.
Correct Answer
verified
Multiple Choice
A) is the page-replacement algorithm most often implemented
B) is used mostly for comparison with other page-replacement schemes
C) can suffer from Belady's anomaly
D) requires that the system keep track of previously used pages
Correct Answer
verified
Essay
Correct Answer
verified
View Answer
Essay
Correct Answer
verified
View Answer
True/False
Correct Answer
verified
Multiple Choice
A) they only approximate LRU.
B) they are expensive to implement, even though they incur the least number of page faults.
C) they do not approximate OPT replacement very well and their implementation is expensive.
D) they do not approximate OPT replacement very well, even though they are easy to implement.
Correct Answer
verified
Multiple Choice
A) a page that has been corrupted.
B) a page that needs to be reloaded when accessed.
C) a page that is shared by multiple processes.
D) a page that has been modified since it was loaded.
Correct Answer
verified
True/False
Correct Answer
verified
True/False
Correct Answer
verified
True/False
Correct Answer
verified
Essay
Correct Answer
verified
View Answer
Multiple Choice
A) to swap using the file system.
B) to copy an entire file to swap space at process startup and then perform demand paging from the swap space.
C) to demand-page from the file system initially but to write the pages to swap space as they are replaced.
D) None of the above.
Correct Answer
verified
Multiple Choice
A) FIFO
B) Least frequently used
C) Most frequently used
D) LRU
Correct Answer
verified
Multiple Choice
A) Larger page size results in reducing total I/O.
B) Smaller page size reduces the number of page faults.
C) Larger page size reduces I/O time.
D) Larger page size results in less total allocated memory.
Correct Answer
verified
Multiple Choice
A) a page loaded in memory may never be accessed.
B) all pages that a program will access during execution are loaded in memory in the beginning.
C) a page is loaded in memory only when it is needed during execution.
D) a page is loaded in memory just before it is needed.
Correct Answer
verified
Essay
Correct Answer
verified
View Answer
Multiple Choice
A) 3
B) 4
C) 5
D) 6
Correct Answer
verified
Showing 21 - 40 of 54
Related Exams