Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

SRM Institute of Science and Technology

Department of Networking and Communications

Subject: 18CSC205J Operating Systems


Section: Q1
Date: 24-04-23
Time: 9:45 to 10:30
Faculty Incharge: Dr.M.Sivakumar
Marks : 20
Slip Test

(2 x 10 = 20 Marks)

1. Consider the following page reference string:

1, 2, 3, 4, 2, 1, 5, 6, 2, 1, 2, 3, 7, 6, 3, 2, 1, 2, 3, 6.
How many page faults would occur for the following replacement algorithms, assuming one,
two, three, four, five, six, and seven frames? Remember that all frames are initially empty, so
your first unique pages will cost one fault each.
• LRU replacement
• FIFO replacement
• Optimal replacement

2. Suppose that a disk drive has 5,000 cylinders, numbered 0 to 4,999. The drive is currently
serving a request at cylinder 2,150, and the previous request was at cylinder 1,805. The
queue of pending requests, in FIFO order, is:

2,069, 1,212, 2,296, 2,800, 544, 1,618, 356, 1,523, 4,965, 3681

Starting from the current head position, what is the total distance (in cylinders) that the disk
arm moves to satisfy all the pending requests for each of the following disk-scheduling
algorithms?
a. FCFS
b. SSTF
c. SCAN

You might also like