I don't know if this is the right place where I can post my question. I'm studying computer architecture for an exam in September but I find some question in the program and I don't know how to answer to them. I tried to search on Internet but I did not find anything. The questions are:
Given the number of sets, the number of lines per set, the number of words per
line and the number of cells per word, draw the structure of a cache (show tags,
valid bits and data structured in sets, lines, words and cells).
Given the number of sets, the number of lines per set, the number of words per line
and the number of cells per word, and assuming the LRU (least recently used)
replacement policy, simulate a sequence of LOAD instructions accessing that cache.
Hope that someone can help me. Thanks a lot