| |
GeekInterview.com > Interview Questions > Oracle > Memory Management
| Print | |
Question: Why we do use very small size of RAM compairing then HARD DISK?
|
| June 06, 2008 10:30:38 |
#1 |
| prashatt |
Member Since: April 2006 Total Comments: 4 |
RE: Why we do use very small size of RAM compairing then HARD DISK? |
RAM means Random access memory, which is used as a temporary memory space to load Operating system kernel, driver modules and services needed on the system. Whenever you switch off the system all the RAM memory contents are lost. Hard disks are for permanent data storage. So hard disks generally have a huge capacity compared to RAM which is temporary memory space. |
| |
Back To Question | |