answersLogoWhite

0

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

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

Is RAM called as program memory?

no , it is called random access memory


What represents an instance of a program running in memory RAM?

Process


Memory is used to temporarily store program instructions.?

ram


What memory is used to temporarily to store program instructions.?

ram


When a user runs a program which area of main memory is it loaded into?

The program is run on your RAM memory, on the most available CPU core.


When you run a program where does it reside while you are running it?

When a program is run, it resides in the computer's memory, specifically in RAM (Random Access Memory). The operating system loads the program's executable file into RAM, where it can be accessed and executed by the CPU. During execution, the program may also utilize other memory areas for temporary data storage, such as the stack and heap. Once the program finishes running, its data is typically cleared from RAM.


When does page fault occur?

A page fault occurs when a program accesses a memory page that is not currently in physical memory (RAM). This triggers the operating system to fetch the required page from secondary memory (disk) into RAM, allowing the program to continue execution.


What the meaning of 3072 DDR3 RAm?

3072 is how much memory the ram has and what ram does is it like short term memory so when you are using any program it is using ram. ddr3 is the type of ram, it just means it is a little better then ddr2.


Where can you download RAM for free?

RAM stands for Random Access Memory. It's a thing, a computer part, not a program.


Why a PC needs to use ram?

Because it's the extra memory that helps the system go faster. RAM stands for Random Access Memory. It's the portion of the computer memory that is called upon to run whatever program you are using at the time. The more RAM a computer has, the faster and better it can run a program.


What is a stack Is it a part of RAM?

The satck is a piece of memory that is allocated on the RAM, that a thread of a computer program uses for most of its variables.


What is RAM memory used for?

RAM is for Random Access Memory and it is used as sort of a temporary data holding place for the CPU (Central Processing Unit). It holds the code of the program you are running and data being processed.