RAM is volatile storage that holds the program and data that the CPU would be processing.
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.
The part of the computer that serves as a work area to store a program and its data while the program is running is the Random Access Memory (RAM). RAM temporarily holds the program's code and data that the CPU needs for processing, allowing for quick access and execution. Unlike permanent storage, data in RAM is lost when the computer is turned off.
It holds your loaded program's and the data to go with it :) hope I helped 😉
MAIN MEMORY
Static RAM, (SRAM)
Yes
Contain temporary processing data
In the RAM
The only way to make your Word Processing program work faster is by upgrading the RAM.
Um RAM, ROM, Kernel and Physical.
Um RAM, ROM, Kernel and Physical.
Classification of RAM is a random access memory module designed to store temporary data for processing. When data is completely processed by the CPU, the data stored in RAM will be erased except for processes that need to be constantly running. If RAM is full and the CPU still needs more information to process, RAM can allocate temporary virtual memory on the hard drive known as a page file or swap file. This file and RAM constantly swap data based on the process priority until RAM space is no longer used, but the swap file still contains data that was dumped. Swap file data is erased and rewritten the next time RAM is overloaded and needs to dump data for immediate processing.