6-1 Memory. 6-2 Section Objectives After completing this section you will be able to:  Differentiate between different memory technologies  Plan for.

Slides:



Advertisements
Similar presentations
CP1610: Introduction to Computer Components Primary Memory.
Advertisements

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.
RAM. RAM on the Motherboard Loses all data when PC is turned off (except data stored on CMOS chip) Loses all data when PC is turned off (except data stored.
A+ Guide to Hardware: Managing, Maintaining, and Troubleshooting, Sixth Edition Memory.
IT Systems Memory EN230-1 Justin Champion C208 –
© 2007 The McGraw-Hill Companies, Inc. All rights reserved RAM Chapter 4.
Complete CompTIA A+ Guide to PCs, 6e
Memory Terms and Definitions. Chapter Objectives After completing this chapter you will: Understand memory-related terminology. Be able to install and.
A+ Certification Guide Chapter 5 Random Access Memory.
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.
PC Maintenance: Preparing for A+ Certification
Memory COMPUTER ORGANIZATION – ITC CPU (processing) Random Access Memory RAM Temporarily holds Data or Instruction 3.
Memory Computer Service and Repair Chapter 6 Ch 61.
Chapter 3 – Computer Hardware Computer Components – Hardware (cont.) Lecture 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.
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.
Computer maintenance chapters 1-7 review By Benjamin Houlton.
XP Practical PC, 3e Chapter 17 1 Upgrading and Expanding your PC.
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 Hierarchy Registers Cache Main Memory Fixed Disk (virtual memory) Tape Floppy Zip CD-ROM CD-RWR Cost/Bit Access/Speed Capacity.
Course ILT Memory systems Unit objectives Describe the function of memory and differentiate between different types of memory chips Differentiate between.
Computers in the real world Objectives Understand what is meant by memory Difference between RAM and ROM Look at how memory affects the performance of.
Computer Processing of Data
Random access memory.
The Complete A+ Guide to PC Repair 5/e Update
Chapter Objectives In this chapter, you will learn:
Discovering Computers 2012: Chapter 4
 Computer memory is device that is used to store data or programs (sequences of instructions) on a temporary or permanent basis for use in an electronic.
A+ Guide to Managing and Maintaining Your PC Fifth Edition Chapter 6 Managing 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.
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.
A+ Guide to Managing and Maintaining your PC, 6e Chapter 7 Upgrading Memory (v0.1)
Memory Chapter 6. Objectives After completing this chapter you will be able to Differentiate between different memory technologies Plan for a memory installation.
© 2011 Pearson Addison-Wesley. All rights reserved. Addison Wesley is an imprint of Chapter 6 Memory The Complete A+ Guide to PC Repair 5/e.
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.
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.
Memory Terms and Definitions. Chapter Objectives After completing this chapter you will: Understand memory-related terminology. Be able to install and.
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.
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.
Computer Architecture Lecture 24 Fasih ur Rehman.
UPGRADING MEMORY BY : tuan mohd fariz.  Choosing and Installing Memory.
A+ Guide to Managing and Maintaining your PC, 6e Chapter 7 Upgrading Memory.
Types of RAM (Random Access Memory) Information Technology.
PCs ENVIRONMENT and PERIPHERALS Lecture 3. operating system and other system software that control the usage of the computer equipment application programs.
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)
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.
Computer Memory.
NT1110 Computer Structure and Logic
A+ Certification Guide
Introduction to Computing
Memory Terms and Definitions.
MEMORY pp , 34-38, in Computer Systems: Organization and Architecture (Carpinelli)
2.C Memory GCSE Computing Langley Park School for Boys.
Chapter 4: MEMORY.
Presentation transcript:

6-1 Memory

6-2 Section Objectives After completing this section you will be able to:  Differentiate between different memory technologies  Plan for a memory installation or upgrade  Install and remove memory chips  Describe how memory works with the operating system  Optimize memory for Windows-based platforms  Troubleshoot memory problems

6-3 Memory Overview  Types of Memory: –RAM (Random Access Memory) is volatile memory found on the motherboard and stores the operating system, the software applications, and the data being used by all of the software. –ROM (Read Only Memory) is a non-volatile type of memory that keeps data in chips even when the computer is shut off.  Types of RAM: –DRAM (Dynamic RAM) is less expensive, but slower than SRAM. It requires periodic refreshing of the electrical charges holding the 1s and 0s. –SRAM (Static RAM) is faster but more expensive than DRAM. It is also known as cache memory or L2 cache.

