Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 1

Câu 1

Cache (also known as cache memory) is a temporary storage area of a device that helps to retain certain
types of data. This is basically an area that stores frequently used data or processes for faster access in
the future.

Câu 2

Cache shortens data access times, reduces latency, and improves input/output (I/O). Because almost all
application workloads depend on I/O operations, caching improves application performance.

Cache provides high-speed data access to the processor and stores commonly used programs,
applications, and server data.

Cache provides faster data storage and access by storing versions of programs and data frequently
accessed by the processor.

Câu 3

Caches are virtual and electronic components that store frequently used data. On the other hand, RAM
is a computerized component that stores data currently in use

- Cache is faster than RAM. Although, RAM is faster than mass storage media.

- Cache is more expensive than RAM.

- The capacity of the cache is smaller than the capacity of the RAM.

- The cache contains data and programs that are used frequently by the CPU. RAM contains the
programs and data currently being executed by the CPU.

- Cache is classified into Level 1, Level 2 and Level 3. While RAM is classified into SRAM and DRAM.

You might also like