edited by
487 views
0 votes
0 votes

An operating system supports a paged virtual memory, using a central processor with a cycle time of 1 microsecond. It costs an additional 1 microsecond to access a page other than the current one. Pages have 1000 words, and the paging device is a drum that rotates at 3000 revolutions per minute and transfers 1 million words per second. The following statistical measurements were obtained from the system:

  • 1 percent of all instructions executed accessed a page other than the current page.
  •  Of the instructions that accessed another page, 80 percent accessed a page already in memory. 
  •  When a new page was required, the replaced page was modified 50 percent of the time.

Calculate the effective instruction time on this system, assuming that the system is running one process only and that the processor is idle during drum transfers.

The answer given is 34us. Please anybody explain..

Also, I am getting highly frustrated over such questions. Please tell me how to solve these questions correctly?

edited by

Please log in or register to answer this question.

Related questions

4.4k
views
1 answers
2 votes
Beyonder asked Mar 14, 2017
4,366 views
Consider the following passage to answer questions from Q. Nos. 1 to 6 :Virtual Memory is a technique that allows the execution of processes that maynot be completely in the ... B) 10 page faults(C) 14 page faults (D) 12 page faults
946
views
1 answers
0 votes
sripo asked Dec 28, 2018
946 views
What is the reason for Belady’s Anomaly,I am aware that it is not a stack based algorithm and for a certain set of pages it shows this anomaly where the increase in page frame increases the page fault rate.
15.5k
views
4 answers
44 votes
Ishrat Jahan asked Oct 29, 2014
15,537 views
The address sequence generated by tracing a particular program executing in a pure demand paging system with $100$ ... $4$7$8$
24.4k
views
9 answers
66 votes
Kathleen asked Sep 18, 2014
24,430 views
The minimum number of page frames that must be allocated to a running process in a virtual memory environment is determined bythe instruction set architecturepage sizenumber of processes in memoryphysical memory size