Top Banner
32

It is the work space for the CPU Temporary storage for data/programs the CPU is working with. Started as a collection of IC’s on Motherboard. Two main.

Jan 04, 2016

Download

Documents

Francine Dennis
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: It is the work space for the CPU Temporary storage for data/programs the CPU is working with. Started as a collection of IC’s on Motherboard. Two main.
Page 2: It is the work space for the CPU Temporary storage for data/programs the CPU is working with. Started as a collection of IC’s on Motherboard. Two main.

• It is the work space for the CPU

• Temporary storage for data/programs the CPU is working with.

• Started as a collection of IC’s on Motherboard.

• Two main types: volatile and non-volatile.

• Usually rated in access time - ms or ns

Page 3: It is the work space for the CPU Temporary storage for data/programs the CPU is working with. Started as a collection of IC’s on Motherboard. Two main.

FIRMWARE

• Set of memory chips contained on the Motherboard.

• Contains a small program with startup instructions.

• Program is motherboard specific based on it’s hardware.

• Contained in some type of ROM, sometimes called BIOS.

Page 4: It is the work space for the CPU Temporary storage for data/programs the CPU is working with. Started as a collection of IC’s on Motherboard. Two main.

ROM

• Read Only Memory

• Data can be accessed but not changed.

• Non-volatile ( retains information indefinitely )

Page 5: It is the work space for the CPU Temporary storage for data/programs the CPU is working with. Started as a collection of IC’s on Motherboard. Two main.

PROM

• Programmable Read Only Memory

• It can be programmed once only but doesn’t have to happen during manufacture as with ROM.

• Can be taken off shelf and programmed for specific motherboard.

Page 6: It is the work space for the CPU Temporary storage for data/programs the CPU is working with. Started as a collection of IC’s on Motherboard. Two main.

EPROM

• Erasable Programmable Read Only Memory

• Reusable memory chip

• It’s electrically programmed

• It’s erased by exposing a window on top with ultraviolet light

• Special equipment needed

Page 7: It is the work space for the CPU Temporary storage for data/programs the CPU is working with. Started as a collection of IC’s on Motherboard. Two main.

EEPROM

• Electrically Erasable Programmable Read Only Memory

• Uses high voltage electricity to erase

• special equipment needed

Page 8: It is the work space for the CPU Temporary storage for data/programs the CPU is working with. Started as a collection of IC’s on Motherboard. Two main.

Flash ROM

• Sometimes called Flash Memory

• Erased by super voltage charge

• limited in number of times it can be rewritten

Page 9: It is the work space for the CPU Temporary storage for data/programs the CPU is working with. Started as a collection of IC’s on Motherboard. Two main.

RAM

• Random Access Memory

• Volatile - loses data if power is removed.

• Needs a controller between CPU and memory to manage data transfers.

• Has many variations.

Page 10: It is the work space for the CPU Temporary storage for data/programs the CPU is working with. Started as a collection of IC’s on Motherboard. Two main.

DRAM

• Dynamic RAM

• Dynamic means - data can be written into memory over and over again

• Series of transistors and capacitors

• Capacitors lose charge so it must be refreshed

• Refreshed every 15 milliseconds

Page 11: It is the work space for the CPU Temporary storage for data/programs the CPU is working with. Started as a collection of IC’s on Motherboard. Two main.

SRAM

• Static RAM

• Uses 6 transistors for every bit but no capacitors

• Doesn't need refreshed

• Costly but very fast

• Used for cache, small memory cards and CMOS

Page 12: It is the work space for the CPU Temporary storage for data/programs the CPU is working with. Started as a collection of IC’s on Motherboard. Two main.

FPM DRAM

• Fast Page Mode DRAM

• Sometimes called paging or page mode

• It’s a variation on static column or nibble modes

• Keeps row address the same for faster access

• Uses wide channel

• Uses interleaving, meaning two banks are needed

Page 13: It is the work space for the CPU Temporary storage for data/programs the CPU is working with. Started as a collection of IC’s on Motherboard. Two main.

EDO RAM

• Extended Data Output RAM• Produced by Micron Technologies for multiple reads• Uses a wide channel, can read one column while

writing in another• discharges bit only after new bit is written• Modified and faster than FPM while costing the same• Ideal for bus systems up to 66Mhz

Page 14: It is the work space for the CPU Temporary storage for data/programs the CPU is working with. Started as a collection of IC’s on Motherboard. Two main.

Burst EDO DRAM

• Called BEDO

• Enhancement of EDO DRAM

• Was overshadowed by SRAM

• Very little chip set support

• No longer in production

Page 15: It is the work space for the CPU Temporary storage for data/programs the CPU is working with. Started as a collection of IC’s on Motherboard. Two main.

SDRAM

• Synchronous DRAM

• Uses a clock that is synced with system clock for data transfers

• Used mainly in graphics cards

• Uses wide memory channel

• Started in 97

• Found in DIMM form

• Rated in MHZ

Page 16: It is the work space for the CPU Temporary storage for data/programs the CPU is working with. Started as a collection of IC’s on Motherboard. Two main.

RDRAM

• Rambus Dynamic RAM

• Released in late 99 by Rambus, Inc.

• Access speeds up to 800Mhz

• It is a chip to chip memory bus

