Services
Discover
Homeschooling
Ask a Question
Log in
Sign up
Filters
Done
Question type:
Essay
Multiple Choice
Short Answer
True False
Matching
Topic
Computing
Study Set
Operating System Concepts
Quiz 10: Virtual Memory
Path 4
Access For Free
Share
All types
Filters
Study Flashcards
Practice Exam
Learn
Question 1
Multiple Choice
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?
Question 2
Multiple Choice
The most preferred method of swapping a process is
Question 3
Multiple Choice
_____ is the algorithm implemented on most systems.
Question 4
Multiple Choice
The Second-Chance algorithm
Question 5
Multiple Choice
The dirty (modify) bit identifies
Question 6
Multiple Choice
Given the reference string of page accesses: 1 2 3 4 2 3 4 1 2 1 1 3 1 3 and a system with three page frames, what is the final configuration of the three frames after the OPT algorithm is applied?
Question 7
Multiple Choice
In demand paging,
Question 8
Multiple Choice
If an instruction modifies several different locations, a page fault can be handled by
Question 9
Multiple Choice
A drawback of equal or proportional allocation is that
Question 10
Multiple Choice
Counting based page replacement algorithms are not commonly used, because
Question 11
Multiple Choice
Optimal page replacement ____.
Question 12
Multiple Choice
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?