retagged by
649 views
0 votes
0 votes

# plz check  i think here simultanous apply???

retagged by

1 Answer

0 votes
0 votes
A/c :

h1 = 0.9 , h2 = 0.95  , t1 = 1ns , t2 = 5ns , t3 = 50ns

There are Two Types of Memory Leveling:

Acess in Parallel : --

EAT = h1*t1 + (1-h1)*h2*t2 + (1-h1)*(1-h2)*t3

       = 0.9*1 +0.1*0.95*5 + 0.1*0.05*50

       = 1.625

Not Acess in Parallel : --

EAT = h1*t1 + (1-h1)*h2*(t1+t2) + (1-h1)*(1-h2)*(t1+t2+t3)

       = 0.9*1 + 0.1*0.95*(1+5) + 0.1*0.05*(1+5+50)

      = 1.75

Hence both Answer is Correct bcz in this question not mention which process is Apply.

Related questions

0 votes
0 votes
1 answer
1
Hradesh patel asked Jan 28, 2017
317 views
#plz chek???
0 votes
0 votes
2 answers
2
Hradesh patel asked Jan 28, 2017
325 views
here answer is 8 or 9??
1 votes
1 votes
0 answers
3
Hradesh patel asked Jan 28, 2017
205 views
#plz explain??
0 votes
0 votes
1 answer
4
Hradesh patel asked Jan 28, 2017
406 views
# i got 2 and 3 is correct. pplz explain 1st ???