Glossary of Terms



AB C D E F G H I J K L M N O P Q R S T U V W X Y Z

A

Access Time

The average time interval between a storage peripheral (usually a disk drive or semiconductor memory) receiving a request to read or write a certain location and returning the value read or completing the write.

Advanced Graphics Port

The advanced graphics port (AGP) bus allows the graphics controller to directly access texture map data from the main memory rather than having to move it to the graphic controllers' local memory first. This helps the system increase the speed of processing graphics and allows for a use of a larger portion of memory by "borrowing" storage for texture maps from main memory.

Array

The area of the RAM that stores the bits. The array consists of rows and columns, with a cell at each intersection that can store a bit.

Asynchronous Memory

Memory that is not synchronized with the system clock. EDO and FPM are examples of asynchronous memory.

Auto Precharge

A synchronous DRAM feature that allows the memory chip's circuitry to close a page automatically at the end of a burst.

B

BEDO

Burst EDO is a variant on EDO DRAM in which read or write cycles are batched in bursts of four. Burst EDO bus speeds range from 40MHz to 66MHz, as opposed to the 33MHz bus speeds that can be accomplished using fast page mode or EDO DRAM.

BGA

See Ball Grid Array

BIOS

Basic input/output system. Often referred to as CMOS, the BIOS provides an interface for a computer's hardware and software. The BIOS configuration determines how your hardware is accessed.

Ball Grid Array

A type of memory chip with solder balls on the underside for mounting. Use of BGA allows die package size to be reduced because there is more surface area for attachment. Smaller packaging allows more components to be mounted on a module, making greater densities available. The smaller package also improves heat dissipation for better performance. See CSP and FBGA.

Bandwidth

A measure of the capacity of data that can be moved between two points in a given period of time.

Bank

1. A slot or group of slots that must be populated with modules of like capacity in order to fulfill the data width requirement of the CPU
2. A segment of memory on a module, sometimes also referred to as a row. Modules are either single or dual banked
3. An internal logic segment in a memory component. For example, a 64Mb SDRAM has 4 banks.

Bank Schema

A method of diagramming memory configurations. The bank schema system consists of rows and columns that represent memory sockets on a system: rows indicate independent sockets and columns represent banks of sockets

Binary

Numbering system based on two digits: 0 and 1.

Bit

Binary digit. The smallest piece of data (a 1 or a 0) that a computer recognizes.

Block

A physical unit of information in a logical record. Block size is usually expressed in bytes.

BOM

Build of Materials; list of raw materials, sub assemblies, intermediate assemblies, sub-components, components.

Block Diagram

A circuit or system drawing concerned with major functions and interconnections between functions.

Buffered Memory

A buffer isolates the memory from the controller to minimize the load on the chip set. It is typically used when the system has a high density of memory and/or when a system has more than 3 memory module sockets.

Burn-in

The process of exercising an integrated circuit at elevated voltage and temperature. This process accelerates failures normally seen as "infant mortality" in a chip. (Those chips that would fail early during actual usage will fail during burn-in. Those that pass have a life expectancy much greater than that required for normal usage.)

Bus

Circuitry that is used to move data

Byte

A series of 8 bits.

C

CAS

Column address strobe is the signal which tells the DRAM to accept the given address as a column address. It is used with RAS and a row address to select a bit within the DRAM.

CAS-B4-RAS (CBR)

CAS before RAS. Column address strobe before row address strobe. A refresh technique in which the DRAM keeps track of the next row it needs to refresh.

COAST

Cache on a stick. Coast modules are used to upgrade a motherboard's L2 cache and Tag memory on some socket 7 and older motherboards.

COB

Chip on board. A system in which semiconductor dice are mounted directly on a PC board and connected with bonded wires or solder bumps. The dice are usually mechanically protected with epoxy.

CPU

Central processing unit. The computer chip primarily responsible for executing instructions.

C-RIMMTM

See Continuity RIMMTM

CSP

See Chip Scale Package.

Cache

A small, fast memory holding recently accessed data, designed to speed up subsequent access to the same data. Typically used between a processor and main memory.

Capacitance

The property of a circuit element that allows it to store an electrical charge.

Check Bits

Extra data bits provided by a module to support ECC.

Chip Scale Package

A type of ball grid array in which the package is roughly the size of the die.

