Virtual Memory Review Questions: Section 8.1 and 8.2
8 Questions
1 Views

Choose a study mode

Play Quiz
Study Flashcards
Spaced Repetition
Chat to Lesson

Podcast

Play an AI-generated podcast conversation about this lesson

Questions and Answers

In a pure demand paged system, when is a page brought into memory?

  • When needed (correct)
  • Before it is needed
  • Randomly
  • After a page fault occurs

Which system call initiates copy on write?

  • exec()
  • wait()
  • vfork() (correct)
  • fork()

What is the simplest page replacement algorithm?

  • OPT
  • FIFO (correct)
  • Second Chance
  • LRU

Which page replacement algorithm operates by replacing the page that will not be used for the longest period of time?

<p>OPT (B)</p> Signup and view all the answers

What term describes the set of pages a process is currently referencing?

<p>Working Set (B)</p> Signup and view all the answers

Approximation algorithms are commonly used in implementing which page replacement policy?

<p><strong>LRU</strong> (D)</p> Signup and view all the answers

Shared memory is typically implemented using which technique?

<p><strong>Memory Mapping</strong> (A)</p> Signup and view all the answers

What term is used to describe when a process spends more time paging than executing?

<p>Thrashing (D)</p> Signup and view all the answers

More Like This

Use Quizgecko on...
Browser
Browser