Programming Assignment III

Due on Friday, April 26, 2019 @ 11pm

100 points

Objectives

Implement a virtual memory simulator in C.

Introduction

Suppose a virtual memory system has the following specifications:

Page Replacement Algorithms

The following page replacement algorithms have to be implemented. Do the above again for a 20-bit physical address (i.e., less number of page frames). Does any of the above algorithms exhibit Belady Anomaly? Report this in details in your report.

Submitting Your Assignment

The following is a guideline for submission: Click here to see how your program will be graded.