Computer Science, asked by ShafaatRather, 1 year ago

when a processor processes the task , the related data resides in which memory?

Answers

Answered by aqibkincsem
0
RAM or random access memory is the memory device where the related data resides when the CPU processes the program.

This is generally termed as the short term memory as the information is stored for the temporary basis.

Data values are primarily stored in RAM before it is processed out as output.
Answered by writersparadise
0

RAM: When a task is in execution, all the related data will be stored in the Random Access Memory (RAM).

Since, the data requires faster access, it is not possible for the processor to fetch the data from the secondary memory as it takes a lot of time.

The primary memory or RAM is responsible for storing data related to the process in execution and is a volatile, temporary storage.

The speed of the process totally depend on the RAM.

Similar questions