Computer Science, asked by swatibce2017, 1 year ago

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 ansistkharms
32

Answer:

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

Answered by Agastya0606
1

Answer:

While running the computer programme, the sequence in which memory is accessed is a) RAM- DISK- RAM - CPU.

At first ,the entire information is collected from the document which is known as source. This collection is done from the disk by the RAM or Random Access Memory.

The facts in the document are then processed and compiled by RAM . Finally the CPU receives the data processed by RAM for execution. Hence, in this way, the memory sequence functions during computer programming.

Similar questions