edited by
956 views
1 votes
1 votes
The address sequence generated by tracing a particular program, executing in a pure demand paging system with $100$ records per page, with $1$ free main memory frame is recorded as follows: $560,\  540, \ 430, \ 390, \ 350, \ 450, \ 102, \ 198, \ 754, \ 785$. The page fault rate is _______
edited by

1 Answer

Best answer
0 votes
0 votes
Take like 0,1,2,3,4,5,6,7,8,9
according to question it contain 100 pages, so page no. 0 contain 0-99, page no 2 have 100-199 and so on.

Now just check require page and  don't count repeated page twice.

Hence Page fault rate = 6 /10 =0.6
selected by
Answer:

Related questions

1.2k
views
3 answers
2 votes
Bikram asked Dec 26, 2016
1,249 views
In a paged memory, the page hit ratio is $0.35$. The time required to service the page fault is $100$ ns. Time required to access a page in primary memory is $10$ ns.The average time required to access a page is ________ ns
586
views
1 answers
0 votes
Bikram asked Dec 26, 2016
586 views
A moving arm disk-storage device has the following specifications. Number of tracks per recording surface - $200$ Disk - rotation speed - $2400$ rpm Track ... $256$ bytes the average number of sectors possible in each track is __________
680
views
1 answers
1 votes
Bikram asked Dec 26, 2016
680 views
Suppose the disk drive has $200$ cylinders ( numbered $0$ to $199$). The drive is currently serving the request at cylinder $53$. The previous ... current head position. The total distance traveled by the disk arm in SCAN scheme _______
923
views
1 answers
0 votes
Bikram asked Dec 26, 2016
923 views
Assume we have a demand-paged memory. The page table is held in registers. It takes $8$ milliseconds to service a page fault if an empty page is available or the ... for an effective access time of no more than $200$ ns is __________ $\%$