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
Understanding Operating Systems
Quiz 3: Memory Management Includes Virtual Memory
Path 4
Access For Free
Share
All types
Filters
Study Flashcards
Practice Exam
Learn
Question 1
True/False
Cache memory is based on the concept of using a large,fast,and expensive memory to supplement the workings of main memory.
Question 2
True/False
With segmented memory allocation,each job is divided into several segments of the same size,one for each module containing pieces that perform related functions.
Question 3
True/False
In a demand paging scheme,the first-in first-out (FIFO)page replacement policy chooses the page least recently accessed to be swapped out.
Question 4
True/False
The optimal selection of cache size and replacement algorithm can result in 80 to 90 percent of all requests being in the cache.
Question 5
True/False
The key to the successful implementation of demand paging is the use of a high-speed CPU.
Question 6
True/False
Thrashing is a problem that occurs when there are a large number of jobs and many free pages so that pages are being moved around too much.
Question 7
True/False
A variation of the LRU page replacement algorithm known as the clock page replacement policy is implemented using a pointer to step through the reference bits of the active pages,simulating a clockwise motion.