RAM, ROM and Its Types
RAM, ROM and Its Types
Prepare By:
Umber Ismail
Memory is required in computers to store data and
instructions.
Memory is physically organized as a large number of cells
that are capable of storing one bit each.
Logically they are organized as groups of bits that are
assigned an address.
Data and instructions are accessed through
these memory address.
The speed with which these memory addresses can be
accessed determines the cost of the memory.
Faster the memory speed, higher the price.
Computer memory can be said to be organized in a
hierarchical way where memory with the fastest access
speeds and highest costs lies at the top whereas those
with lowest speeds and hence lowest costs lie at the
bottom.
Based on this criteria memory is of main two types.
Main two types are;
Primary Memory
Secondary Memory
Although Cache consider as a Memory, it is an
intermediate memory. So it doesn't group as a Main type
of Memory.
Primary Memory
Primary memory is computer memory that a processor
or computer accesses first or directly.
It allows a processor to access running execution
applications and services that are temporarily stored in a
specific memory location.
Primary memory is also known as primary storage or
main memory.
Primary memory is considered faster than secondary
memory.
As soon as a computer starts, primary memory loads all
running applications, including the base operating system
(OS), user interface and any user-installed and running
software utility.
A program/application that is opened in primary memory
interacts with the system processor to perform all
application specific tasks.
ROM
RAM
Alternatively referred to as main memory, primary
memory, or system memory, Random Access
Memory (RAM) is a hardware device that allows
information to be stored and retrieved on a computer.
RAM is usually associated with DRAM, which is a type
of memory module.
Because information is accessed randomly instead of
sequentially like it is on a CD or hard drive, the computer
can access the data much faster.
Characteristics of RAM
These are semiconductor memories.
It is known as the main memory.
Volatile memory.
Data is lost in case power is switched off.
It is the working memory of the computer.
Faster than secondary memories.
A computer cannot run without the
primary memory.
As the computer boots, parts of the operating system
and drivers are loaded into memory, which allows
the CPU to process the instructions faster and speeds up
the boot process.
After the operating system has loaded, each program you
open, such as the browser you're using to view this page,
is loaded into memory while it is running.
If too many programs are open the computer
will swap the data in the memory between the RAM and
the hard disk drive.
RAM as we know it today, as solid state memory, was first
invented in 1968 by Robert Dennard.
Known specifically as dynamic random access memory,
or DRAM, transistors were used to store bits of data.
There are two main categories of RAM;
DRAM
SRAM