Exam 10: Virtual Memory
Exam 1: Introduction57 Questions
Exam 2: Operating-System Structures42 Questions
Exam 3: Processes55 Questions
Exam 4: Threads Concurrency59 Questions
Exam 5: Cpu Scheduling57 Questions
Exam 6: Synchronization Tools61 Questions
Exam 7: Synchronization Examples57 Questions
Exam 8: Deadlocks40 Questions
Exam 9: Main Memory58 Questions
Exam 10: Virtual Memory54 Questions
Exam 11: Mass-Storage Structure46 Questions
Exam 12: Io Systems30 Questions
Exam 13: File-System Interface50 Questions
Exam 14: File-System Implementation36 Questions
Exam 15: File-System Internals25 Questions
Exam 16: Security32 Questions
Exam 17: Protection32 Questions
Select questions type
Memory compression is a useful alternative to paging
Free
(Multiple Choice)
4.9/5
(29)
Correct Answer:
D
Given the reference string of page accesses: 1 2 3 4 2 3 4 1 2 1 1 3 1 4 and a system with three page frames, what is the final configuration of the three frames after the LRU algorithm is applied?
Free
(Multiple Choice)
4.9/5
(34)
Correct Answer:
B
How is the effective access time computed for a demand-paged memory system?
(Essay)
4.7/5
(30)
The buddy system for allocating kernel memory is very likely to cause fragmentation within the allocated segments.
(True/False)
4.9/5
(33)
Explain the distinction between a demand-paging system and a paging system with swapping.
(Essay)
4.7/5
(43)
Stack algorithms are a class of page replacement algorithms that
(Multiple Choice)
4.8/5
(29)
What are the benefits of using slab allocation to allocate kernel memory?
(Essay)
4.8/5
(40)
Suppose we have the following page accesses: 1 2 3 4 2 3 4 1 2 1 1 3 1 4 and that there are three frames within our system. Using the FIFO replacement algorithm, what will be the final configuration of the three frames following the execution of the given reference string?
(Multiple Choice)
4.8/5
(34)
If an instruction modifies several different locations, a page fault can be handled by
(Multiple Choice)
4.8/5
(31)
Suppose we have the following page accesses: 1 2 3 4 2 3 4 1 2 1 1 3 1 4 and that there are three frames within our system. Using the FIFO replacement algorithm, what is the number of page faults for the given reference string?
(Multiple Choice)
4.9/5
(45)
In which of the following cases, performance may be improved?
(Multiple Choice)
4.8/5
(36)
Why doesn't a local replacement algorithm solve the problem of thrashing entirely?
(Essay)
4.8/5
(45)
Some operating systems provide raw disk, so that special applications can bypass file system when accessing secondary storage.
(True/False)
4.9/5
(37)
Showing 1 - 20 of 54
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)