Computer Science, asked by sujaychintakunta, 11 months ago

7)
The correct sequence of memory access while running a computer program is
a) RAM → DISK → RAM >CPU
b) CPU > DISK>RAM>CPU
c) DISK>RAM>CPU>DISK
d) DISK>RAM>DISK>CPU​

Answers

Answered by njrfarhandasilva10
6

Answer:

RAM ->DISK ->RAM ->CPU

Explanation:

The ram fetches the info from a file created by an editor or a source file that is stored in the disk it then compiles it and processes it and sends it to the cpu for final executon.

Answered by smartbrainz
1

sequence of memory is RAM-DISK-RAM-CPU.

Explanation:

The sequence of memory is RAM-DISK-RAM-CPU on running a program in the computer. Firstly, the RAM collects the entire information from the source document, which is stored in the disk. Then the RAM compiles and processes the facts in the document. Finally, the processed data are sent to the CPU.  Thus, this is the structure of memory access on executing a computer program.

 

Similar questions