answersLogoWhite

0

Anything stored in memory can be accessed much faster than items stored on the harddrive. This is basically because of the physical composition of memory chips which allows for much faster data-transfer. The tradeoff is the amount of space that memory provides, and the number of programs that end up sharing the memory. So, when a program is stored in memory, its execution is much faster. However, if a program exists ONLY in the memory, and does not store any data on the primary disk, then when you exit a program, all your data will also be destroyed due to active memory management that takes place. Data will not persist when program exists. Hence, you will need to write the data to a file on the hardisk which can be accessed later and loaded into the memory next time when the program runs.

User Avatar

Wiki User

16y ago

What else can I help you with?

Related Questions

What is the purpose of pointer in C?

the purpose of pointer in c for saving the memory space.,and reduce the length and complexity of the program


What is the purpose of the registers and cache memory in the computer system?

The register is a collection of different settings and configurations for the operating system. Cache memory is a way for the computer to load webpages faster by storing them in RAM.


Do threads share memory?

No, threads do not share memory. Each thread in a program has its own stack memory for storing local variables and function calls. However, threads within the same process can share memory through shared data structures or variables.


What is the purpose of a flash programmer?

The purpose of a flash programmer is to program data into a flash memory device for later usage. It can create software, animations and web applications.


What computer memory is used for storing programs processed by the CPU?

Internal memory (RAM)


Explain storing a word and fetching a word into memory?

Storing a word in memory involves writing the word's data into a specific memory location. Fetching a word from memory entails reading the word's data from the corresponding memory location and transferring it to the processor for further processing.


What is the purpose of excel?

Excel is an electronic spreadsheet program that can be used for storing, organizing and manipulating numbers and data. It's an amazingly flexible program to find answers to logic based questions. It is a program that can compile lots of data into graphs and tables.


What is program memory?

Program memory refers to a type of memory used in coding. This memory is where the coding originally comes from.


What is the purpose of storing and retrieving information?

none


What is the purpose of the head string pool in a programming language and how does it impact memory management?

The purpose of the head string pool in a programming language is to store and manage commonly used string literals in memory. This helps reduce memory usage by reusing the same string objects instead of creating new ones every time they are used. This can improve memory management by reducing the amount of memory allocated for storing duplicate string literals, leading to more efficient use of memory resources.


Is ram program memory?

I think it may be a program memory but i'm not sure


Is volatile memory or nonvolatile memory faster?

Volatile memory is temporary. Non-volatile is used for storing information after the the computer is shut down.