recategorized by
2,049 views

1 Answer

2 votes
2 votes
EMAT = p(PS) +M

where p= miss rate=1/10^6

PS= page service time=8ms

M= avg. memory access time=20ns

EMAT=1/10^6(8ms)+20ns

EMAT=8ns+20ns

EMAT=28ns

Correct answer is C
Answer:

Related questions

0 votes
0 votes
2 answers
1
Arjun asked Dec 7, 2018
3,355 views
Decreasing the RAM causesfewer page faultsmore page faultsvirtual memory gets increasedvirtual memory gets decreased
0 votes
0 votes
1 answer
2
Arjun asked Dec 7, 2018
2,548 views
The process executes the following code and after execution ______ number of child process get createdfork(); fork(); fork(); fork();$4$$1$$15$$16$
0 votes
0 votes
2 answers
3
Arjun asked Dec 7, 2018
1,192 views
In the disk, swap space is used to _______.save XML filessave process datasave driverssave HTML files
0 votes
0 votes
1 answer
4
Arjun asked Dec 7, 2018
954 views
In a system, counting semaphore was initialized to $10$, then $6P$(wait) operations and $4V$ (signal) operations were completed on this semaphore. So _____ is the final v...