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.

Slides:



Advertisements
Similar presentations
Computer Organization and Architecture
Advertisements

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.
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.
Computer Organization and Architecture
Enhanced A+ Guide to Managing and Maintaining Your PC Third Edition.
IT Systems Memory EN230-1 Justin Champion C208 –
Semester One 2001/2002 Sheffield Hallam University1 The Motherboard Major circuit board in PC Holds CPU where calculations and instructions on data are.
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.
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.
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 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.
Random access memory.
Chapter Objectives In this chapter, you will learn:
A+ Guide to Software Managing, Maintaining and Troubleshooting THIRD EDITION Chapter 2 How an OS Works with Hardware and Other Software.
Discovering Computers 2012: Chapter 4
Objectives Overview Describe the various computer and mobile device cases and the contents they protect Describe multi-core processors, the components.
 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.
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)
A+ Guide to Managing and Maintaining Your PC Fifth Edition Chapter 7 Floppy Drives.
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.
A+ Guide to Hardware, 4e Chapter 6 Upgrading Memory.
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,
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.
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Chapter 1 Looking Inside the Computer System.
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 Upgrading Memory.
A+ Guide to Managing and Maintaining Your PC, 7e
Random Access Memory (RAM)
Types of RAM (Random Access Memory)
A+ Guide to Managing and Maintaining Your PC, 7e
Computer Memory.
RAM Chapter 5.
שמות מאפיינים ומטרות של זיכרונות ROM - ו RAM
William Stallings Computer Organization and Architecture 7th Edition
Introduction to Computing
BIC 10503: COMPUTER ARCHITECTURE
MEMORY pp , 34-38, in Computer Systems: Organization and Architecture (Carpinelli)
Chapter 4: MEMORY.
Overview 1. Inside a PC 2. The Motherboard 3. RAM the 'brains' 4. ROM
Presentation transcript:

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 How floppy drives work and how to support them

Physical Memory ROM  Retains its data when PC is turned off  Stores data on chips socketed or soldered to circuit boards RAM  Loses its data when PC is turned off  Two categories Static RAM (SRAM) Dynamic RAM (DRAM)

Dynamic RAM

ROM on the Motherboard ROM chips (aka firmware)  Permanent programs EPROM (erasable programmable ROM)  Programs can be changed EEPROM (aka flash ROM chips)  Programs can be changed

ROM on the Motherboard

Flash Memory Makes it possible to replace programming on a chip rather than replace the chip itself Acts more like secondary storage; does not lose its data when power is turned off Holds data electronically; provides faster data access than mechanical device, but more expensive Uses EEPROM chips

RAM on the Motherboard

SRAM on a Motherboard

How SRAM Is Used in Different Memory Caches

How Memory Caching Works

Static RAM Technologies Synchronous SRAM  Requires clock signal to manage or synchronize its control signals; cache memory can then run in step with CPU  Can be either burst or pipelined burst SRAM Burst SRAM  Data is sent in a two-step process: first the data address, then a series of data transmissions continued…

Static RAM Technologies Pipelined burst SRAM  Uses more clock cycles per transfer than burst SRAM without pipelining, but is less expensive Asynchronous SRAM  Does not work in step with CPU clock; unable to process as much data in one request; overall slower memory access Housed within the processor (new trend)

SRAM on the Motherboard Current systems generally include all SRAM needed for optimum performance With older system, might be less expensive to replace motherboard than to upgrade cache

Dynamic RAM Technologies Physically housed on:  SIMMs (single inline memory modules)  DIMMs (dual inline memory modules)  RIMMs (inline memory modules by Rambus, Inc.) Main differences in the three:  Width of data path that each type of module accommodates  Way the data moves from system bus to module Goal is to increase overall throughput while retaining accuracy

Types of RAM Modules

SIMM Technologies First used FPM (fast page mode) memory, then EDO (extended data out) memory Rated by speed, measured in nanoseconds

DIMM Technologies Rated by speed and amount of memory they hold First used EDO or burst EDO (BEDO), then used synchronous DRAM (SDRAM) technology

DIMM Technologies

Synchronous DRAM Currently most popular memory type Rated by system bus speed Operated in sync and at same speed as system clock Comes in three variations  Regular SDRAM  DDR SDRAM (SDRAM II) – most popular  SyncLink (SLDRAM)

