1.

Correct sequence of memory access while running a computer program?

Answer»

The correct sequence of memory access while RUNNING a computer program is as follows:CPU-->(Random Access Memory (RAM)-->Secondary Memory (HARD DISK )-->RAM-->CPU EXECUTES-->RAM -->HARD DISK Explanation: Whenever a process is executed, CPU first CHECKS whether the information is loaded to primary memory (RAM), if it is available then the program is executed. If it is not available in the primary memory then the CPU takes it from the Secondary memory (hard disk) , load those in the RAM and then start executing. Whenever the instructions are readily available in RAM, then CPU executes FASTER and produce the result quickly to the user.



Discussion

No Comment Found