F1020/F1031 COMPUTER HARDWARE MEMORY. Read-only Memory (ROM) Basic instructions for booting the computer and loading the operating system are stored in.

Slides:



Advertisements
Similar presentations
Chapter 5 Internal Memory
Advertisements

Computer Organization and Architecture
Computer Organization and Architecture
CP1610: Introduction to Computer Components Primary Memory.
+ CS 325: CS Hardware and Software Organization and Architecture Internal 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
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,
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.
Types of RAM By Alysha Gould. TYPES OF RAM SIMM’S DIMM’S DRAM SDRAM RDAM VDRAM.
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.
Memory Hierarchy.
Memory Main memory consists of a number of storage locations, each of which is identified by a unique address The ability of the CPU to identify each location.
Faculty of Information Technology Department of Computer Science Computer Organization and Assembly Language Chapter 5 Internal Memory.
Random access memory.
Main Memory -Victor Frandsen. Overview Types of Memory The CPU & Main Memory Types of RAM Properties of DRAM Types of DRAM & Enhanced DRAM Error Detection.
A+ Guide to Managing and Maintaining Your PC Fifth Edition Chapter 6 Managing Memory.
9/26: Memory ROM vs. RAM ROM –BIOS RAM –changeable –different kinds & uses inc. VRAM, SRAM –how it works image courtesy of How Computers Work CD.
© 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.
Types of Memory Technologies  Volatile  RAM (Random Access Memory)  DRAM (Dynamic RAM)  SRAM (Static RAM)  SDRAM (Synchronous DRAM)  Non-Volatile.
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.
Primary Storage Primary storage is the storage that is directly available to the CPU. It is also known as: Main Memory Main Memory Direct Access Storage.
Computer Architecture Lecture 24 Fasih ur Rehman.
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.
Chapter 5 Internal Memory
William Stallings Computer Organization and Architecture 7th Edition
Random Access Memory (RAM)
Types of RAM (Random Access Memory)
Memory Main memory consists of a number of storage locations, each of which is identified by a unique address The ability of the CPU to identify each location.
Memory Main memory consists of a number of storage locations, each of which is identified by a unique address The ability of the CPU to identify each location.
William Stallings Computer Organization and Architecture 7th Edition
William Stallings Computer Organization and Architecture 8th Edition
שמות מאפיינים ומטרות של זיכרונות ROM - ו RAM
William Stallings Computer Organization and Architecture 7th Edition
William Stallings Computer Organization and Architecture 8th Edition
MEMORY pp , 34-38, in Computer Systems: Organization and Architecture (Carpinelli)
Chapter 4: MEMORY.
William Stallings Computer Organization and Architecture 8th Edition
Presentation transcript:

F1020/F1031 COMPUTER HARDWARE MEMORY

Read-only Memory (ROM) Basic instructions for booting the computer and loading the operating system are stored in ROM Read-only memory (ROM) chips are located on the motherboard. ROM chips contain instructions that can be directly accessed by the CPU. Basic instructions for booting the computer and loading the operating system are stored in ROM. ROM chips retain their contents even when the computer is powered down. The contents cannot be erased or changed by normal means. NOTE: ROM is sometimes called firmware. This is misleading because firmware is actually the software that is stored in a ROM chip.

ROM Types Description ROMRead-only memory chips Information is written to a ROM chip when it is manufactured. A ROM chip cannot be erased or re-written and can become obsolete. PROM Programmable read-only memory Information is written to a PROM chip after it is manufactured. A PROM chip cannot be erased or re-written. EPROM Erasable programmable read-only memory Information is written to an EPROM chip after it is manufactured. An EPROM chip can be erased with exposure to UV light. Special equipment is required. EEPROM Electrically erasable programmable read-only memory Information is written to an EEPROM chip after it is manufactured. EEPROM chips are also called Flash ROMs. An EEPROM chip can be erased and re-written without having to remove the chip from the computer.

Random-access Memory (RAM) Temporary storage for data and programs that are being accessed by the CPU Volatile memory, which means that the contents are erased when the computer is powered off More RAM means more capacity to hold and process large programs and files, as well as enhance system performance. Types of RAM: Dynamic Random Access Memory (DRAM) Static Random Access Memory (SRAM) Fast Page Mode DRAM (FPM Memory) Extended Data Out RAM (EDO Memory) Synchronous DRAM (SDRAM) Double Data Rate SDRAM (DDR SDRAM) Double Data Rate 2 SDRAM (DDR2 SDRAM) RAMBus DRAM (RDRAM)

Dynamic Random Access Memory (DRAM) is a memory chip that is used as main memory. DRAM must be constantly refreshed with pulses of electricity in order to maintain the data stored within a chip. Static Random Access Memory (SRAM) is a memory chip that is used as cache memory. SRAM is much faster than DRAM and does not have to be refreshed as often. Fast Page Mode DRAM (FPM Memory) is memory that supports paging. Paging enables faster access to the data than regular DRAM. Most 486 and Pentium systems from 1995 and earlier use FPM memory.

Extended Data Out RAM (EDO Memory) is memory that overlaps consecutive data accesses. This speeds up the access time to retrieve data from memory, because the CPU does not have to wait fro one data access cycle to end before another data access cycle begins. Synchronous DRAM (SDRAM) is DRAM that operates in synchronization with the memory bus. The memory bus is the data path between the CPU and the main memory.

Double Data Rate SDRAM (DDR SDRAM) is memory that transfers data twice as fast a SDRAM. DDR SDRAM increases performance by transferring data twice per cycle. Double Data Rate 2 SDRAM (DDR2 SDRAM) is faster than DDR SDRAM memory. DDR2 SDRAM improves performance over DDR SDRAM by decreasing noise and crosstalk between the signal wires. RAMBus DRAM (RDRAM) is a memory chip that was developed to communicate at very high rates of speed. RDRAM chips are not commonly used.

Memory Modules Dual Inline Package (DIP) is an individual memory chip. A DIP had dual rows of pins used to attach it to the motherboard. Single Inline Memory Module (SIMM) is a small circuit board that holds several memory chips. SIMMs have 30- pin and 72-pin configurations. Dual Inline Memory Module (DIMM) is a circuit board that holds SDRAM, DDR SDRAM, and DDR2 SDRAM chips. There are 168-pin SDRAM DIMMs, 184-pin DDR DIMMs, and 240-pin DDR2 DIMMs.

RAM Bus Inline Memory Module (RIMM) is a circuit board that holds RDRAM chips. A typical RIMM has a 184-pin configuration. Notes: Memory modules can be single-sided or double-sided. Single-sided memory modules only contain RAM on one side of the module. Double-sided memory modules contain RAM on both sides of the module

Cache and Error Checking Cache SRAM is used as cache memory to store the most frequently used data. SRAM provides the processor with faster access to the data than retrieving it from the slower DRAM, or main memory. Error Checking Memory errors occur when the data is not stored correctly in the RAM chips. The computer uses different methods to detect and correct data errors in memory

30/32 pin 72 pin 168 pin