Computer Science, asked by ridaaslam9722, 1 year ago

how cache memory is faster as compared to conventional memory ?( in 150 words )

Answers

Answered by lakshayhasj
0
because it occupies less space than conventional memory

it can be answered in one word

hope it will help you………
Answered by Anonymous
1

In the case of a CPU cache, it is faster because it's on the same die as the processor. In other words, the requested data doesn't have to be bussed over to the processor; it's already there.

In the case of the cache on a hard drive, it's faster because it's in solid state memory, and not still on the rotating platters.

In the case of the cache on a web site, it's faster because the data has already been retrieved from the database (which, in some cases, could be located anywhere in the world).

Similar questions