Course ILT Memory systems Unit objectives Describe the function of memory and differentiate between different types of memory chips Differentiate between.

Slides:



Advertisements
Similar presentations
Mr. RAJs Computer Repair I & II: A+ ESSENTIALS (701) & Computer Repair III & IV Practical Applications (702) Contact:
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.
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.
A+ Guide to Hardware: Managing, Maintaining, and Troubleshooting, Sixth Edition Memory.
Chapter 4 Computer Memory
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
CSIT 301 (Blum)1 Memory. CSIT 301 (Blum)2 Types of DRAM Asynchronous –The processor timing and the memory timing (refreshing schedule) were independent.
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.
Faculty of Information Technology Department of Computer Science Computer Organization and Assembly Language Chapter 5 Internal Memory.
1 More on Computer Components Computer switches Binary number system Inside the CPU Cache memory Types of RAM Computer buses Creating faster CPUs NEXT.
MAC OS – Unit A Page: 10-11, Investigating Data Processing Understanding Memory.
6-1 Memory. 6-2 Section Objectives After completing this section you will be able to:  Differentiate between different memory technologies  Plan for.
Version 3 Troubleshooting PC Hardware Module 13. Version 3 2 Troubleshooting Basics Effective troubleshooting uses techniques to diagnose and fix computer.
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.
Memory Objectives In this chapter, you will: -Learn the differences between the three key types of physical memory: ROM, DRAM and SRAM. -Be able to identify.
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.
Chapter 5 Internal Memory. Semiconductor Memory Types.
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)
Egle Cebelyte. Random Access Memory is simply the storage area where all software is loaded and works from; also called working memory storage.
+ CS 325: CS Hardware and Software Organization and Architecture Memory Organization.
Memory Chapter 6. Objectives After completing this chapter you will be able to Differentiate between different memory technologies Plan for a memory installation.
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.
Chapter 6 Memory and Floppy Drives. You Will Learn… About the different kinds of physical memory and how they work How to upgrade and troubleshoot memory.
A+ Guide to Hardware, 4e Chapter 6 Upgrading Memory.
Memory systems Unit objectives: Describe the function of memory and differentiate among various types of memory chips Differentiate among the various memory.
FIRST COURSE Essential Computer Concepts. XP New Perspectives on Microsoft Office 2007: Windows XP Edition2 What Is a Computer? A computer is an electronic.
Memory systems Unit objectives Describe the function of memory and differentiate between different types of memory chips Differentiate between different.
A+ Guide to Managing and Maintaining your PC, 6e Chapter 7 Upgrading Memory.
1 HW3 Name some of the third-party CMOS save-and-restore utility programs ?
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,
Memory Hierarchy Registers Cache Main Memory Fixed Disk (virtual memory) Tape Floppy Zip CD-ROM CD-RWR Cost/Bit Access/Speed Capacity.
Dynamic Random Access Memory (DRAM) CS 350 Computer Organization Spring 2004 Aaron Bowman Scott Jones Darrell Hall.
A+ Guide to Managing and Maintaining your PC, 6e Chapter 7 Upgrading Memory.
Excellence Publication Co. Ltd. Volume Volume 1.
Semiconductor Memory Types
Ram is a volatile memory meaning that it can only store its contents as long as its power source is constantly maintained. SDRAM: Dynamic RAM - Inexpensive.
1 Memory Hierarchy (I). 2 Outline Random-Access Memory (RAM) Nonvolatile Memory Disk Storage Suggested Reading: 6.1.
CS 1410 Intro to Computer Tecnology Computer Hardware1.
Computer Architecture Chapter (5): Internal Memory
Types of RAM (Random Access Memory) Information Technology.
A+ Guide to Managing and Maintaining Your PC, 7e Chapter 5 Upgrading Memory.
A+ Guide to Managing and Maintaining Your PC, 7e
Random Access Memory (RAM)
Types of RAM (Random Access Memory)
RAM, CPUs, & BUSES Egle Cebelyte.
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:

Course ILT Memory systems Unit objectives Describe the function of memory and differentiate between different types of memory chips Differentiate between different memory packages Test memory with a memory testing application and troubleshoot memory problems

