397 views
1 votes
1 votes

How long does it take to load a $64-KB$ program from a disk whose average seek time is $5\: msec,$ whose rotation time is $5 msec,$ and whose tracks hold $1\: MB$

  1. for a $2-KB$ page size?
  2. for a $4-KB$ page size?

The pages are spread randomly around the disk and the number of cylinders is so large that the chance of two pages being on the same cylinder is negligible.

Please log in or register to answer this question.

Related questions

199
views
0 answers
0 votes
admin asked Oct 26, 2019
199 views
One of the first timesharing machines, the $DEC\: PDP-1,$ had a (core) memory of $4K\: 18-bit$ words. It held one process at a time in its memory. When ... any word, rather than only at word $0.$ Why do you suppose this drum was chosen?
339
views
0 answers
0 votes
admin asked Oct 26, 2019
339 views
A student in a compiler design course proposes to the professor a project of writing a compiler that will produce a list of page references that can be used ... Is there anything that could be done to improve paging efficiency at run time?
1.7k
views
1 answers
2 votes
admin asked Oct 26, 2019
1,705 views
Consider the following two-dimensional array:int X[64][64];Suppose that a system has four page frames and each frame is $128$ words (an integer occupies one word). Programs that manipulate the ... for (int j = 0; j < 64; j++) X[i][j] = 0;
453
views
0 answers
0 votes
admin asked Oct 26, 2019
453 views
Suppose that two processes $A$ and $B$ share a page that is not in memory. If process $A$ faults on the shared page, the page table entry for ... page into memory? Explain. What is the potential cost of delaying the page table update?