In 8.3 direct mapped cache has 13 misses and fully associative cache has 15 misses.
In 8.4 direct mapped cache has 12 misses and fully associative cache has 0 misses.
A specific main memory block can only be directly mapped to one specific line of the cache in direct mapping. A specific block's mappable cache line number is determined by:
Cache line number = ( Main Memory Block Address ) Modulo (Number of lines in Cache) (Number of lines in Cache)
Direct cache mapping is used by the direct mapped cache.
The moment the CPU generates a memory request,
Learn more about direct mapped cache
https://brainly.com/question/29507904
#SPJ4