_______ is a technique used to store copies of frequently accessed data in a faster storage location to improve access times.

  • Caching
  • Fragmentation
  • Indexing
  • Serialization
Caching is a technique that involves storing copies of frequently accessed data in a faster storage location, such as memory or a dedicated cache. This helps improve access times and overall system performance.
Add your answer
Loading...