Tuesday, June 29, 2010

Types Of Ram









An early type of widespread writable random-access memory was the magnetic core memory, developed from 1949 to 1952, and subsequently used in most computers up until the development of the static and dynamic integrated RAM circuits in the late 1960s and early 1970s. Before this, computers used relays, delay line/delay memory, or various kinds of vacuum tube arrangements to implement "main" memory functions (i.e., hundreds or thousands of bits), some of which were random access, some not. Latches built out of vacuum tube triodes, and later, out of discrete transistors, were used for smaller and faster memories such as random-access register banks and registers. Prior to the development of integrated ROM circuits, permanent (or read-only) random-access memory was often constructed using semiconductor diode matrices driven by address decoders.





Other uses of the "RAM" term

Other physical devices with read–write capability can have "RAM" in their names: for example, DVD-RAM. "Random access" is also the name of an indexing method: hence, disk storage is often called "random access" (Wiki:PowerOfPlainText, Fortran language features#Direct-access files, MBASIC#Files and input/output, Java Platform, Standard Edition#Random access, indexed file) because the reading head can move relatively quickly from one piece of data to another, and does not have to read all the data in between. However the final "M" is crucial: "RAM" (provided there is no additional term as in "DVD-RAM") always refers to a solid-state device.

Often, RAM is a shorthand in on-line conversations for referring to the computer's main working memory.
[edit] RAM disks

Software can "partition" a portion of a computer's RAM, allowing it to act as a much faster hard drive that is called a RAM disk. Unless the memory used is non-volatile, a RAM disk loses the stored data when the computer is shut down. However, volatile memory can retain its data when the computer is shut down if it has a separate power source, usually a battery.

Hard Disk Drive




A hard disk drive (hard disk, hard drive, HDD) is a non-volatile storage device for digital data. It features one or more rotating rigid platters on a motor-driven spindle within a metal case. Data is encoded magnetically by read/write heads that float on a cushion of air above the platters, with modern storage capacity measured in gigabytes (GB) and terabytes (TB).

Hard disk manufacturers quote disk capacity in SI-standard powers of 1000, wherein a terabyte is 1000 gigabytes and a gigabyte is 1000 megabytes. With file systems that measure capacity in powers of 1024, available space appears somewhat less than advertised capacity.

The first HDD was invented by IBM in 1956. They have fallen in size and cost over the years, displacing floppy disks in the late 1980s as the preferred long-term storage mechanism for personal computers. Most desktop systems today have standardized on the 3.5" form factor, and though mobile systems most often use 2.5" drives, both sizes operate on similar high-speed serial interfaces.