538 views
0 votes
0 votes

A system uses $2$ level paging scheme.

A regular memory access takes $100$ ns and servicing a page fault takes $10$ millisecond.

An avg instruction takes $100$ ns of CPU time and $2$ memory access.

The TLB hit ratio is $95\%$.

and page fault is $1$ in every $10,000$ memory access.

Avg instruction execution time.$?$

Options given are 


$1300$ns

$1150$ns

$2320$ns

$1275$ns

Please log in or register to answer this question.

Related questions

2.5k
views
1 answers
1 votes
balaeinstein asked May 1, 2017
2,475 views
TLB hit rate=90%TLB access time=1nsMain memory access time=100nspage fault rate=20%Page fault service time=20 ms2 level paging is usedFind out the effective memory access ... know which answer is correct.If my idea is wrong why it is wrong?
919
views
1 answers
0 votes
aditi19 asked Apr 1, 2019
919 views
How many memory accesses are there in this code?LOAD R1, a(RO)
607
views
2 answers
0 votes
aditi19 asked Nov 30, 2018
607 views
what is the number of memory accessed required inregister indirect modeindex register modebase register modepls explain in details with examples