RIMM Technologies Used by Direct Rambus DRAM Each socket must be filled to maintain continuity  If not filled, socket must hold a placeholder called a C-RIMM (Continuity RIMM)

RIMM Technologies

Parity Older method of testing integrity of bits stored in RAM or secondary medium, or bits sent over a communications device

Error Checking Error-correcting code (ECC)  Current method used to detect and correct an error in a single bit

Upgrading Memory Adding more RAM to the computer What to look for when buying memory chips and modules How much and what kind of memory to buy

What to Look for When Buying Memory Chips and Modules Use fastest memory motherboard can support Match method of memory detection used by the module to what the motherboard expects Use memory type recommended by manufacturer Match tin leads to tin connectors and gold leads to gold connectors to prevent corrosion Date stamps on remanufactured and used modules should be relatively close together Beware re-marked chips

How Much and What Kind of Memory to Buy Use type, size, density, and speed of memory the motherboard supports Match memory modules already installed

How Much Memory Can Fit on the Motherboard? Use right number of SIMMs, DIMMs, or RIMMs with right amount of memory on each module to fit memory banks on motherboard  30-pin SIMMs  72-pin SIMMs  DIMMs  RIMM modules

DIMMs

RIMMs

Reading Ads About Memory Modules The number of pins, the speed, the size, and the type of module are all important

Installing Memory For most SIMMs, the module slides into the slot at an angle For DIMM modules, small latches on each side of the slot hold module in place For RIMM modules, remove the C-RIMM (if present) and then insert the RIMM in the slot

Installing a SIMM Module

Installing a DIMM Module

Troubleshooting Memory If computer does not recognize new SIMMs, DIMMs, or RIMMs, or memory error messages appear If memory errors occur during normal operation, and you have not just upgraded memory

Floppy Drives How data is stored—physically and logically How to manage the data How to install a floppy disk drive on a PC

Physical Data Storage on a Floppy Disk

Floppy Drive Subsystem

Physical Data Storage on a Floppy Disk Disk must be formatted (process of marking tracks and sectors to prepare disk to receive data)

Physical Data Storage on a Floppy Disk Data is written to and from the disk via a magnetic read/write head

Physical Data Storage on a Floppy Disk

Logical Data Storage on a Floppy

Formatting Process for a Floppy Creates tracks and sectors Creates boot record Creates two copies of file allocation table (FAT) Creates root directory

The Boot Record

The Root Directory Table

Using Commands to Manage a Floppy Disk Format Drive: /S /V:Volumename /Q /U /Autotest  Used to format a disk or hard drive  /S option makes a drive bootable Chkdsk [drive:] /F /V  Checks drives for errors and repairs them

Options for the Format Command continued…

Options for the Format Command

Using Windows Explorer to Manage Floppy Disks

Exchanging and Supporting Floppy Drives How to replace the drive How to add an additional floppy drive to a computer system Problems that can occur with a floppy drive and its support system

Replacing a Floppy Drive 1.Check that computer and other peripherals are working 2.Turn off computer and remove cover (Figure 6-20) 3.Unplug data cable and power cable from old drive; unscrew and dismount drive (Figure 6-21) 4.Slide new drive into bay; reconnect data cable and power cable (Figure 6-22) 5.Turn computer on; check setup; test drive

Replacing a Floppy Drive

Requirements for Adding a New Drive Empty bay Extra power cable (or “Y” splitter) Extra connection on floppy drive data cable

When a Floppy Disk Drive Doesn’t Work Check physical condition of disk Check error messages  Error messages in 600 range occur when a floppy drive does not pass POST test Check CMOS settings Check cables connected to drive

Common Error Messages Non-system disk or disk error. Replace and strike any key when ready. No operating system found. Bad or missing COMMAND.COM Error in Config.sys line xx Himem.sys not loaded Missing or corrupt Himem.sys Incorrect DOS version continued…

Common Error Messages Invalid Drive Specification Not ready reading drive A:, Abort, Retry, Fail? General failure reading drive A:, Abort, Retry, Fail? Track 0 bad, disk not usable Write-protect error writing drive A:

Chapter Summary Memory  Required for a system to work  Stored on microchips,which are often stored on memory modules (SIIMMs, DIMMs, or RIMMs)  Adding more memory can drastically improve performance Floppy drives  Once considered essential, now mainly used for troubleshooting a failed boot