Cache memory


SUBMITTED BY: oshear2

DATE: Oct. 13, 2020, 3:16 a.m.

FORMAT: Text only

SIZE: 279 Bytes

HITS: 316

  1. Observation Copies data (and 'neighboring' data) from regular RAM memory to a special, high-speed memory unit called Cache Memory (5-10x faster)
  2. - When a computer needs a piece of info, looks into cache first, (and if not there) then into RAM, then copies that memory into cache

comments powered by Disqus