InterviewSolution
Saved Bookmarks
| 1. |
Why processor interacts with the main memory billion times a second |
|
Answer» Actually they don’t. They CACHE memory interact with the CPU a lot, but memory/cache cycles tend to transfer some 32–64 bytes in ONE transfer… then the CPU gets to work on on that amount of data without interaction with the main memory - the interaction is with cache. Then cache will interact with main memory, but a GOOD BIT less often than the CPU.Explanation:HOPE IT HELPSI AM ALWAYS THERE TO HELP YOU JUST LIKE AND FOLLOW ME THEN I WILL FOLLOW YOU |
|