Chapter 4: MEMORY.

Slides:



Advertisements
Similar presentations
Chapter 5 Internal Memory
Advertisements

Computer Organization and Architecture
CP1610: Introduction to Computer Components Primary Memory.
LOGO.  Concept:  Is read-only memory.  Do not lose data when power is lost.  ROM memory is used to produce chips with integrated.
D75P 34 – HNC Computer Architecture Week 10 Computer Memory. © C Nyssen/Aberdeen College 2003 All images © C Nyssen/Aberdeen College except where stated.
Memory Chapter 3. Slide 2 of 14Chapter 1 Objectives  Explain the types of memory  Explain the types of RAM  Explain the working of the RAM  List the.
Memory RAM and CACHE. RAM Stands for Random Access Memory Stands for Random Access Memory It is volatile in nature It is volatile in nature Loses its.
Computer Organization and Architecture
Chapter 5 Internal Memory
IT Systems Memory EN230-1 Justin Champion C208 –
Memory. When we receive some instruction or information we retain them in our memory. Similarly a computer stores the instructions for solving a problem,
F1020/F1031 COMPUTER HARDWARE MEMORY. Read-only Memory (ROM) Basic instructions for booting the computer and loading the operating system are stored in.
* Definition of -RAM (random access memory) :- -RAM is the place in a computer where the operating system, application programs & data in current use.
RAM (random access memory)
PC Maintenance: Preparing for A+ Certification
Memory COMPUTER ORGANIZATION – ITC CPU (processing) Random Access Memory RAM Temporarily holds Data or Instruction 3.
CSIT 301 (Blum)1 Memory. CSIT 301 (Blum)2 Types of DRAM Asynchronous –The processor timing and the memory timing (refreshing schedule) were independent.
Chapter 1 Upgrading Memory Prepared by: Khurram N. Shamsi.
5.1 Semiconductor main memory  Organization The basic element of a semiconductor memory is the memory cell. Semiconductor memory cells properties: 1.
Memory. Random Access Memory Defined What is memory? operating system and other system software that control the usage of the computer equipment application.
Computer Architecture Part III-A: Memory. A Quote on Memory “With 1 MB RAM, we had a memory capacity which will NEVER be fully utilized” - Bill Gates.
Chapter 4 ระบบหน่วยความจำ The Memory System
Faculty of Information Technology Department of Computer Science Computer Organization and Assembly Language Chapter 5 Internal Memory.
A+ Guide to Managing and Maintaining Your PC Fifth Edition Chapter 6 Managing Memory.
© Banff and Buchan College 2007 DH2T 34 Computer Architecture 1 LO2 Lesson One Memory.
Chapter 5 Internal Memory. Semiconductor Memory Types.
Computer Architecture CST 250 MEMORY ARCHITECTURE Prepared by:Omar Hirzallah.
Chapter 3 Internal Memory. Objectives  To describe the types of memory used for the main memory  To discuss about errors and error corrections in the.
A+ Guide to Managing and Maintaining your PC, 6e Chapter 7 Upgrading Memory (v0.1)
Chapter 4: MEMORY Internal Memory.
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 Cell Operation.
1.  RAM is our working memory storage. All the data, which the PC uses and works with during operation, are stored here.  Data are stored on drives,
Computer Architecture Lecture 24 Fasih ur Rehman.
A+ Guide to Managing and Maintaining your PC, 6e Chapter 7 Upgrading Memory.
Semiconductor Memory Types
1 Memory Hierarchy (I). 2 Outline Random-Access Memory (RAM) Nonvolatile Memory Disk Storage Suggested Reading: 6.1.
Chapter 5 Internal Memory. contents  Semiconductor main memory - organisation - organisation - DRAM and SRAM - DRAM and SRAM - types of ROM - types of.
Computer Architecture Chapter (5): Internal Memory
Types of RAM (Random Access Memory) Information Technology.
Components of Computer. Memory Unit Most important part of the computer Used to store data and instructions that are currently in use Main memory consists.
A+ Guide to Managing and Maintaining Your PC, 7e
Chapter 5 Internal Memory
William Stallings Computer Organization and Architecture 7th Edition
Random Access Memory (RAM)
Types of RAM (Random Access Memory)
William Stallings Computer Organization and Architecture 7th Edition
CS-301 Introduction to Computing Lecture 10
RAM Chapter 5.
حافظه های الکتریکی تهیه کننده : کاظم شاطری نسب
William Stallings Computer Organization and Architecture 8th Edition
שמות מאפיינים ומטרות של זיכרונות ROM - ו RAM
Computer Architecture
William Stallings Computer Organization and Architecture 7th Edition
William Stallings Computer Organization and Architecture 8th Edition
BIC 10503: COMPUTER ARCHITECTURE
DE NAYER INSTITUUT Hogeschool voor Wetenschap & Kunst
MEMORY pp , 34-38, in Computer Systems: Organization and Architecture (Carpinelli)
Chapter 4 Internal Memory
William Stallings Computer Organization and Architecture 8th Edition
Presentation transcript:

Chapter 4: MEMORY

