The correct sequence of memory access while running a computer program is
Answers
Answered by
1
The correct sequence of memory access while running a computer program is memory managment.
Answered by
1
Answer:
CPU->RAM->HARD DISK->RAM->CPU Executes->RAM ->HARD DISK
Explanation:
The CPU can access only Primary memory which is very faster, if the program is available then it will execute otherwise it will take from Hard disk loads in RAM (Primary Memory) and then executes. If there is any change then the data in the RAM is written back to the Hard disk. The content from the Hard disk is always loaded to RAM to get faster results.
CPU->RAM->HARD DISK->RAM->CPU Executes->RAM ->HARD DISK
Similar questions