Chip Set

One or more chips on a motherboard that control the data flow between the processor, memory, and the other components of the system.

Chip Select

Chip select (CS) is the name of a control line in digital electronics used to select one chip out of several connected to the same computer bus usually utilizing the three-state logic. In short, the chip select is an input-enable switch. "ON" means the device responds to changes on its input pins (such as data or address information for a RAM device), while "OFF" tells the device to ignore changes in the state of its input pins.

CL

Cas Latency: Column Address Strobe (CAS) latency, or CL is the delay time between the moment a memory controller tells the memory module to access a particular memory.

Clock rate

The number of pulses emitted from a computer's clock in one second. It determines the rate at which logical or arithmetic gating is performed in a synchronous computer.

Column

Part of the memory array. A bit can be stored where a column and a row intersect.

Compact Flash

A small flash memory module. The memory chips are enclosed in a plastic case and retain data after they are removed from the system. The most common uses for these are in pagers, handheld computers, cell phones, digital cameras, and audio players.

Contacts

See Edge Contacts

Continuity RIMMTM

Modules that are used to fill all unused RIMMTM sockets in a system. Continuity-RIMMs do not use any active components; instead, they are used to continue the channel so that the signal can be properly terminated at the motherboard.

Controller

One of the major units in a computer that interprets and carries out the instructions in a program.

Connector

SSD: SATAII or SATAIII is the type of method used to attach to computer.

D

DDR

Double data rate is a type of SDRAM in which data is sent on both the rising and falling edges of clock cycles in a data burst. It is usually referred to as DDR as opposed to DDR SDRAM.

DIMM

Dual inline memory module. A module with signal and power pins on both sides of the board (front and back).

DRAM

Dynamic random access memory. A type of memory component used to store information in a computer system. "Dynamic" means the DRAMs need a constant "refresh" (pulse of current through all of the memory cells) to keep the stored information. (See also RAM and SRAM.)

Die

An individual rectangular pattern on a wafer that contains circuitry to perform a specific function. Die are encapsulated to form the black chips that are then placed on a module.

Dual Banked

A memory module with two banks or rows. See Bank.

DMA

Direct Memory Access: a method of data transfer.

Dynamic

Type of RAM (random access memory). To keep data in the DRAM, this data needs to be "refreshed" (recharged). The electric charge fades out of a DRAM like air seeps out of a balloon. Because of this change, it is called "dynamic."

E

ECC

Error correcting code. Logic designed to detect and correct memory errors. ECC memory is commonly used for workstation and server grade computer systems. ECC memory modules typically utilize a 72-bit wide bus to the memory controller – 64-bits for data, and an extra 8-bits for error detection and correction.

EDO

Extended data out. An asynchronous DRAM operating mode that improves access times compared to fast page mode (FPM) DRAMs.

EEPROM

Electrically erasable, programmable, read-only memory. EEPROMs differ from DRAMs in that the memory is saved even if electrical power is lost. Additionally, the memory can be erased and reprogrammed repeatedly.

Edge Contacts

See Edge Connector

Edge Connector

Metal tabs on the edge of a printed circuit board (PCB). The edge contacts are the interface between the PCB and the socket that allow the system to communicate with the memory module.

Electrostatic Discharge (ESD)