• 1st used and popularized in Nintendo 64systems

• 32 Rambus devices can be connected to one Rambus memory channel

• Chips are contained in a 184pin RIMM package

Page 17: It is the work space for the CPU Temporary storage for data/programs the CPU is working with. Started as a collection of IC’s on Motherboard. Two main.

RDRAM

• Modules are serially connected back to the Motherboard, continuity module needed for unused sockets.

• 3 X faster than SDRAM, about 700Mhz

• Transfers on both rise and fall of clock signal

• Low power consumption - ideal for laptops.

• Rambus only leases, it doesn’t manufacture at all.

Page 18: It is the work space for the CPU Temporary storage for data/programs the CPU is working with. Started as a collection of IC’s on Motherboard. Two main.

DDR SDRAM

• Came out in late 99

• Double Data Rate Synchronous RAM

• Transfers on rise and fall of clock signal

• Packaged in DIMM format PC100, PC133

Page 19: It is the work space for the CPU Temporary storage for data/programs the CPU is working with. Started as a collection of IC’s on Motherboard. Two main.

VRAM

• Video RAM

• 2 paths for memory access, one write & one read

• Larger, more expensive but faster than DRAM

Page 20: It is the work space for the CPU Temporary storage for data/programs the CPU is working with. Started as a collection of IC’s on Motherboard. Two main.

WRAM

• Windows RAM

• Developed by Samsung Electronics for display adapters

• Faster than VRAM

• Uses dual porting that simultaneously refreshes

• Developed as a graphics accelerator for windows 3.x

Page 21: It is the work space for the CPU Temporary storage for data/programs the CPU is working with. Started as a collection of IC’s on Motherboard. Two main.

Memory Problems

• Most problems are due to one corrupt bit.

• ESD sensitive

• Must be supported by chip set

Page 22: It is the work space for the CPU Temporary storage for data/programs the CPU is working with. Started as a collection of IC’s on Motherboard. Two main.

Non Parity

• Sometimes called Fake Parity

• Nothing extra added to memory bank

• Low cost

• No fault tolerance at all

• Used in low cost systems from 95 till recently

• Manufacturers starting to stay clear of it now

Page 23: It is the work space for the CPU Temporary storage for data/programs the CPU is working with. Started as a collection of IC’s on Motherboard. Two main.

Parity

• Adds one bit to every byte of data making 9 bits

• 9th bit referred to as parity bit

• Computer counts number of 1’s in byte and determines if it’s a odd or even number

• parity bit is either a 1 or 0 for odd/even

• At anytime bits can be added together to check integrity.

Page 24: It is the work space for the CPU Temporary storage for data/programs the CPU is working with. Started as a collection of IC’s on Motherboard. Two main.

Parity

• Tells you there’s a problem

• Pros

• Guards against faulty calculations based on data checks

• Pinpoints the source of errors

• Cons

• Can’t fix data corruption's

Page 25: It is the work space for the CPU Temporary storage for data/programs the CPU is working with. Started as a collection of IC’s on Motherboard. Two main.

ECC

• Error Correction Code

• Adds ECC bits to each bit of data

• Can correct single bit errors and you keep on working

• Used on higher end systems due to higher cost

Page 26: It is the work space for the CPU Temporary storage for data/programs the CPU is working with. Started as a collection of IC’s on Motherboard. Two main.

Memory Packages

• Original PC's used 36 individual IC’s in sockets

• Due to thermal change, creep was a big problem

• Memory was then soldered, which made it difficult to replace

• expansion cards with lock mechanisms were then developed

Page 27: It is the work space for the CPU Temporary storage for data/programs the CPU is working with. Started as a collection of IC’s on Motherboard. Two main.

SIMM

• Single Inline Memory Module

• Single row of terminal on one side of module

• 30 or 72 pin variations

• 30 pin was 8 bit with one parity bit

• 72 pin was 32 bit with 4 parity

Page 28: It is the work space for the CPU Temporary storage for data/programs the CPU is working with. Started as a collection of IC’s on Motherboard. Two main.

DIMM

• Dual Inline Memory Module

• Terminals on both sides

• 1 inch longer than 72 pin SIMM’s

• 168 pins

• 64 bit non parity or 72 bit parity or ECC

Page 29: It is the work space for the CPU Temporary storage for data/programs the CPU is working with. Started as a collection of IC’s on Motherboard. Two main.

SIPP

• Single Inline Pinned Package

• Basically a SIMM with pins soldered to it

• Rarely used today

• Pins easily bent

Page 30: It is the work space for the CPU Temporary storage for data/programs the CPU is working with. Started as a collection of IC’s on Motherboard. Two main.

RIMM

• Rambus Inline Memory Module

• Only used for RDRAM

• 184 pins

• Similar to a DIMM Package

Page 31: It is the work space for the CPU Temporary storage for data/programs the CPU is working with. Started as a collection of IC’s on Motherboard. Two main.

Generic Information

• Chip set must support the type and amount of memory you’re installing

• Gold pin sockets must use gold pin modules

• Memory rated in nanoseconds or MHZ

• Adding memory is the cheapest way to increase system performance

Page 32: It is the work space for the CPU Temporary storage for data/programs the CPU is working with. Started as a collection of IC’s on Motherboard. Two main.