Course ILT Topic A Topic A: Memory Topic B: Memory packaging Topic C: Memory troubleshooting

Course ILT Memory RAM = Random Access Memory Working area for data during processing Having sufficient RAM is critical –Performance –Software support Quality RAM is critical

Course ILT Measurement units Bit Nibble = 4 bits Byte = 8 bits Word = based on CPU –Pentium 4: 32-bit processor : 32 bit word

Course ILT Larger units Byte (B) = 8 bits Kilobyte (KB) = 1024 bytes Megabyte (MB) = 1024 KB = 1,048,576 bytes Gigabyte (GB) = 1024 MB = 1,073,741,824 bytes Terabyte (TB) = 1024 GB or 1,099,511,627,776 bytes

Course ILT Memory types Classify memory as: –Volatile vs. non-volatile –Static vs. dynamic –Asynchronous vs. synchronous

Course ILT Volatile vs. non-volatile memory RAMVolatile Random access memory CMOSVolatile Complementary metal oxide semiconductor ROMNon-volatile Read only memory PROMNon-volatile Programmable read only memory EPROMNon-volatile Erasable programmable read only memory EEPROMNon-volatile Electronically erasable programmable read only memory FlashNon-volatile

Course ILT Dynamic vs. static memory Dynamic (DRAM) –Must be continually refreshed –Inexpensive –Small Static (SRAM) –Refreshing not required –More expensive –Larger –Faster

Course ILT Asynchronous and synchronous Asynchronous –Not synchronized to system clock –Consistent time to access and read data Synchronous –Synchronized to system clock –Access data and return in one or more clock cycles SDRAM faster than ADRAM

Course ILT Memory access types DRAMDynamic RAM Older technology FPMFast Page Mode Improved over DRAM VRAMVideo RAM Dual port, optimized for video EDOExtended Data Out Improved over FPM BEDOBurst Extended Data Out Adds pipelining to EDO ADRAMAsynchronous DRAM Not synchronized to the system clock SDRAMSynchronous DRAM Interleaving permits overlapped requests DRDRAMDirect Rambus DRAM 16-bit memory bus and two transfers per clock cycle DDRDouble Data Rate Double transfer rate of SDRAM with two transfers per clock cycle DDR2Double Data Rate 64 bits per transfer to double DDR performance

Course ILT Access time Latency Memory speed –Nanoseconds vs. megahertz Overall speed –Doesn’t include latency –Doesn’t consider bus speed Bandwidth

Course ILT Speed ratings

Course ILT Activity A-1 Identifying memory characteristics

Course ILT Topic B Topic A: Memory Topic B: Memory packaging Topic C: Memory troubleshooting

Course ILT Packaging Individual chips Package –Memory chips –Connecting wires –Support chips –Pins or edge contacts

Course ILT Individual chips

Course ILT SIMM

Course ILT Package types

Course ILT Memory error recovery Parity—detects an error ECC—detects and corrects an error Desktop memory—no parity or ECC Server memory—often includes parity or ECC

Course ILT Parity 9 chips, supports parity 8 chips, no parity

Course ILT Activity B-1 Comparing RAM packaging

Course ILT Topic C Topic A: Memory Topic B: Memory packaging Topic C: Memory troubleshooting

Course ILT Task Manager Windows GUI utility Provides information on currently running processes Version available on all Windows operating systems –Windows 9x/Me Program List –Windows NT/2000/XP Task Manager

Course ILT Performance tab indicators CPU Usage CPU Usage History PF Usage Page File Usage History Totals Physical Memory (K) Commit Charge (K) Kernel Memory (K) Summary data

Course ILT The Performance tab

Course ILT Activity C-1 Monitoring memory usage

Course ILT Activity C-2 Adjusting the Windows page file size

Course ILT Memory symptoms 201 BIOS error code at boot time Parity error message Computer randomly freezes or crashes Wrong amount of memory reported by the BIOS Windows reports General Protection Fault, Page Fault, or Exception errors Random crashes, corrupted data, strange application behavior

Course ILT Activity C-3 Troubleshooting memory

Course ILT Unit summary Described the function of memory and differentiated between different types of memory chips Differentiated between different memory packages Tested memory with a memory testing application and resolved memory problems