OBJECTIVES:- To explain what memory is and the functions. To differentiate between volatile (RAM) and non- volatile memory (ROM) To identified and differentiate certain types of physical memory To explain on the types of memory use and the latest technology To identified the slot use for some of the memory module

ROM uses wires to form a grid of rows and columns which are linked at chosen points. A voltage is placed on a selected row (determined by the address) and the column scanner outputs the detected voltage as a binary number.  Links represent '1' and no-links represent '0'.  ROM PROM EPROM EEPROM FLASH ROM

PROM: HOW ROM WORKS??? PROM chips are mass-produced with fuses linking all rows and columns (i.e. '1' in every location). By sending large voltages along row and column wires, individual fuses can be blown, removing the link.  In this way a computer designer can "blow" or "burn" an entire chip with any program or data they desire, at low cost.

EPROM fuses are made from chemicals that respond to ultra-violet (UV) light.  When UV shines on the grid, any "blown" fuses will re-form, resetting the chip to its original unused state. 

EEPROM FLASH MEMORY can be re-programmed in situ, (on the motherboard) It can be wiped without needing to be removed and placed under UV light). Disadvantage of EPROM & EEPROM The reprogrammed process will erase all data. FLASH MEMORY an improved form of EEPROM can be erased in sections

RAM SRAM DRAM DRAM – asynchronous (ns) SDRAM( Synchronous DRAM) (Hz) uses small transistor circuits known as flip-flops (also called latches) to store individual bits.  extremely expensive(transistor) Usage: cache memory (fast but expensive) uses electronic capacitors to store electrical charge Charge = 1, No Charge = 0 needs to be refreshed at regular intervals Usage: main memory (cheap to manufacture but slower) DRAM – asynchronous (ns) SDRAM( Synchronous DRAM) (Hz)

Like ROM, RAM is organized into rows and columns.   At each crossover, however, is an electronic device capable of storing a single bit of information. 

Comparing DRAM and SRAM Type Speed Density Cost DRAM Slow High Low SRAM Fast

MEMORY : BIOS ROM BIOS = Basic Input/Output System Bios is a program runs when the PC is started. Functions:- To check the status of the motherboard circuitry. To prepare the system ready for the DOS. To allow access to the computer's settings stored in CMOS memory

MEMORY : CMOS MEMORY was slower but used less power.

MEMORY : CACHE Build from SRAM sits between the CPU and the main memory. Cache controller : monitors the addresses that are requested by the CPU Predicts which memory will be required in the future Data is read into the cache memory in advance, allowing the computer to obtain data far more quickly from the cache than from the main memory. 

L1 (Level 1) : built into the main processor circuit. L2 (Level 2) : built into the main processor circuit or on processor socket. L3 (Level 3) : motherboard cache, build on motherboard.

MAIN MEMORY MODULE/PACKAGE The type of board and connector used for RAM in desktop computer. Different computer manufacturers developed memory boards that would only work with their specific systems. 3 types of memory module. SIMMS - Single Inline Memory Module DIMMS - Dual Inline Memory Module RIMMS - Rambus Inline Memory Module

SIMMS Used for early Pentiums. 2 sizes : 30-pin (8 bits wide) &72pin (32 bits wide) needed to be installed in banks (groups of 2 or 4) Parity – extra error checking Examples: FPM DRAM - Fast Page Mode (waits the entire process) EDO DRAM - Extended Data Outburst (Do not waits the process) – faster than FPM.

DIMMS Small outline DIMMs (SODIMMs) - used for laptops 64 bits, 168 pin connector. Examples: SDRAM Synchronous DRAM synchronized to the system's FSB clock pulse More quickly than EDO RAM. DDR & DDR2 Double Data Rate works at twice the speed of conventional SDRAM DDR-2 – faster form of DDR.

DDR 3 DDR3 SDRAM, an abbreviation for double data rate type three synchronous dynamic random access memory, is a modern kind of dynamic random access memory (DRAM) with a high bandwidth interface, and has been in use since 2007 o transfer data at twice the rate. enabling higher bandwidth

DDR 3 : 5.5CM DDR 2: 7CM DDR : 7.25

ECC - Error-Correcting Code Memory (server) Unbuffered or Registered Dual channel Many motherboards support dual channel memory increase the speed as accessing two DIMMs simultaneously but requires performance-matched DIMMs.

2GB DDR2-800 ECC Unbuffered memory modules

Single Channel Dual Channel DIMMS 1 DIMMS 2 CHANNEL A DIMMS 3 CHANNEL B DIMMS 4 Single Channel Dual Channel

Single channel or dual channel? 2.66GHz Northwood, 512KB L2, 533MHz FSB, No Hyperthreading 512MB DDR266 RAM (2 x 256MB Modules) in "dual channel" (533MHz) -------------------------- to this set-up: -------------------------- 3.2GHz Prescott, 1024KB L2, 800MHz FSB, with Hyperthreading 512MB DD400 RAM (1 x 512MB Module) in "single channel" (400MHz)

RIMMS used by Intel on early Pentium 4 systems 184-pin boards similar to DIMMs in appearance, with heat spreader cases. transfer only 16 bits at a time but at very high speed.  Very Expensive

SIMM DIMM SODIMM

ThE EnD