The dissipation of electricity. (In layman's terms, a "shock.") ESD can easily destroy semiconductor products, even when the discharge is to small to be felt.

Ethernet

A local area network allowing several computers to transfer data over a communications cable.

F

FBGA

Fine pitch ball grid array is a die package with a fine pitch ball arrangement on the underside of the package (larger than CSP).

Fixed Disk

A non-removable hard disk such as is found in most computers. Programs and data are copied to and from the fixed disk.

FPM

Fast page mode - A feature used to support faster sequential access to DRAM by allowing multiple accesses to the currently open row to be made after supplying the row address just once.

FSB

See Front Side Bus.

Flash Card

A small flash memory module. The memory chips are enclosed in a plastic case and retain data after they are removed from the system. The most common uses for these are in laptops, pagers, handheld computers, cell phones, digital cameras, and audio players. There are several different form factors of flash cards, including Compact Flash, SmartMedia, PCMCIA, and Small Form Factor Flash Card.

Flash Memory

Flash memory is a non-volatile memory device that retains its data after the power is removed.

Front Side Bus

The main highway for data in a PC. It connects the processor, chip set, DRAM, and AGP socket. FSB is described in terms of its width in bits and its speed in MHz.

G

Gigabit

Amount of memory equal to 1024 Megabits (1,073,741,824 bits) of information. Abbreviated Gb.

Gigabyte

Amount of memory equal to 1024 Megabytes (1,073,741,824 bytes) of information. Abbreviated GB.

H

HPM

Hyper page mode, also known as EDO.

I

I/O Port

Connection to a CPU that provides a data path between the CPU and external devices, such as a keyboard, display, or reader. It may provide input only, output only, or both input and output.

IC

Integrated circuit. A tiny complex of electronic components and their connections that is produced in or on a small slice of material (such as silicon).

J

JEDEC

Joint Electron Device Engineering Council. The group that establishes the industry standards for memory operation

K

Keys

Notches on a memory module that help prevent it from being installed incorrectly or into an incompatible system.

L

L1 Cache

Level 1 cache. A small cache integrated in a processor that provides quick access to the most recently used data.

L2 Cache

Level 2 cache. L2 cache has the same purpose as L1 cache, but is usually not integrated into the processor. L2 cache is traditionally made of SRAM and in socket 7 and older motherboards was in some cases upgradeable. See COAST.

Latency (also called CAS Latency)

The amount of time in nanoseconds (often measured in clock cycles) between a request to read the memory, and when it is actually output. SDRAMs are typically referred to as CL2 or CL3, with CL2 parts being faster.

Lead

The official name for the metal "feet" on an IC. Also called "pins." The part of the lead assembly that is formed after a portion of the lead frame is cut away. The chip's connection to the outside world.

Long DIMM

Longer outline dual inline memory module. Sizing is 30mm height and 1.18 in or VLP (very low profile) .74in

M

MHz

See Megahertz

MIPS

Millions of instructions per second. This measurement is generally used when describing the speed of computer systems.

MTBF

Mean time between failures.

MU

Memory unit. Usually a printed circuit board assembly populated with memory chips that stores a certain quantity of memory. Intel term for one of the types of cards in a memory system card set.

Megabit

Amount of memory equal to 1,048,576 bits of information. (Abbreviated Mb.)

Megabyte

Amount of memory equal to 1,048,576 bytes of information. (Abbreviated MB.)

Megahertz

A measurement of clock cycles in millions of cycles per second.

Memory Configuration

The amount of memory in an IC and how it is accessed.

Memory Cycle Time

Minimum amount of time required for a memory to complete a cycle such as read, write, read/write, or read/modify/write.

Memory Controller

The logic chip used to handle the I/O (input/output) of data going to and from memory. See Chipset.

Memory Types

Cache: static random access memory containing recently used information
DRAM: dynamic random access memory.
SDRAM: single data rate synchronous dynamic random access memory.
DDR SDRAM: double data rate synchronous dynamic random access memory. Usually referred to as DDR.
SLDRAM: synchronous link dynamic random access memory.
RDRAM: Rambus dynamic random access memory.
RAM: random access memory.
ROM: read only memory (permanent memory that cannot be changed).
SRAM: static random access memory.

Micron

1. A unit of measure equivalent to one-millionth of a meter; synonymous with micrometer.
2. Also the company name of one of the largest memory producers in the world and the parent company of Crucial Technology.

Mini DIMM

Smallest outline dual inline memory modules.

MLC

Multi Layer Cell: Lower endurance limit than SLC.

Motherboard

The main printed circuit board in a computer that carries the system buses. It is equipped with sockets to which all processors, memory modules, plug-in cards, daughterboards, or peripheral devices are connected.

N

Nanometer (nm)

One billionth of a meter.

Nanosecond(ns)

One billionth of a second; used to measure the speed of the parts

Nibble

Usually 4 bits (half a byte).

Non-ECC

A memory module that does not implement ECC (Error correcting code). Non-ECC memory is the most common type of memory for consumer grade computer systems. Non-ECC memory modules typically utilize a 64-bit wide bus to the memory controller.

Nonvolatile Memory

A memory that retains information if power is removed and then reapplied. SRAM and flash are examples of nonvolatile memory

O

Operating system

Software controlling the overall operation of a multipurpose computer system, including such tasks as memory allocation, input and output distribution, interrupt processing, and job scheduling.

P

PCB

Printed circuit board. Board that contains layers of circuitry that is used to connect components to a system.

PC100

The PC100 specification defines the requirements for SDRAM modules used on 100MHz FSB motherboards.

PC133

The PC133 specification details the requirements for SDRAM modules used on 133MHz FSB motherboards. PC133 SDRAM can be used on 100MHz FSB motherboards but will not yield a performance advantage over PC100 memory at 100MHz.

PCMCIA

Personal Computer Memory Card International Association. An industry organization that helps to set standards for flash cards.

PD

See Presence Detect.

Page

The number of bits that can be accessed from one row address. This is also sometimes referred to as a row.

Page Mode

Mode in which if RAS is kept low and the DRAM is given a column address without being given a new row-address, the chip will remember which row it was on the last time and automatically stay on that row. It is like saying that all the bits along one row are all on the same page, and the part will assume the same page is intended until a different page is specified.

Parity

A bit added to a group of bits to detect the presence of an error. The parity bit looks at the other 8 bits and determines if they are even or odd and correspondingly is a 0 or 1. The system compares the 8 bits with the parity bit. If they both are even or odd, the data is assumed to be correct. If one is even and one is odd, there is an error, and typically the system will fail.

Passive Device

A device incapable of current gain or switching, such as a resistor or capacitor.

PIO

Programmed input/output is a method of transferring data between the CPU and a peripheral such as a network adapter or an ATA storage device.

Pin

1. The metal extensions from an IC package or discrete component that connects the component to the PCB.
2. Another term for the Edge Contacts on a Memory Module

Populated Board

A PCB with components

Power Down

To turn the system's power OFF.

Power up

To turn the system's power ON.

Presence Detect

Circuitry on certain memory modules that provides information to the system.

Processor

The primary chip of the system that oversees all the other components of the system.

Pull-up

A device or method used to keep the output voltage of a device at a high level, often a resistor network connected to a positive supply voltage.

Q

Quad Flat Pack (QFP)

A flat, rectangular, integrated circuit with its leads projecting from all four sides of the package without radius.

R

Rank

A group of DRAMs that are tied to a single, unique chip select. Note that there is a distinction between rank (for a memory module) and bank (for a DRAM). The number of chip selects on the memory controller will determine the number of memory ranks it can support. DIMMs that have a single chip select are called 1-rank (one rank or single rank). DIMMs can have multiple chip selects, DIMMs that have two chip selects are called 2-rank (two rank or dual rank) and DIMMs that have 4 chip selects are called 4-rank (four rank or quad rank).

RAM

Random access memory. A data storage device for which the order of access to different locations does not affect the speed of access, except for bursts. Data is typically stored in RAM temporarily for use by the process or while the computer is operating. FPM, EDO, SDRAM, DDR, etc. are all types of RAM.

RAS

Row address strobe. The signal that tells the DRAM to accept the given address as a row address. Used with CAS and a column address to select a bit within the DRAM.

RDRAM

Rambus DRAM is a revolutionary type of DRAM that uses a 16-18 bit data path and is designed to operate with FSB speed of 800MHz, producing a burst transfer rate of 1.6 gigahertz.

RIMMTM

Rambus inline memory modules used for Rambus DRAM.

Read Time

The amount of time required for the output data to become valid once the read and address inputs have been enabled. Generally called access time.

Refresh

The process used to restore the charge in DRAM cells at specific intervals.

Refresh Rate

A count of the number of rows (in thousands) refreshed at a time in a refresh cycle. Common refresh rates are 1K, 2K, 4K, and 8K.

Registered Memory

Registers delay memory information for one clock cycle to ensure all communication from the chipset is collected by the clock edge, providing a controlled delay on heavily loaded memories.

Removable Disk

Storage media which are designed to be removed from the computer without powering the computer off.

Row

Part of the RAM array; a bit can be stored where a column and a row intersect. Sometimes also referred to as a page.

RoHS

Restriction of Hazardous Substances Compliant.

S

SDR

See SDRAM

SDRAM

Synchronous dynamic random access memory delivers bursts of data at high speeds using a synchronous interface. Its is actually SDR SDRAM (single data rate SDRAM) but is usually used to referred to as just "SDRAM."

SGRAM

Synchronous graphics RAM. A single port DRAM designed for graphics hardware that requires high-speed throughput such as 3-D rendering and full-motion video.

SIM

Single inline module. Same as SIP except with a connector edge instead of leads.

SIMM

Single inline memory module. A high-density DRAM package alternative consisting of several components connected to a single printed circuit board.

SIP

Single inline package. A component or module that has one row of leads along one side.

SLDRAM

Synchronous link dynamic random access memory. SLDRAM is a type of SDRAM that uses a multiplexed command bus allowing fewer pins to increase bandwidth and allow higher FSB speeds.

SLC

Single layer Cell. Great for high performance, lower power consumption and fast write speeds.

SODIMM

Small outline dual inline memory module. Smaller and thinner than standard DIMMs, SODIMMs are typically used in laptop computers. Sizing is 30mm height and 1.18 in or VLP (very low profile) .74in

SORIMMTM

Small outline Rambus inline memory module. SORIMMs have a smaller profile that standard RIMMs and are used in laptop computers and systems that have strict size requirements.

SOJ

Small outline J-lead package. A rectangular package with leads sticking out of the side of the package. The leads are formed in a J-bend profile, bending underneath and towards the bottom of the package.

SPD

Serial presence detect

SRAM

See static random access memory

Serial Presence Detect

An EEPROM on certain memory modules used to store and provide information to the system using the module.

Semiconductor

An element, such as silicon, that is intermediate in electrical conductivity between conductors and insulators, through which conduction takes place by means of holes and electrons.

Shrink

A reduction in die (chip) size. A reduction in the size of the circuit design resulting in smaller die sizes that increases the number of possible die per wafer.

Single Banked

A memory module with only one bank or row. See Bank.

Speed

The time it takes to put information into memory or get information out of memory. It is measured from the time that an address and proper control signals are given, until the information is stored or placed in the device's output(s). RAM speed is typically expressed in nanoseconds (lower is faster) for EDO and FPM, and in MHz (higher is faster) for SDR SDRAM, DDR, SDRAM, and RDRAM.

Static Random Access Memory

An integrated circuit similar to a DRAM (dynamic random access memory) with the exception that the memory does not need to be refreshed. Unlike volatile memory (ie, DRAM), SRAM retains its contents even when the main current is turned off.

Synchronous Memory

Memory that has its signals synchronized with the system clock. SDRAM and DDR are examples of synchronous memory types.

T

Temperature

Commercial (0 to 70C), Extended (-25 to 85C), and Industrial (-40 to 85C)

TAG

TAG memory acts as an index for the information stored in L2 cache. It is usually composed of SRAM.

TLC

Three Layer Cell: higher density, lower endurance limit than MLC and SLC and 5,000 program/erase cycles per cell.

TSOP

Thin small outline package. It is thinner and slightly smaller than an SOJ, with gullwing-shaped leads. A thin, rectangular package with leads sticking out the sides of the package.

U

UDMA

TUltra DMA: Fastest method used to transfer date between the computer and a device.

This is where the chip set controller deals directly with the memory. There is nothing between the chip set and the memory chips on the module as they communicate.

Unbuffered memory

Unbuffered memory is the opposite of registered memory. The memory controller deals directly with the memory, without the implementation of any hardware registers between the memory controller and the RAM chips.

mm

A micron (or micrometer). A unit of length equal to one millionth of a meter.

ms

A microsecond: One millionth of a second.

V

VCM

See Virtual Channel Memory.

VLP

Very Low Profile

VRAM

Video RAM. DRAM with an on-board serial register/serial access memory designed for video applications.

Virtual Channel Memory

A memory architecture that is a variant of SDRAM, that has not been seen widespread adaptation.

Virtual Memory

This is system memory that is simulated by the hard drive. When all the RAM is being used (for example if there are many programs open at the same time) the computer will swap data to the hard drive and back to give the impression that there is slightly more memory.

W

Write time

Time expended from the moment data is entered for storage to the time it is actually stored in the memory cell.

X

Y

Z



If you need additional assistance, please contact Centon's Tech Support
Copyright © 2009-2012 Centon Electronics, Inc. | Where to Buy | Contact Us | Warranty Policy | Glossary

Follow Centon_Memory on Twitter
Loading nanoRep Online Engagement with Support Software