From: Sathish Govindarajan For a direct mapped cache of size 8K bytes Total number of memory reads = 1000000 Number of hits = 943925 Number of miss = 56075 For a 2-way set associative cache of size 8K bytes Total number of memory reads = 1000000 Number of hits = 948742 Number of miss = 51258 This data is provided so that you can check the correctness of your program.