closed by
242 views
1 votes
1 votes
closed as a duplicate of: GATE CSE 2014 Set 1 | Question: 44
An access sequence of cache block addresses is of length N and contains n unique block addresses.The number of unique addresses between 2 consecutive access to the same block address is bounded above by k. What is the miss ratio if the access sequence is passed through a cache of associativity A>=k exercising least recently used replacement policy

a) n/N

b)1/N

c)1/A

d)k/n

Please if possible do explain with a small example

 (i.e) assuming values for all these variables
closed by

Related questions

0 votes
0 votes
0 answers
2
abhishekmehta4u asked Aug 3, 2018
234 views
0 votes
0 votes
0 answers
3
abhishekmehta4u asked Jul 24, 2018
1,016 views
A typical vertical micro instruction format is characterized by
0 votes
0 votes
1 answer
4
mohitbawankar asked Nov 22, 2017
958 views
Consider a system with instruction set that uses a fixed 19 bits instruction length and length of address is 8 bits. There are 6 two address instructions and ‘K’ one ...