answersLogoWhite

0

What else can I help you with?

Related Questions

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

ram


What is used to temporarily store program instructions?

ram


A flash ROM memory chip is used to temporarily store instructions that control basic hardware functions?

flash memory read only or not


What is the amount of data and program instructions that can swap at a given time?

The amount of data and program instructions that can be swapped at a given time is determined by the size of the computer's virtual memory. Virtual memory allows the computer to temporarily store data and program instructions that are not currently in use in the RAM. The size of virtual memory is typically limited by the operating system and hardware constraints, such as the amount of physical RAM installed in the computer.


What window features allow you to temporarily store text?

The Windows feature that allows you to temporarily store text is the clipboard. A person can also temporarily store text in Notepad.


What is the term for very fast memory used to store data or instructions between the CPU and regular memory?

Very fast memory used to store data or instructions between the CPU and regular memory is called cache.


Inumarate the different components?

There are four primary components of a computer system: the central processing unit (CPU) to process data and instructions, memory (RAM) to temporarily store data and instructions, storage devices (hard drive, SSD) to permanently store data, and input/output (I/O) devices to interact with the system.


What is fold back memory?

Foldback memory is a type of memory configuration where a portion of the memory is used to temporarily store instructions or data that need to be accessed frequently. This helps improve the processing speed of the computer by reducing the time needed to access frequently used information. Foldback memory is commonly used in certain types of microprocessors to enhance performance.


What Consists of electronic components that store instructions waiting to be executed by the processor data needed by those instructions and the results of processed data information?

Memory


What is psen pin in 8051?

Program Store Enable: The read strobe to external program memory.


Are registers part of the memory in a computer system?

Yes, registers are a type of memory within a computer system that store data temporarily for quick access by the CPU.


What is the difference between program and data memory?

When the program is compiled and linked different parts of the program is organised in separate segments. That is our code will be in one segment code means the instructions to be executed this is called as code segment or program memory this is usually readonly. Then there are data which on which the code operates,these data get stored in a segment called data segment. Stack memory is a part of programs memory which will be used as stack in case of function calls to store the IP and parameters variables of the current function. The three types of memory specified above are owned by the corresponding process or program the linker will give info abt where to store which data to the loader, based on these infos loader will load the corresponding image i.e executable in the memory.