

InterviewSolution
1. |
Write any one use of a ram unit |
Answer» e operating system is loaded, the computer uses RAM, which stands for random-access MEMORY, which TEMPORARILY stores DATA while the central processing unit (CPU) is executing other TASKS. With more RAM on the computer, the less the CPU has to read data from the external or secondary memory (storage DEVICE), allowing the computer to run faster. RAM is fast but it is volatile, which means it will not retain data if there is no power. It is therefore important to save data to the storage device before the system is turned off.There are two main types of RAM: Dynamic RAM (DRAM) and Static RAM (SRAM). |
|