19.0k views
3 votes
For which purpose is RAM used?

A.
storing data permanently
B.
getting directions for start up
C.
processing data at a given point in time
D.
storing read-only data

User Cheborra
by
8.5k points

2 Answers

4 votes

RAM is used for processing data at a given point in time.

Option C.

Step-by-step explanation:

RAM stands for Random Access Memory. RAM falls under the category of volatile memory, which means that the contents of the memory are lost when the power is turned off.

The main function of RAM is to hold data, instructions and programs which are currently being used. Whenever an instruction is issued to fetch a program from memory, the CPU first of all checks the cache memory, then the RAM and at last the secondary memory which is the main memory.

User Victorbalssa
by
8.9k points
6 votes

Answer: The answer is C

Explanation: RAM also known as random access memory. The RAM of a computer is volatile. In other words, the RAM act as a short-term storage for a computer as long as it remains on. Once the computer is shut down, all data stored in the RAM is lost. The volatility of the RAM makes it impossible for it to store permanent data. In summary, Random Access memory is that memory which is used when a computer is running. It is used for the operating system, processes and programs for storing information for a short period of time.

User Kingcope
by
8.8k points