Embed presentation
Download as PDF, PPTX














Computer architecture describes how components of a computer system are organized and linked together. Cache memory stores recently accessed data closer to the processor to improve performance. There are three main cache mapping techniques - direct mapping, associative mapping, and set associative mapping - which determine how data blocks are stored in cache. Cache replacement algorithms like LRU and FIFO are used to determine which block to remove when new data needs to be added to a full cache.













