Header

Saturday 7 September 2013

IGNOU BCA 1st sem Solved Assignment -What is the role of memory in a computer? What are the different types of memories used in a Computer? Explain the uses of each type of memory. Find size range of these memories.

What is the role of memory in a computer? What are the different types of memories used in a Computer? Explain the uses of each type of memory. Find size range of these memories.
Ans
People in the computer industry commonly use the term “memory” to refer to RAM (Random Access Memory). A computer uses RAM to hold temporary instructions and data needed to complete tasks. This enables the computer’s CPU (Central Processing Unit), to access instructions and data stored in memory very quickly.

A good example of this is when the CPU loads an application program – such as a word processing or page layout program – into memory, thereby allowing the application program to work as quickly and efficiently as possible. In practical terms, having the program loaded into memory means you can get work done more quickly with less time spent waiting for the computer to perform tasks.
The process begins when you enter a command from your keyboard. The CPU interprets the command and instructs the hard drive to load the command or prgram into memory. Once the data is loaded into memory, the CPU is able to access it much more quickly than if it had to retrieve it from the hard drive.

This process of putting things the CPU needs in a place where it can get at them more quickly is similar to placing various electronic files and documents you’re using on the computer into a single file folder or directory. By doing so, you keep all the files you need handy and avoid searching in several places every time you need them.
Different Kinds of Computer Memory
The Hard Disk Drive
A hard disk drive (hard drive or HDD for short) is the long-term memory of a computer. This is where you store documents, music, games and other files while you are not using them.
Internally, hard drives work like a record: there is a spinning platter, and an arm with a "head" that touches different parts of the platter to read from or write to them. On a record, information is stored in the peaks and troughs of a groove; on a hard drive information is stored in the polarity of tiny regions.
Hard disks can store massive amounts of data: the largest drives now store more than 2 terabytes. Unfortunately the design relies on mechanical motion, and therefore is relatively slow and prone to failure. A modern hard disk can access stored information at about 70 megabytes per second.
RAM


Random-Access Memory (RAM) is entirely electronic. The name refers to the fact that this kind of memory can access any information at any time, with equal speed. This is in contrast to memory such as tapes, which have to wind to information, or hard drives, which have to spin to it. RAM is the fastest kind of memory, and is used to feed information to the CPU "brain" of the computer. Programs or documents are stored in RAM only while they are being used, like the short-term memory in a human brain.
In RAM, information is stored in the state of thousands of electronic circuits or capacitors. This structure allows RAM to access information at speeds up to 3,200 megabytes per second. The information disappears without a power supply however, making this "volatile" memory.
Flash Memory
Flash memory is a kind of Random-Access Memory that is non-volatile, that is to say it is stable even without power. Flash memory stores information in thousands of floating-gate transistors, each with a changeable resistance to electric current. Though not as fast as RAM, flash memory has the advantage of being incredibly durable. Memory cards can survive all sorts of rough handling, and even immersion in water. This makes flash memory perfectly suited for portable uses such as "thumb drives," camera memory and MP3 players. Flash memory is relatively slow; high speed flash memory can still only read 22 megabytes per second.
Tape Drives
Many computers use tape as a storage medium. Tapes look and function just like audio cassettes: there is a spool of magnetic ribbon, and information is stored in the changing polarity of the ribbon. Tapes are used almost exclusively by large organizations for long-term, stable storage. While hard drives are prone to mechanical problems, and RAM needs a constant power supply, tapes can sit in a closet for years and retain the same information. The drawback is that a tape must spool (fast-forward or rewind) to the desired data before reading it, taking considerable time. Once the correct part of the ribbon has been found, tapes can transfer information just as quickly as any modern hard drive, however.
CDROM Memory
CDROM stands for Compact Disk Read-Only Memory, and it remains a popular format for portable storage. CDROM disks are read in much the same manner as a record (or a hard drive): they are spun, and a laser light reads the peaks and troughs in the aluminum surface of the disk. CDs have reasonable durability, but speeds are extremely slow compared with other kinds of memory. The fastest CDROM drives on the market read at less than 8 megabytes per second.

Interchangability
One of the most confusing things about computer memory is that it can be largely interchangeable. It is possible to use RAM as a hard drive, or a hard drive as portable storage, and in specialized situations this is even common. For example, some new laptops now use flash memory instead of a hard drive. These "solid state drives" are much more durable than traditional hard drives, but transfer speeds are slower. Many companies manufacture external hard drives, which really are hard disk drives in a case, acting as if they were flash memory.

No comments:

Post a Comment