Determine whether the following will be a hit or miss withexplanation please:
HW29.3. Cache Hit/Miss Given a direct-mapped 2KB cache with 256 byte blocks, which of these accesses result in a cache hit? Assume the cache is initially empty, so that the first access is a miss (Assume they happen in the order presented) Address Address in binary 01110001 10010101 11001010 00000010 01110001 10010101 11001011 00000010 0x7195ca02 Miss 0x7195cb02 Hit Miss 0x3fd0a6dd Hit Miss 0x50713afo 01010000
OR
OR