Computer Science, asked by mouryamamta461, 8 months ago

describe the relationship that exists between a computer's processor and its memory.

Answers

Answered by Abhinab08
0

Explanation:

The CPU processes (performs instructions on things, such as adding) stuff in memory. RAM is just part of the memory pyramid (see below). So when you are processing lots of data, that data ( or maybe large portions of it) will likely get loaded into RAM so it is ready for the cpu, this is to speed things up because RAM is faster to access than storage devices. So CPU usage and RAM can often correlate, but don't have to.

Similar questions