Posts

Showing posts from December, 2020
  Random-access memory   ( RAM   / r æ m / ) is a form of   computer memory   that can be read and changed in any order, typically used to store working   data   and   machine code . [1] [2]   A   random-access   memory device allows   data   items to be   read   or written in almost the same amount of time irrespective of the physical location of data inside the memory. In contrast, with other direct-access data storage media such as   hard disks ,   CD-RWs ,   DVD-RWs   and the older   magnetic tapes   and   drum memory , the time required to read and write data items varies significantly depending on their physical locations on the recording medium, due to mechanical limitations such as media rotation speeds and arm movement. RAM contains  multiplexing  and  demultiplexing  circuitry, to connect the data lines to the addressed storage for reading or writin...