What is RAM ? The full form of RAM is ‘Random Access Memory). This is also known as main memory. Computers can write and read data from RAM. This is in contrast to ROM which permits you only to read data. However, most RAM is volatile, which means that it requires a steady flow of electricity to maintain its contents. As soon as the power is turned off, whatever data was in RAM is lost. The users access data in RAM memory randomly as per needs. RAM can be erased or written over at will by the computer programme
· What is ROM ? The full form of ROM is ‘Read only Memory): Computers almost always contain a small amount of read-only memory, commonly known as ROM. This memory holds instructions for starting up the computer. As name indicates you can only read from this memory and cannot write anything on it. Moreover, it is non-volatile in nature i.e. even when power is switched off, the memory is not lost.
Thus, we can say that RAM is like a slate where you can write something for immediate reference and then wipe / change data by adding or deleting when it is not needed, but ROM is like a printed book, where once the text is printed then it cannot be altered.
· PROM : The full form of PROM is ‘Programmable Read-Only Memory’. A PROM is a memory chip on which you can store a programme. But once the PROM has been used, you cannot wipe it clean and use it to store something else. Like ROMs, PROMs are non-volatile.
· EPROM (erasable programmable read-only memory): An EPROM is a special type of PROM that can be erased by exposing it to ultraviolet light.
· EEPROM (electrically erasable programmable read-only memory): An EEPROM is a special type of PROM that can be erased by exposing it to an electrical charge.
Memory is measured in bytes. A byte is usually made up of 8 bits and represents one character – a letter, digit or symbol. The number of bytes that can be held is a measure of the memory and storage capacity. Bytes are usually measured in groups of kilobytes, megabytes, gigabytes and terabytes.
Disk Drives
Secondary memory is also known as external memory or storage. It consists of Hard Discs, Floppy Disc (now a days out of fashion) , CDs and DVDs as well as pen drives. External device consists of more storage space and most dynamic in terms of storing data.
The disk drive determines the path by which you send and receive information to the computer. Information stored on a disk is measured in bytes. We have already explained the methods used to represent bytes
1. a : drive and b: drive: The A and B drives on a desktop computers were originally reserved in the BIOS for floppy disks as at that time floppy drives were very popular and at one time there used to be floppy drives of different sizes. Floppy disk or disketteused to comes in two basic sizes; 5.25 inch and 3.5 inch. Both have a low and high density versions though 3.5 inch high density disks are the most common. The later date diskettes that were inserted into the a: drive were 3 ½ inch size which could hold 1.44 megabyte of information. Initially these disk had to be formatted before being put to use, but later on pre-formatted disks were available. Formatting prepares the disk to be written upon. Diskettes can also be write-protected. This prevents you from writing on the disk. To write-protect a disk, slide the corner tab to uncover the opening. However, now a days most of the PCs do not have either A or B drives as floppy has become obsolete.
2. c: drive is popularly reserved for the hard disk drive in computers It is a thick Frisbee-like disk inside the computer, which can hold considerable highe r information than a diskette. The hard disk drive reads and stores information faster than the a: drive. The memory size of these hard disks has greatly enhanced in last few years.
3. d: drive is mostly used for CD-ROM i.e. for playing the CDs . CDs are inserted into this drive. A CD can contain more information than 100 diskettes. Computers are not able to write to the CD-ROM drive unless a CD Burner is present. The CD-ROM drives read information at various speeds. However, sometimes d: drive is a part of the Hard Disk as such disks are partitioned into more than one segment where c:, d: and even e: are used for hard disk which has been partitioned.
In addition to above standard features for drives, now a days :
4. Some computers today come equipped with a zip drive. A zip drive provides additional storage space. A zip disk is inserted into the zip drive. The zip disk can hold 100 megabytes of information. Zip drives can be attached to an existing computer.
5. DVD (Digital Versatile Disc) drive is a new technology that stores more information than a CD-ROM and can be written upon. A DVD disk is inserted into this drive. The drive may come built into the computer or may be attached. These disk often are used to store movies or interactive video games. The disk resembles a CD but has 7 times the storage capacity.
6. Pen Drives are now popular and may be shown as e: or f: drives. These are used to store data which needs to be carried somewhere else.
Disk size
|
Amount of storage
|
Approximate printed
8.5 x 11 inch pages |
3.5 high density
|
1.44 Mb
|
720 pages
|
CD
|
650 Mb
|
a small library
|
DVD
|
4.5 Gb
|
a feature length movie
|
DVD dual layer
|
8 Gb
|
a long feature length movie with extras
|
Methods Used for Reading of Memory :
Sequential access refers to reading or writing data records in sequential order, that is, one record after the other. To read record 10, for example, you would first need to read records 1 through 9.
This differs from random access, in which you can read and write records in any order. Some programming languages and operating systems distinguish between sequential-access data files and random-access data files, allowing you to choose between the two types. Sequential-access files are faster if you always access records in the same order. Random-access files are faster if you need to read or write records in a random order.
Devices can also be classified as sequential access or random access. For example, a tape drive is a sequential-access devicebecause to get to point q on the tape, the drive needs to pass through points a through p. The disk drive, on the other hand, is a random-access device because the drive can access any point on the disk without passing through all intervening points.
No comments:
Post a Comment