GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  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.


June 06, 2007 23:43:23 #7
 Balakrishna.thati   Member Since: June 2007    Total Comments: 1 

RE: _____________ Memory is Volatile.
 
any memory component that loses data with the lose of power is called volatile.

So cache memory and main memory both are volatile as they lose data on power off.

next Random access is a method of accessing like sequential, associate etc., not a devise. Both RAM and ROM are Random access. difference is RAM is volatile where as ROM is non-volatile.

So the answer is Cache memory, Main memory usually RAM
     

 

Back To Question