COMPUTER SCIENCE AND ENGINEERING
DATA STRUCTURES
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
It is deleted
|
|
It is saved in the users document files
|
|
It is saved in the computer’s data storage files
|
|
It is synced automatically with the cloud
|
Detailed explanation-1: -Which statement best describes what happens to the temporary working memory (RAM) of a computer when it is shut down? The data is not saved.
Detailed explanation-2: -Random Access Memory is volatile. That means data is retained in RAM as long as the computer is on, but it is lost when the computer is turned off. When the computer is rebooted, the OS and other files are reloaded into RAM, usually from an HDD or SSD.
Detailed explanation-3: -When the computer is shut down, the information in RAM is erased. The data saved in ROM is saved even when your computer is powered off.
Detailed explanation-4: -RAM (random access memory) is a computer’s short-term memory, where the data that the processor is currently using is stored. Your computer can access RAM memory much faster than data on a hard disk, SSD, or other long-term storage device, which is why RAM capacity is critical for system performance.
Detailed explanation-5: -RAM is volatile memory, which means that the information temporarily stored in the module is erased when you restart or shut down your computer.