subject

Suppose we have a direct-mapped data cache with a 32-bit address. further suppose the block offset is 8 bits and the set index is 8 bits. consider a data address with this binary representation: 0111 0111 1001 1101 1101 1101 1101 1100. what is the binary representation of the corresponding block offset? what is the binary representation of the corresponding set index? does the answer to a) or b) change if the cache is two-way set associative? why or why not? (note that you can assume that the cache does increase in size to make it two-way set associative. this question is to get you to think about the nature of the relationship between the block offset, set index, and associativity.)

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 21:00
Simon says is a memory game where "simon" outputs a sequence of 10 characters (r, g, b, y) and the user must repeat the sequence. create a for loop that compares the two strings starting from index 0. for each match, add one point to userscore. upon a mismatch, exit the loop using a break statement. assume simonpattern and userpattern are always the same length. ex: the following patterns yield a userscore of 4: simonpattern: rrgbryybgy userpattern: rrgbbrybgy
Answers: 2
question
Computers and Technology, 24.06.2019 01:30
Could you find out how im still getting an 83 percent on this in edhesive a = input("enter an animal: ") s = input ("enter a sound: ") e = "e-i-e-i-o" print ("old macdonald had a farm, " + e) print ("and on his farm he had a " + a + "," + e) print ("with a " + s + "-" + s + " here and a " + s + "-" + s + " there") print ("here a " + s+ " there a " + s) print ("everywhere a " + s + "-" + s ) print ("old macdonald had a farm, " + e)
Answers: 2
question
Computers and Technology, 24.06.2019 11:30
Convert 11001110(acdd notation) into decimal
Answers: 2
question
Computers and Technology, 24.06.2019 16:50
Ramp charts are generally created in wordlotusexcelpowerpoint
Answers: 1
You know the right answer?
Suppose we have a direct-mapped data cache with a 32-bit address. further suppose the block offset i...
Questions
Questions on the website: 13722363