(Electronics & Computer Science / Computer Science) a technique whereby computer peripherals may be addressed as though they formed part of the main memory of the computer. (Khanu Piyar)
Cache memory is a memory that is used by CPU so that the average time to access the memory is reduced. It is a smaller and faster memory that stores copies of data which is used in frequently...
Usually the term "memory" in computers is referred to RAM. RAM = Random Access Memory Memory is the only storage directly accessible to the CPU. The CPU continuously reads instructions stored there...