| |
GeekInterview.com > Interview Questions > Concepts > Data Structures
| Print | |
Question: _____________ Memory is Volatile.
Answer: Skill/Topic: Memory, Abstract Data Types, and Addresses A) Cache B) Random Access C) Virtual D) Main Explanation: Random Access Memory is also called a Main Memory. It is called a Volatile memory because; instructions and data contained in main memory are lost once the computer is powered down. |
| October 10, 2006 08:33:51 |
#4 |
| f2003062 |
Member Since: October 2006 Total Comments: 7 |
RE: _____________ Memory is Volatile |
| RAM is volatile since the data is present only when the power is ONROM is non-volatile since the data is present in ROM even when the power is OFF |
| |
Back To Question | |