What is DRAM? In which form does it store data?


DRAM is not the best, but it’s cheap, does the job, and is available almost everywhere you look. DRAM data resides in a cell made of a capacitor and a transistor. The capacitor tends to lose data unless it’s recharged every couple of milliseconds, and this recharging tends to slow down the performance of DRAM compared to speedier RAM types.



Explore posts in the same categories: Operating System Interview Questions


BOOKMARK THIS : del.icio.us | Digg it | Furl | reddit |


Related Questions :

  • What is DRAM? In which form does it store data?
  • DRAM forms the Physical Memory of the PC. The process of recharging described in the earlier post is know as...
  • Why do we Use a Multidimensional Array?
  • A multidimensional array can be useful to organize subgroups of data within an array. In addition to organizing data stored...
  • Was XML created to replace databases, specifically RDBMS? Or will XML ever replace databases?
  • XML and "data" can be assumed to be synonymous, but XML was not created to replace traditional RDBMSs (Relational Database...
  • What are the advantages and disadvantages of viewstate?
  • The primary advantages of the ViewState feature in ASP.NET are: 1. Simplicity. There is no need to write possibly complex code...
  • Diff type of Datatypes?
  • LOB (Large Object Data type). CLOB (Stores Character Objects). BLOB ( Store Binary Objects such as Graphic, Video Chips and Sound files). BFILE(Store...
  • What is NEW_FORM built-in?
  • When one form invokes another form by executing New_form, Oracle Forms exists the first form and releases its memeory before...
  • What is ODS?
  • 1. ODS means Operational Data Store. 2. A collection of operation or bases data that is extracted from operation databases and...
  • What is Data Structure?
  • A data structure is a group of data elements grouped together under one name. These data elements, known as members,...
  • What is the difference between Boilerplate images and image items?
  • Boilerplate Images BoilerPlate images are static images(either vector or bitmap) that you import from the file system or database to...
  • What are Data Marts?
  • Data Marts are designed to help manager make strategic decisions about their business. Data Marts are subset of the corporate-wide data...

    Comment:

    You must be logged in to post a comment.