How CPU access the RAM?

Rajesh Munjani 21 Reputation points
2022-08-08T15:56:10.117+00:00

How can we calculate the specific CPU that can access the RAM?

Windows for business Windows Client for IT Pros Devices and deployment Other
{count} votes

Accepted answer
  1. Wesley Li-MSFT 4,571 Reputation points Microsoft External Staff
    2022-08-19T09:12:01.06+00:00

    Hi,

    The CPU accesses memory according to a distinct hierarchy. Whether it comes from permanent storage (the hard drive) or input (the keyboard), most data goes in random access memory (RAM) first. The CPU then stores pieces of data it will need to access, often in a cache, and maintains certain special instructions in the register.

    Please refer to this document for how it works:https://computer.howstuffworks.com/computer-memory1.htm

    Best Regards,
    Wesley Li


1 additional answer

Sort by: Most helpful
  1. Wesley Li-MSFT 4,571 Reputation points Microsoft External Staff
    2022-09-20T07:50:14.21+00:00

    Hello

    Do you have any other questions?

    If the above reply is helpful to you, please mark it as answer.

    Thanks

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.