question archive Problem description: Write a C++ program to simulate the algorithms the operating system uses to manage memory (page replacement)
Subject:Computer SciencePrice: Bought3
Problem description:
Write a C++ program to simulate the algorithms the operating system uses to manage memory (page replacement).
Specs:
1. Offer a clear menu to select between the different types of algorithms
2. Offer a submenu to select between the different algorithms belonging to each
category:
A- Disk scheduling: FCFS (First Come, First Served), SSF (Shortest Seek First), Scan (elevator algorithm), C-Scan. The program must request the initial position and the request queue (10 requests). And as a result it should print FOR ALL ALGORITHMS
clearly the following information: i. The chain with the movements made.