6-4 Memory Overview  Memory Terms: –Refreshing – Periodically rewriting information to the memory chip. –Nanosecond – A billionth of a second. –Pipelining – The process by which microprocessors and memory obtain computer software instructions in a timely fashion. –Cache Memory – Can be found on the motherboard, but normally is found inside the CPU. Cache memory holds the most frequently used data so the CPU does not return to the slower DRAM chips to obtain the data.

6-5 Memory Physical Packaging  Types of Memory Packaging: –DIP (Dual In-line Package) – A chip that has a row of legs running down each side. –SIMM (Single In-line Memory Module) – Available in 30-pin and 72- pin configurations. –DIMM (Dual In-line Memory Module) – 168-pin, 184-pin and 240-pin configurations. –DDR DIMM – 184-pin configuration and single notch on bottom. –RIMM – Type of memory module used on Pentium 4 computers.

6-6 Memory Physical Packaging Memory chips Memory – Figure 6.1

6-7 Memory Physical Packaging 184-Pin DDR DIMM and RIMM Memory – Figure 6.2

6-8 Planning the Memory Installation  Key points for planning a memory installation: –Refer to motherboard documentation to determine what type of memory is supported –Determine what features are supported –Determine how much memory and how much of each module is needed –Research prices –Purchase memory modules

6-9 Planning the Memory Installation - Memory Chip Technologies Technology to provide faster DRAM speeds: –FPM (Fast Page Mode) –EDO (Extended Data Out) –BEDO (Burst EDO)

6-10 Planning the Memory Installation – Memory Features Methods of Error Checking: –Parity – A method for checking the accuracy of data going in or out of the memory chips. –Non-parity – Memory chips that do not use any error checking. –ECC (Error Correcting Code) – Uses a mathematical algorithm to detect up to four-bit memory errors and correct one-bit memory errors. A computer system that uses parity must have parity memory installed.

6-11 Planning the Memory Installation – The Amount of Memory to Install  Memory is one of the easiest upgrades to increase computer performance.  Amount of memory needed depends on:  Operating System  Types of applications used  How many applications the user wishes to have open at the same time  Type of computer  Maximum allowed by motherboard

6-12  Common Memory Capacities:  DIMM Modules  256MB, 512MB, 1GB, 2GB, 4GB, and 8GB  RIMM Modules  64MB, 128MB, 256MB, and 512MB  Memory chips can have varying numbers:  Example, 256 memory module showing 32Mx64 Planning the Memory Installation – The Amount of Memory to Install

6-13  The starting point for memory is determined by your operating system.  The number of application the user wishes to run simultaneously and the application function also affect the amount of memory needed.  In Windows XP access the System Information window to determine the amount of memory you have.  It is necessary to take the cover off of the computer and look at the motherboard to determine the number of slots available. Planning the Memory Installation – The Amount of Memory to Install

6-14 Table 6.5 Common Computer Ports Planning the Memory Installation – The Amount of Memory to Install

6-15 Planning the Memory Installation – How Much of Each Memory Type  The motherboard manufacturer determines the number of memory slots, what type of memory modules fit in each slot, and the features the memory modules can have.  Single-sided memory – A memory module that the CPU accesses one at a time.  Double-sided memory – A memory module manufactured in a way that it has two memory modules in one container.  Dual-channel memory – The memory processing is handled more efficiently by the memory controller chip by handling two memory paths simultaneously.

