Lesson 4 Memory
Lesson 4 Memory
Computer Memory - is a storage device that temporarily stores data for use by a computer.
2 Types of Memory
1. RAM (Random Access Memory)
2. ROM (Read Only Memory)
RAM (Random Access Memory) – it is the primary memory that the CPU uses when processing
information. It is used for temporary storage of program data. A computer’s RAM is build
from small circuit board called Memory Module. RAM is volatile memory, which means that
the contents are erased when the computer is powered off.
- SIMM comes in 2 size, 30-pin and 72-pin. The 30-pin SIMMS usually came with small
amounts of memory (smaller than 8 MB), while 72-pin SIMMS range from 8MB to 64 MB.
- DIMM is a newer design memory module with a 64-bit memory pathway. Below are different
types of DIMM:
SD-RAM (Synchronous Dynamic Random Access Memory) comes in DIMM format with 168-pins and
run at 3.3 volts.
PC66 66 15
PC100 100 10
PC133 133 7.5
DDR-RAM (Double data rate synchronous dynamic random-access memory ) also comes in DIMM
format. DDR-RAM basically doubles the rate of data transfer of standard SD-RAM.
Standard Name Memory Clock (MHz) Cycle Time (ns) Module Name
Standard Name Memory Clock (MHz) Cycle Time (ns) Module Name
Standard Name Memory Clock (MHz) Cycle Time (ns) Module Name
- Is a type of computer memory built using integrated circuits. SO-DIMMs are smaller
alternative to a DIMM, being roughly half the size of regular DIMMs. SO-DIMMs are
often used in systems which have space restrictions such as :
1. Laptops
2. Small footprint PCs (such as those with a Mini-ITX motherboard)
3. High-end upgradable office Printers, and
4. Networking hardware like routers.
SODIMM MODULES
DDR and DDR2 200 pin SODIMM DDR3 204 pin SODIMM
Volatile memory
- A volatile memory is a computer memory that requires power to maintain the stored
information. It retains its contents while powered, but when power is interrupted
stored data is immediately lost. Example of a volatile memory is a RAM (Random
Access Memory).
Non-volatile memory
- A non-volatile memory is a computer memory that maintains its content even when
unpowered. An example of non-volatile memory includes ROM (Read Only Memory) and
mechanically addresses systems like hard disk, optical disk, magnetic tapes, etc.
is that a PROM is manufactured as blank memory, whereas a ROM is programmed during the
manufacturing process. To write data onto a PROM chip, you need a special device called a
PROM programmer or PROM burner.
Two other memory features are CAS Latency (CAS stands for “Column Access Strobe”) and
RAS Latency (RAS stands for “Row Access Strobe”), which are two ways of measuring
access timing. Both features refer to the number of clock cycles it takes to write or read
a column or row of data off a memory module. CAS Latency is used more than RAS Latency.
Lower values are better than higher ones. For example, CL8 is a little faster than CL9.
Cache Memory
- Cache memory, also called CPU memory, is random access memory (RAM) that a computer
microprocessor can access more quickly than it can access regular RAM. This memory is
typically integrated directly with the CPU chip or placed on a separate chip that has a
separate bus interconnect with the CPU.
There are different variations on the classic ROM chips which were manufacturer produced and
could not change. The most common are:
This type of ROM can be re-programmed by using a special device called a PROM programmer.
Generally, a PROM can only be changed/updated once.
This type of ROM can have its contents erased by ultraviolet light and then reprogrammed by an
RPROM programmer. This procedure can be carried out many times; however, the constant erasing
and rewriting will eventually render the chip useless.
This type of ROM works in a similar way to Flash memory in that it can its contents can be
'flashed' for erasure ad then written to without having to remove the chip from its
environment. EEPROMs are used to store a computer system's BIOS, and can be updated without
returning the unit to the factory. In many cases, BIOS updates can be carried out by computer
users wishing a BIOS update.
Personal Property of Iloilo Vocational Technical School Inc.
Created by :Ivan Anthony P. Talco