Exam 10: Virtual Memory

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

Memory compression is a useful alternative to paging

Free
(Multiple Choice)
4.9/5
(29)
Correct Answer:
Verified

D

A free-frame list

Free
(Multiple Choice)
4.8/5
(33)
Correct Answer:
Verified

B

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:
Verified

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)

An advantage of virtual memory is that

(Multiple Choice)
4.8/5
(39)

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)

Which of the following does not increase the TLB reach?

(Multiple Choice)
4.7/5
(22)

A page fault must be preceded by a TLB miss.

(True/False)
4.8/5
(33)

Discuss two strategies for increasing TLB reach.

(Essay)
5.0/5
(34)

Which of the following is FALSE about reapers?

(Multiple Choice)
4.8/5
(36)

In Linux, a slab may only be either full or empty.

(True/False)
4.8/5
(31)
Showing 1 - 20 of 54
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)