6-16 Planning for Memory – Research and Buy  Research and buying is one of the most confusing steps of memory installation/upgrade.  A confusing aspect of purchasing memory is memory speed which can be represented in nanoseconds, MHz, or the DDR PC Rating.  Access time – How fast information goes into a memory chip or is removed from the chip. (measured in nanoseconds)  CL rating (column address strobe (CAS) latency – The amount of time as measured in clock cycles that passes before the processor moves to the next memory address.

6-17 Laptop Memory  Types of Laptop Memory: –SO-DIMM (Small Outline-DIMM) or microDIMM – Special, smaller DIMM used in laptop computers. –SO-RIMM (Small Outline-RIMM) – Special, smaller RIMM used in laptop computers.

6-18 Installing Memory Overview  Installation Steps: –Determine which chip capacities can be used for the system. –Determine how much memory is needed. –Determine what capacity chips go in each bank.

6-19 Installing Memory Overview  Before removing or installing memory chips, always refer to the documentation for you computer. Use an anti-static wrist strap when removing or installing memory chips.

6-20 Removing/Installing a DIP Chip  Some ROM chips and memory chips found on devices are socked DIP chips.  Use a DIP chip extractor to remove a DIP chip from a motherboard, but be careful not to bend the DIP chip legs.  A small flat screwdriver may also be used to remove DIP chips from a motherboard.

6-21 Removing/Installing a DIP Chip DIP Chip Removal Memory – Figure 6.9

6-22 Removing/Installing a DIP Chip  To install a DIP chip, align the notch on the DIP chip with the notch on the motherboard. After ensuring that the legs are aligned with the socket, press down into place on the motherboard.

6-23 Installing a DIP Chip DIP chip installation Memory – Figure 6.10

6-24 Removing/Installing a DIMM/RIMM  To remove a DIMM or a RIMM, push down on the outside edges of the DIMM’s retaining tabs. The DIMM/RIMM lifts slightly out of the socket.

6-25 Removing/Installing a DIMM/RIMM DIMM/RIMM Removal Memory – Figure 6.11

6-26 Removing/Installing a DIMM/RIMM  To install a DIMM/RIMM, align the notches on the DIMM/RIMM with the socket and press down until the tabs close on the memory module.  DIMM/RIMM is inserted straight down into a socket.  If the DIMM/RIMM does not insert easily, check the notch for proper alignment.

6-27 Adding More Cache/RAM  The motherboard manufacturer determines is any L3 cache can be installed.  Adding more RAM can make a noticeable difference in the performance of a computer. For today’s computer, it is recommended to have at least 128MB of RAM.

6-28 Windows 9X/NT/2000/XP Disk Caching  Windows 98, NT, and 2000 have efficient memory management through the VMM (Virtual Memory Manager). –Virtual Memory is a method of using the hard disk space as RAM. –Swap File is a block of hard drive space used like RAM by applications. –Pages – 4KB blocks of memory that the memory space is divided into  Steps to adjust the virtual memory swap file size can be found on page 183.

6-29 Windows 9X/NT/2000/XP Disk Caching  Pages – 4kb blocks of memory, into which all memory space is divided  PAE (physical address extension) – PAE allows Windows XP systems to use up to 64GB of physical memory. The natural limit of Windows XP physical memory is 4GB.

6-30 Monitoring Memory Usage Under Windows  Performance utility – Provided by Windows XP inside of the Task Manager to monitor memory usage. Figure 6.14

6-31 Old Applications Under NT Workstation/2000/XP  NTVDM (NT Virtual DOS Machine) – Allows the user to run 8-bit and 16-bit programs by simulating a 486 computer running DOS.  Many older applications will not run in the NT/2000/XP environments because they require direct calls to hardware.

6-32 Troubleshooting Memory Problems  The following tips help with memory management: –Add more RAM to help with performance. –Adjust virtual memory size. –Turn off the screen saver. –Remove the desktop wallpaper scheme or use a very plain one. –Put the swap file on the fastest hard drive. –Do not put the swap file on multiple partitions that reside on the same hard drive. –Put the swap file on a hard disk partition that does not contain the operating system. –Adjust your Temporary Internet Files setting. –Defragment the hard drive. –Remove unnecessary files and applications from the hard drive. –Empty the Recycle Bin.

6-33 Flash Memory  Flash Memory is a type of non-volatile memory that holds data even when the computer power is off. –It is used with laptops because it is small, fast, and consumes little power. –PCs use flash memory as a replacement for the BIOS chip.  CompactFlash (CF) – Is a small 50-pin removable storage device that allows speeds up to 16 MBps CF has two main standards, CompactFlash and CF+  SmartMedia – A trademark of the Toshiba Corporation and is used in a variety of devices such as cameras, PDAs, musical instruments, printers, faxes, MP3 players, and scanners. There are two versions of SmartMedia cards – 3.3V and 5V.  USB flash drives – Allows storage up to 8 GB with higher capacities expected.