224k views
2 votes
If a memory reference takes 100 nanoseconds, how long does a paged memory reference take?

User Aebsubis
by
6.0k points

1 Answer

0 votes

Answer: 200 nanoseconds

Step-by-step explanation:

If a memory reference is taking 100 nanoseconds

Then, a paged memory references take two memory access which are getting the number of frame from the memory for page number and followed by this accessing of the data/information.

Thus, the time taken by the paged memory reference is

Time= 2
*100 nanoseconds

Time=200 nanoseconds

User Reza Toghraee
by
5.6k points