Page Replacement Algorithms

Page Replacement Algorithms

University

15 Qs

quiz-placeholder

Similar activities

Operating System Memory Management

Operating System Memory Management

University

20 Qs

Data Structures Quiz 1

Data Structures Quiz 1

12th Grade - University

18 Qs

Algorithms and Flowchart

Algorithms and Flowchart

University

20 Qs

Machine Learning

Machine Learning

University

15 Qs

OS Day 2 part 2

OS Day 2 part 2

University

10 Qs

Chapter 9 : Virtual Memory

Chapter 9 : Virtual Memory

University

20 Qs

Cache memory

Cache memory

University

15 Qs

Creating Algorithms through Pseudocodes and Flowcharts

Creating Algorithms through Pseudocodes and Flowcharts

10th Grade - University

20 Qs

Page Replacement Algorithms

Page Replacement Algorithms

Assessment

Quiz

Computers

University

Hard

Created by

Salmiah Amin

Used 77+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

Consider the following sequence of page references:

1 2 3 4 4 2 1 4 1 3 4


Determine how many page faults will occur for the "Optimal" algorithms, assuming there are only "2 frames".

10 page faults

8 page faults

6 page faults

4 page faults

2.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

Consider the following sequence of page references:

1 2 3 4 4 2 1 4 1 3 4


Determine how many page faults will occur for the "FIFO" algorithms, assuming there are only "2 frames".

9 page faults

7 page faults

5 page faults

3 page faults

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following page replacement algorithms suffer from “Belady’s anomaly?

Second Chance

FIFO

LRU

Optimal

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the algorithms requires future knowledge of the reference string?

FIFO

Random

LRU

Optimal

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Second chance algorithm is actually a FIFO replacement algorithm with a small modification that causes it to be similar to least recently used

True

False

6.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

Consider the following sequence of page references:

7 0 1 2 0 3 0 4 2 3 0


Determine how many page faults will occur for the "FIFO" algorithms, assuming there are only "3 frames".

12 page faults

10 page faults

8 page faults

6 page faults

7.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

Consider the following sequence of page references:

7 0 1 2 0 3 0 4 2 3 0


Determine how many page faults will occur for the "LRU" algorithms, assuming there are only "3 frames".

10 page faults

9 page faults

8 page faults

7 page faults

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?