A+ Certification Guide. Chapter 5 Random Access Memory

Size: px
Start display at page:

Download "A+ Certification Guide. Chapter 5 Random Access Memory"

Transcription

1 A+ Certification Guide Chapter 5 Random Access Memory

2 Chapter 5 Objectives RAM Basics: Describe what RAM does, how it works, and how it relates to the system. RAM Types: Describe types of RAM available, including SDRAM, DDR, and Rambus. Operational Characteristics: Describe the features of memory modules and types of memory like ECC, EDO, registered, and unbuffered. Installing Memory Modules: Demonstrate how to install SIMMs and DIMMs properly. Troubleshooting Memory: Describe issues with RAM due to incompatible memory speeds and types. Preventative Maintenance for Memory: Describe measures to take to keep memory modules clean and protected.

3 Random Access Memory Random access: Means that memory addresses are dynamically allocated. Different from ROM in which memory addresses are pre-assigned to specifically coded functions. What role does RAM play? Provides CPU with data to process: Keyboard entries are sent to RAM addresses. Hard drive programs are sent to RAM addresses. Network data (web pages) are sent to RAM addresses. RAM is faster than other storage, such as hard drives and USB memory. Installing more RAM is often the easiest way to improve system performance without investing in a new system.

4 RAM Specifications to Know (Before You Buy) Module type: Number of pins (240,184, and 168) and placement Number of RAM slots available for modules Chip type: SDRAM, DDR, RDRAM Speed: Needs to match up as multiple of motherboard front-side bus speed Measured in nanoseconds or in throughput. Error checking: Optional, purchased with database servers Number of modules needed per bank Dual channel or triple channel configuration

5 RAM Types SRAM = Static Random Access Memory: Also known as L1, L2, and L3 cache memory Does not require a memory refresh Used with CPU to store frequently accessed data routines Fast but expensive Not generally upgradeable SDRAM = Synchronous Dynamic Random Access Memory DDR = Double Data Rate DDR2 = Double Data Rate (enhanced) Rambus

6 RAM Types Illustrated

7 RAM Types (Continued) SDRAM = Synchronous Dynamic Random Access Memory: PCs made before 2000 commonly use this. Rated by bus speed: 266Mhz bus uses PC266 SDRAM. DDR = Double Data Rate SDRAM: Rated by throughput speed in MBps. PC2700 means it can deliver 2,700MBps. DDR2 = Double Data Rate SDRAM (next-generation DDR): Twice the speed of DDR. PC2 prefix number designates a module as DDR2. Rambus (RDRAM) and RIMM: Not in common use.

8 Know These Before Taking Exam RAM Type Pins Common Type and Speed Defining Characteristic SDRAM 168 PC133 = 133Mhz This original version of SDRAM is rarely used on new computers and has given way to DDR. DDR 184 PC3200 = 400MHz/ 3200MB/s Double the transfers per clock cycle compared to regular SDRAM. DDR2 240 DDR2-800 (PC2-6400) = 800MHz/ 6400MB/s External data bus speed (I/O bus clock) is 2 x DDR SDRAM. Rambus 184 and 232 PC800 = 1600MB/s Not used in new computers, but you still might see existing systems using RAMBUS memory modules.

9 Operational Characteristics Memory modules are classified in various ways: The amount of memory (in bits) found on the module The differences between parity and nonparity memory The differences between ECC and non-ecc memory The differences between registered and unbuffered memory The differences between single-sided and double-sided memory The following slides deal with these operational characteristics.

10 Memory Module Characteristics Single Inline Memory Module (SIMM): Single row of 30- or 72-edge connectors. Single refers to both sides of the module having the same pinout. Single Inline Pin Package (SIPP): Variation on the 30-pin SIMM. Dual Inline Memory Module (DIMM): 168-pin, 184-pin, and 240-pin versions. Dual refers to each side of the module having a different pinout. Small Outline DIMM (SODIMM): A compact version of the standard DIMM module, for use in notebook computers. Rambus RDRAM Module or RIMM A memory module using Direct Rambus memory (RDRAM) chips.

11 Operational Characteristics Memory module width: 8 bits = 1 byte. Memory is sold as measured in bytes: Megabyte Gigabyte Memory width refers to the 32-bit or 64-bit path: Usually matches processor/motherboard path. A memory module is the same as a memory bank : A bank of memory is one module installed in a single memory slot. Slots must be compatible with memory module: 72-pin slot versus 168- or 184-pin slot. Multiple banks usually require matched pairs of memory modules.

12 Operational Characteristics Parity and nonparity memory: Error checking memory costs more. Small performance decrease. Two types: Parity checking: Use of a parity bit to compute a value that must match another value to validate a data set ECC (error-correcting code): Memory that both finds and corrects errors Typically employed on servers Registered versus unbuffered: Buffered memory (registered): Enables system stability when large memory banks are used

13 Installing Memory Modules Preinstall precaution: Importance of ESD protection: Memory can be damaged, and the damage may not show up for weeks. ESD strap must be attached to a ground or bare metal portion of the chassis. Hold memory modules by the side edges without touching either the pins or the memory chips. 1. Check to see if the locking tabs are swiveled out to open position. 2. Line up module to accommodate the notch that ensures that the module is being inserted in the right direction. 3. Push module straight down into position: A slight rocking motion from end to end helps seat stubborn modules into the slot. Engaging the locks requires extra firmness to force the locks to close into the notches on the sides of the module.

14 Installing Memory Channel A (Blue) should be installed (in pairs) before Channel B slots are used.

15 Installing Memory

16 Troubleshooting Memory Sources of problems: Incompatible module. Overclocking/overheating. Incompatible metals in slots and on pins: Causes corrosion. Need to be cleaned periodically. Mismatched RAM speeds: Measured in nanoseconds. Lower numbers mean faster access times. Newer systems generally adjust to slowest module.

17 Determining if Cache RAM Has a Memory Problem Cache RAM holds a copy of the information in main memory. Errors in cache RAM can appear to be errors in system RAM. Procedure to determine if cache RAM is the cause of a memory problem: Disable L2 cache first. If the memory problem goes away, determine where L2 cache is located (processor or motherboard). If the motherboard uses removable cache module, replace it. If the motherboard uses nonremovable cache chips, replace the motherboard. If L2 cache is built in to the processor, replace the processor. If the system runs normally, the replacement is successful. If the problem persists after replacing the component containing cache RAM, return the original component(s) to the system. Disable L1 cache. If the system runs normally, replace the CPU and retest. If system runs normally after replacement, the L1 cache was faulty.

18 Troubleshooting Memory RAM-Sizing Errors at Bootup Note the memory count reached onscreen when the memory error is detected. Check the motherboard documentation to see which modules must be installed first. Change one module at a time, starting with the one you think is defective, until the error goes away. Disable cache RAM in the BIOS setup when testing memory.

19 Preventative Maintenance for Memory Keep the surfaces of the modules clean: Use compressed air or a data-rated vacuum cleaner to remove dust. Use the recommended voltage level for the memory installed if your system's BIOS setup permits voltage adjustments. Install additional case fans over or behind the location of memory modules to pull hot air out of the system. Keep air intake vents in the front of the system clean. Replace any defective cooling fans.

20 What Have You Learned? What kind of memory would be useful to verify data integrity? How many memory modules are required for a CPU with a 64-bit bus width? What kind of memory module is typically used in L1/L2 cache and does not require a constant refresh? In what speed standard is memory measured?

21 Chapter 5 Summary Describe what RAM does, how it works, and how it relates to the system. Describe types of RAM available, including SDRAM, DDR, and Rambus. Describe the features of memory modules and types of memory like ECC, EDO, registered, and unbuffered. Demonstrate how to install SIMMs and DIMMs properly. Describe issues with RAM due to incompatible memory speeds and types. Describe measures to take to keep memory modules clean and protected. Next Lesson: Chapter 6

Computer Maintenance. Unit Subtitle: Motherboards. Copyright Texas Education Agency, All rights reserved. 1

Computer Maintenance. Unit Subtitle: Motherboards. Copyright Texas Education Agency, All rights reserved. 1 Computer Maintenance Unit Subtitle: Motherboards 1 Lesson Objectives Describe the function of the motherboard. Identify the different types of motherboards and their characteristics. Identify the main

More information

IS 258 PC Maintenance. Lecture 6: Installing, Upgrading and Troubleshooting Memory Instructor: Henry Kalisti

IS 258 PC Maintenance. Lecture 6: Installing, Upgrading and Troubleshooting Memory Instructor: Henry Kalisti IS 258 PC Maintenance Lecture 6: Installing, Upgrading and Troubleshooting Memory Instructor: Henry Kalisti 1 Objectives Learn about the different kinds of physical memory and how they work Learn how to

More information

Opening the Computer 1 Before you open your computer, shut it down by choosing Apple (apple) > Shut Down.

Opening the Computer 1 Before you open your computer, shut it down by choosing Apple (apple) > Shut Down. Opening the Computer 1 Before you open your computer, shut it down by choosing Apple (apple) > Shut Down. Warning: Always shut down your Power Mac G5 before opening it to avoid damaging its internal components

More information

Memory Technology. Assignment 08. CSTN3005 PC Architecture III October 25, 2005 Author: Corina Roofthooft Instructor: Dave Crabbe

Memory Technology. Assignment 08. CSTN3005 PC Architecture III October 25, 2005 Author: Corina Roofthooft Instructor: Dave Crabbe Memory Technology Assignment 08 CSTN3005 PC Architecture III October 25, 2005 Author: Corina Roofthooft Instructor: Dave Crabbe Corina Roofthooft CSTN3005 - assignment 08 Memory Technology Introduction

More information

Introduction read-only memory random access memory

Introduction read-only memory random access memory Memory Interface Introduction Simple or complex, every microprocessorbased system has a memory system. Almost all systems contain two main types of memory: read-only memory (ROM) and random access memory

More information

Computer Systems Laboratory Sungkyunkwan University

Computer Systems Laboratory Sungkyunkwan University DRAMs Jin-Soo Kim (jinsookim@skku.edu) Computer Systems Laboratory Sungkyunkwan University http://csl.skku.edu Main Memory & Caches Use DRAMs for main memory Fixed width (e.g., 1 word) Connected by fixed-width

More information

Computer Maintenance. PC Disassembly and Reassembly. Copyright Texas Education Agency, All rights reserved.

Computer Maintenance. PC Disassembly and Reassembly. Copyright Texas Education Agency, All rights reserved. Computer Maintenance PC Disassembly and Reassembly 1 Enabling Objectives Computer Chassis (Cases) Power Supplies Configuring the Motherboard Configuring the Connectors CPU Interfaces RAM Installing a Hard

More information

computer case. Various form factors exist for motherboards, as shown in this chart.

computer case. Various form factors exist for motherboards, as shown in this chart. INTERNAL COMPONENTS The motherboard is the main printed circuit board and contains the buses, or electrical pathways, found in a computer. These buses allow data to travel between the various components

More information

Section 3 MUST BE COMPLETED BY: 10/17

Section 3 MUST BE COMPLETED BY: 10/17 Test Out Online Lesson 3 Schedule Section 3 MUST BE COMPLETED BY: 10/17 Section 3.1: Cases and Form Factors In this section students will explore basics about computer cases and form factors. Details about

More information

EE414 Embedded Systems Ch 5. Memory Part 2/2

EE414 Embedded Systems Ch 5. Memory Part 2/2 EE414 Embedded Systems Ch 5. Memory Part 2/2 Byung Kook Kim School of Electrical Engineering Korea Advanced Institute of Science and Technology Overview 6.1 introduction 6.2 Memory Write Ability and Storage

More information

What step should a technician perform first when servicing computer equipment?

What step should a technician perform first when servicing computer equipment? - 1 IT EssClass Test 2 1 What is the unit used to measure CPU speed? Bits. Bytes. Hertz. Voltage. 2 What is the purpose of a heat sink on a processor? To cool the processor. To ground the processor. To

More information

Memory (RAM) Replacement Instructions. apple PowerBook (FireWire) Tools Required. Electrostatic Discharge (ESD)

Memory (RAM) Replacement Instructions. apple PowerBook (FireWire) Tools Required. Electrostatic Discharge (ESD) apple PowerBook (FireWire) Memory (RAM) Replacement Instructions Be sure to follow these instructions carefully. Failure to follow these instructions could result in damage to your equipment and may void

More information

June 2004 Now let s find out exactly what we ve bought, how to shop a new system and how to speed up an existing PC!

June 2004 Now let s find out exactly what we ve bought, how to shop a new system and how to speed up an existing PC! June 2004 Now let s find out exactly what we ve bought, how to shop a new system and how to speed up an existing PC! This article is effective for Microsoft Windows XP, XP Pro, Windows 2000, NT, ME, 98,

More information

Keep the work area free of clutter and clean. Food and drinks are not allowed in the work area.

Keep the work area free of clutter and clean. Food and drinks are not allowed in the work area. 29 Chapter 3 Computer Assembly Introduction This chapter addresses the process of the computer assembly process. The ability to successfully assemble a computer is a milestone for the PC Ttechnician. It

More information

Random Access Memory (RAM)

Random Access Memory (RAM) Random Access Memory (RAM) best known form of computer memory. "random access" because you can access any memory cell directly if you know the row and column that intersect at that cell. 72 Magnetic-core

More information

The Memory Component

The Memory Component The Computer Memory Chapter 6 forms the first of a two chapter sequence on computer memory. Topics for this chapter include. 1. A functional description of primary computer memory, sometimes called by

More information

Internal Memory. Computer Architecture. Outline. Memory Hierarchy. Semiconductor Memory Types. Copyright 2000 N. AYDIN. All rights reserved.

Internal Memory. Computer Architecture. Outline. Memory Hierarchy. Semiconductor Memory Types. Copyright 2000 N. AYDIN. All rights reserved. Computer Architecture Prof. Dr. Nizamettin AYDIN naydin@yildiz.edu.tr nizamettinaydin@gmail.com Internal Memory http://www.yildiz.edu.tr/~naydin 1 2 Outline Semiconductor main memory Random Access Memory

More information

Motherboard, Processors and Memory

Motherboard, Processors and Memory Motherboard, Processors and Memory 220-901 Chapter 1 Daren Russ All Rights Reserved No part of this material or any of its contents may be reproduced, copied, modified or adapted, without the prior written

More information

10. In the world of computers, the term refers to the computer s physical components, such as the monitor, keyboard, motherboard, and hard drive.

10. In the world of computers, the term refers to the computer s physical components, such as the monitor, keyboard, motherboard, and hard drive. Computer Maintenance 2016 Fall Final Review True/False Indicate whether the statement is true or false. 1. A motherboard can have more than one bus, each using a different protocol, speed, data path size,

More information

Computers Are Your Future

Computers Are Your Future Computers Are Your Future 2008 Prentice-Hall, Inc. Computers Are Your Future Chapter 6 Inside the System Unit 2008 Prentice-Hall, Inc. Slide 2 What You Will Learn... Understand how computers represent

More information

Maintaining the ERX System

Maintaining the ERX System 7 This chapter describes the procedures that you must perform to maintain the ERX system and its components. Other maintenance procedures must be performed by an authorized Juniper Networks technician.

More information

Organization. 5.1 Semiconductor Main Memory. William Stallings Computer Organization and Architecture 6th Edition

Organization. 5.1 Semiconductor Main Memory. William Stallings Computer Organization and Architecture 6th Edition William Stallings Computer Organization and Architecture 6th Edition Chapter 5 Internal Memory 5.1 Semiconductor Main Memory 5.2 Error Correction 5.3 Advanced DRAM Organization 5.1 Semiconductor Main Memory

More information

ECE 485/585 Microprocessor System Design

ECE 485/585 Microprocessor System Design Microprocessor System Design Lecture 7: Memory Modules Error Correcting Codes Memory Controllers Zeshan Chishti Electrical and Computer Engineering Dept. Maseeh College of Engineering and Computer Science

More information

Installing the Cisco ADE 2130 and 2140 Series Appliance Hardware Options

Installing the Cisco ADE 2130 and 2140 Series Appliance Hardware Options CHAPTER 4 Installing the Cisco ADE 2130 and 2140 Series Appliance Hardware Options This chapter provides instructions for installing, replacing, and removing various hardware options in your Cisco ADE

More information

William Stallings Computer Organization and Architecture 6th Edition. Chapter 5 Internal Memory

William Stallings Computer Organization and Architecture 6th Edition. Chapter 5 Internal Memory William Stallings Computer Organization and Architecture 6th Edition Chapter 5 Internal Memory Semiconductor Memory Types Semiconductor Memory RAM Misnamed as all semiconductor memory is random access

More information

Maintaining E-Series Routers

Maintaining E-Series Routers Maintaining E-Series Routers 9 This chapter lists the tools, items, and steps needed for installing and uninstalling E-series components. Other maintenance procedures must be performed by an authorized

More information

Intel Desktop Boards D845HV and D845WN Quick Reference

Intel Desktop Boards D845HV and D845WN Quick Reference Intel Desktop Boards D845HV and D845WN Quick Reference This guide is written for technically qualified personnel with experience installing and configuring desktop boards. #FGPSF:PV#FHJO Warning and Caution...

More information

NPE-300 and NPE-400 Overview

NPE-300 and NPE-400 Overview CHAPTER 3 This chapter describes the network processing engine (NPE) models NPE-300 and NPE-400 and contains the following sections: Supported Platforms, page 3-1 Software Requirements, page 3-1 NPE-300

More information

Memory, 20-inch. Replacement Instructions. Tools Required. Part Location

Memory, 20-inch. Replacement Instructions. Tools Required. Part Location apple imac G5 Memory, 20-inch Replacement Instructions Follow the instructions in this document carefully. Failure to follow these instructions could damage your equipment and void its warranty. Note:

More information

Computers Are Your Future

Computers Are Your Future Computers Are Your Future Twelfth Edition Chapter 2: Inside the System Unit Copyright 2012 Pearson Education, Inc. Publishing as Prentice Hall 1 Inside the Computer System Copyright 2012 Pearson Education,

More information

RAMCHECK OWNER S MANUAL

RAMCHECK OWNER S MANUAL 7. RAMCHECK OPTIONS 7.0 QUICK INDEX There are various options that are available to expand RAMCHECK s capabilities. These additions include optional adapters that support SO-DIMMs, DDR and DDR2 devices,

More information

machine cycle, the CPU: (a) Fetches an instruction, (b) Decodes the instruction, (c) Executes the instruction, and (d) Stores the result.

machine cycle, the CPU: (a) Fetches an instruction, (b) Decodes the instruction, (c) Executes the instruction, and (d) Stores the result. Central Processing Unit (CPU) A processor is also called the CPU, and it works hand in hand with other circuits known as main memory to carry out processing. The CPU is the "brain" of the computer; it

More information

So computers can't think in the same way that people do. But what they do, they do excellently well and very, very fast.

So computers can't think in the same way that people do. But what they do, they do excellently well and very, very fast. Input What is Processing? Processing Output Processing is the thinking that the computer does - the calculations, comparisons, and decisions. Storage People also process data. What you see and hear and

More information

Memories: Memory Technology

Memories: Memory Technology Memories: Memory Technology Z. Jerry Shi Assistant Professor of Computer Science and Engineering University of Connecticut * Slides adapted from Blumrich&Gschwind/ELE475 03, Peh/ELE475 * Memory Hierarchy

More information

Overview. Memory Classification Read-Only Memory (ROM) Random Access Memory (RAM) Functional Behavior of RAM. Implementing Static RAM

Overview. Memory Classification Read-Only Memory (ROM) Random Access Memory (RAM) Functional Behavior of RAM. Implementing Static RAM Memories Overview Memory Classification Read-Only Memory (ROM) Types of ROM PROM, EPROM, E 2 PROM Flash ROMs (Compact Flash, Secure Digital, Memory Stick) Random Access Memory (RAM) Types of RAM Static

More information

Part Number: 92P1476. h Battery pack. h Computer

Part Number: 92P1476. h Battery pack. h Computer Part Number: 92P1476 Thank you for purchasing the IBM ThinkPad T Series computer. Match the items on this list with the items in the box. If any item is missing or damaged, please contact your place of

More information

Computer Organization. 8th Edition. Chapter 5 Internal Memory

Computer Organization. 8th Edition. Chapter 5 Internal Memory William Stallings Computer Organization and Architecture 8th Edition Chapter 5 Internal Memory Semiconductor Memory Types Memory Type Category Erasure Write Mechanism Volatility Random-access memory (RAM)

More information

Providing Fundamental ICT Skills for Syrian Refugees PFISR

Providing Fundamental ICT Skills for Syrian Refugees PFISR Yarmouk University Providing Fundamental ICT Skills for Syrian Refugees (PFISR) Providing Fundamental ICT Skills for Syrian Refugees PFISR Dr. Amin Jarrah Amin.jarrah@yu.edu.jo Objectives Covered 1.1 Given

More information

Chapter 2: Disassembly

Chapter 2: Disassembly P370EM / P370EM3 Chapter 2: Overview This chapter provides step-by-step instructions for disassembling the P370EM / P370EM3 series notebook s parts and subsystems. When it comes to reassembly, reverse

More information

A+ Core Hardware Service Technician Examination Objectives 2/15/01

A+ Core Hardware Service Technician Examination Objectives 2/15/01 Introduction For A+ Certification, the examinee must pass both this examination and the A+ Operating System Technologies examination. The Core Hardware examination measures essential competencies for a

More information

FUNCTIONS OF COMPONENTS OF A PERSONAL COMPUTER

FUNCTIONS OF COMPONENTS OF A PERSONAL COMPUTER FUNCTIONS OF COMPONENTS OF A PERSONAL COMPUTER Components of a personal computer - Summary Computer Case aluminium casing to store all components. Motherboard Central Processor Unit (CPU) Power supply

More information

A+ Guide to Hardware: Managing, Maintaining, and Troubleshooting, 5e. Chapter 1 Introducing Hardware

A+ Guide to Hardware: Managing, Maintaining, and Troubleshooting, 5e. Chapter 1 Introducing Hardware : Managing, Maintaining, and Troubleshooting, 5e Chapter 1 Introducing Hardware Objectives Learn that a computer requires both hardware and software to work Learn about the many different hardware components

More information

7. RAMCHECK OPTIONS. As we continuously develop new options, you may also want to check our web site (www.innoventions.com) for updated information.

7. RAMCHECK OPTIONS. As we continuously develop new options, you may also want to check our web site (www.innoventions.com) for updated information. 7.0 QUICK INDEX There are various options that are available to expand RAMCHECK s capabilities. These additions include optional adapters that support SO-DIMMs, DDR and DDR2 devices, individual TSOP DDR

More information

EVGA assumes you have purchased all necessary parts needed to allow for proper system functionality.

EVGA assumes you have purchased all necessary parts needed to allow for proper system functionality. Before You Begin Parts NOT in the Kit This kit contains all the hardware necessary to install and connect your new EVGA e-7050/610i GPU motherboard with integrated GeForce graphics processing. However,

More information

CLK. Slot1 VIA ATX Mainboard. User s Manual 4

CLK. Slot1 VIA ATX Mainboard. User s Manual 4 2.1. Mainboard Layout Drawing CLK AGP 1 H14.318 Slot1 VIA693-133 ATX Mainboard ISA2 ISA1 User s Manual 4 2.2. Hardware Installation Steps 2.2.1. Installing System Memory The mainboard is equipped with

More information

COSC 6385 Computer Architecture - Memory Hierarchies (III)

COSC 6385 Computer Architecture - Memory Hierarchies (III) COSC 6385 Computer Architecture - Memory Hierarchies (III) Edgar Gabriel Spring 2014 Memory Technology Performance metrics Latency problems handled through caches Bandwidth main concern for main memory

More information

Technology in Action. Chapter Topics. Participation Question. Participation Question. Participation Question 8/8/11

Technology in Action. Chapter Topics. Participation Question. Participation Question. Participation Question 8/8/11 Technology in Action Chapter 6 Understanding and Assessing Hardware: Evaluating Your System 1 Chapter Topics To buy or to upgrade? Evaluating your system CPU RAM Storage devices Video card Sound card System

More information

Memory Overview. Overview - Memory Types 2/17/16. Curtis Nelson Walla Walla University

Memory Overview. Overview - Memory Types 2/17/16. Curtis Nelson Walla Walla University Memory Overview Curtis Nelson Walla Walla University Overview - Memory Types n n n Magnetic tape (used primarily for long term archive) Magnetic disk n Hard disk (File, Directory, Folder) n Floppy disks

More information

Introduction to the Personal Computer

Introduction to the Personal Computer Introduction to the Personal Computer 2.1 Describe a computer system A computer system consists of hardware and software components. Hardware is the physical equipment such as the case, storage drives,

More information

Chapter 1: Introduction to the Personal Computer

Chapter 1: Introduction to the Personal Computer Chapter 1: Introduction to the Personal Computer IT Essentials: PC Hardware and Software v4.0 1 Chapter 1 Objectives 1.1 Explain the IT industry certification 1.2 Describe a computer system 1.3 Identify

More information

Inside the Computer System

Inside the Computer System Inside the Computer System What s on the Motherboard? What s on the Motherboard? What s on the Motherboard? Parallel processing o Method where more than one processor performs at the same time faster processing

More information

TECHNOLOGY BRIEF. Double Data Rate SDRAM: Fast Performance at an Economical Price EXECUTIVE SUMMARY C ONTENTS

TECHNOLOGY BRIEF. Double Data Rate SDRAM: Fast Performance at an Economical Price EXECUTIVE SUMMARY C ONTENTS TECHNOLOGY BRIEF June 2002 Compaq Computer Corporation Prepared by ISS Technology Communications C ONTENTS Executive Summary 1 Notice 2 Introduction 3 SDRAM Operation 3 How CAS Latency Affects System Performance

More information

CONTENTS. 1. Motherboard installation Install 5¼ and 3½ drives Install PCI components Case fan setup...5

CONTENTS. 1. Motherboard installation Install 5¼ and 3½ drives Install PCI components Case fan setup...5 USER S MANUAL CONTENTS 1. Motherboard installation...1 2. Install 5¼ and 3½ drives...3 3. Install PCI components...4 4. Case fan setup...5 5. Connect case leads to motherboard...6 6. Identify the power

More information

Chapter 1: Motherboard & Its Components

Chapter 1: Motherboard & Its Components Specific Objectives Chapter 1: Motherboard & Its Components 1.1 CPU Concept like address lines, data lines, internal registers. 1.2 Modes of operation of CPU Real mode, IA-32 mode, IA-32 Virtual Real Mode.

More information

Chapter 0: IT Essentials Introduction Chapter 1: Introduction to the Personal Computer

Chapter 0: IT Essentials Introduction Chapter 1: Introduction to the Personal Computer Name Date Chapter 0: IT Essentials Introduction Chapter 1: Introduction to the Personal Computer After completion of this chapter, students should be able to: Explain IT industry certifications and technician

More information

Contents: Computer definition Computer literacy Computer components Computer categories Computer usage. Tablet PC

Contents: Computer definition Computer literacy Computer components Computer categories Computer usage. Tablet PC bas design Prepared by: Assoc. Prof. Dr Bahaman Abu Samah Department of Professional Development and Continuing Education Faculty of Educational Studies Universiti Putra Malaysia Serdang Contents: Computer

More information

Course Code CW-4-G Subject CHM (17428) Subject Teacher Mr. Pise S. P. Topic-1- Motherboard & It s Components

Course Code CW-4-G Subject CHM (17428) Subject Teacher Mr. Pise S. P. Topic-1- Motherboard & It s Components Specific Objectives 1.1 CPU Concept like address lines, data lines, internal registers. 1.2 Modes of operation of CPU Real mode, IA-32 mode, IA-32 Virtual Real Mode. 1.3 Process Technologies, Dual Independent

More information

Chapter 3: Computer Assembly

Chapter 3: Computer Assembly Chapter 3: Computer Assembly IT Essentials v6.0 ITE v6.0 1 Chapter 3 - Sections & Objectives 3.1 Assemble the Computer Build a Computer. 3.2 Boot the Computer Explain how to verify BIOS and UEFI settings.

More information

A+ Certification - ONE. Module 6. Memory N+S training!

A+ Certification - ONE. Module 6. Memory N+S training! A+ Certification - ONE Module 6 Memory 2004 N+S training! Objectives By the end of this module, you should be able to: Differentiate between RAM and ROM Define the following uses of RAM in a motherboard;

More information

Colorful Technology Website:

Colorful Technology Website: Colorful Technology Website: http://www.colorful.cn Thanks for purchasing our based on Intel B250 Chipset motherboard. The motherboard C.B250A-BTC PLUS V20 based on Intel B250 Express Chipset, support

More information

Computer Hardware Trouble Shooting or The computer won t work!!! Now what am I going to do?

Computer Hardware Trouble Shooting or The computer won t work!!! Now what am I going to do? Computer Hardware Trouble Shooting or The computer won t work!!! Now what am I going to do? Basic steps for diagnosing computer problems: 1. Look and listen the computer will give you some hints about

More information

A+ Guide to Managing & Maintaining Your PC, 8th Edition. Chapter 5 Supporting Processors and Upgrading Memory

A+ Guide to Managing & Maintaining Your PC, 8th Edition. Chapter 5 Supporting Processors and Upgrading Memory Chapter 5 Supporting Processors and Upgrading Memory Objectives Learn about the characteristics and purposes of Intel and AMD processors used for personal computers Learn how to install and upgrade a processor

More information

Large and Fast: Exploiting Memory Hierarchy

Large and Fast: Exploiting Memory Hierarchy CSE 431: Introduction to Operating Systems Large and Fast: Exploiting Memory Hierarchy Gojko Babić 10/5/018 Memory Hierarchy A computer system contains a hierarchy of storage devices with different costs,

More information

Module 4. Memory and Storage Devices

Module 4. Memory and Storage Devices Module 4 Memory and Storage Devices Objectives PC Hardware 1.1.5 Compare and contrast RAM types and features 2.1.6 Install and configure storage devices and use appropriate media 2 MEMORY 3 Memory Hierarchy

More information

Chapter 9: A Closer Look at System Hardware

Chapter 9: A Closer Look at System Hardware Chapter 9: A Closer Look at System Hardware CS10001 Computer Literacy Chapter 9: A Closer Look at System Hardware 1 Topics Discussed Digital Data and Switches Manual Electrical Digital Data Representation

More information

Chapter 9: A Closer Look at System Hardware 4

Chapter 9: A Closer Look at System Hardware 4 Chapter 9: A Closer Look at System Hardware CS10001 Computer Literacy Topics Discussed Digital Data and Switches Manual Electrical Digital Data Representation Decimal to Binary (Numbers) Characters and

More information

A+ Guide to Hardware: Managing, Maintaining, and Troubleshooting, 5e. Chapter 4 Supporting Processors

A+ Guide to Hardware: Managing, Maintaining, and Troubleshooting, 5e. Chapter 4 Supporting Processors A+ Guide to Hardware: Managing, Maintaining, and Troubleshooting, 5e Chapter 4 Supporting Processors Objectives Learn about the characteristics and purposes of Intel and AMD processors used for personal

More information

The Components of the System Unit

The Components of the System Unit The Components of the System Unit The System Unit What is the system unit? Case that contains electronic components of the computer used to process data Sometimes called the chassis system unit system

More information

Computer Memory Basic Concepts. Lecture for CPSC 5155 Edward Bosworth, Ph.D. Computer Science Department Columbus State University

Computer Memory Basic Concepts. Lecture for CPSC 5155 Edward Bosworth, Ph.D. Computer Science Department Columbus State University Computer Memory Basic Concepts Lecture for CPSC 5155 Edward Bosworth, Ph.D. Computer Science Department Columbus State University The Memory Component The memory stores the instructions and data for an

More information

BTEC Level 3 Unit 2. Computer Components

BTEC Level 3 Unit 2. Computer Components BTEC Level 3 Unit 2 1 Computer Components Stores: The Operating System Application files User data 3.5 inch units in servers and desktops 2.5 inch units in notebooks and external drives Computer Components

More information

Memory classification:- Topics covered:- types,organization and working

Memory classification:- Topics covered:- types,organization and working Memory classification:- Topics covered:- types,organization and working 1 Contents What is Memory? Cache Memory PC Memory Organisation Types 2 Memory what is it? Usually we consider this to be RAM, ROM

More information

Cisco MCS 7825-I1 Unified CallManager Appliance

Cisco MCS 7825-I1 Unified CallManager Appliance Data Sheet Cisco MCS 7825-I1 Unified CallManager Appliance THIS PRODUCT IS NO LONGER BEING SOLD AND MIGHT NOT BE SUPPORTED. READ THE END-OF-LIFE NOTICE TO LEARN ABOUT POTENTIAL REPLACEMENT PRODUCTS AND

More information

Chapter 5. Internal Memory. Yonsei University

Chapter 5. Internal Memory. Yonsei University Chapter 5 Internal Memory Contents Main Memory Error Correction Advanced DRAM Organization 5-2 Memory Types Memory Type Category Erasure Write Mechanism Volatility Random-access memory(ram) Read-write

More information

Quick Reference This guide is written for technically qualified personnel with experience installing and configuring desktop boards.

Quick Reference This guide is written for technically qualified personnel with experience installing and configuring desktop boards. Intel Desktop Boards D850EMD2 and D850EMV2 Quick Reference This guide is written for technically qualified personnel with experience installing and configuring desktop boards. Before You Begin Warning

More information

About the Presentations

About the Presentations About the Presentations The presentations cover the objectives found in the opening of each chapter. All chapter objectives are listed in the beginning of each presentation. You may customize the presentations

More information

Computer Assembly (Installing Mother Board & CPU)

Computer Assembly (Installing Mother Board & CPU) Computer Assembly (Installing Mother Board & CPU) IT@SCHOOL HARDWARE TEAM Biju Thiruvananthapuram Sree Kumar Kottarakkara Shamsudeen Attingal Pradeep Mattara Wandoor Pre-Installation Precaution Mother

More information

Basic Organization Memory Cell Operation. CSCI 4717 Computer Architecture. ROM Uses. Random Access Memory. Semiconductor Memory Types

Basic Organization Memory Cell Operation. CSCI 4717 Computer Architecture. ROM Uses. Random Access Memory. Semiconductor Memory Types CSCI 4717/5717 Computer Architecture Topic: Internal Memory Details Reading: Stallings, Sections 5.1 & 5.3 Basic Organization Memory Cell Operation Represent two stable/semi-stable states representing

More information

A+ Certification Guide. Chapter 4 Power Supplies and System Cooling

A+ Certification Guide. Chapter 4 Power Supplies and System Cooling A+ Certification Guide Chapter 4 Power Supplies and System Cooling Chapter 5 Objectives Power Supplies: Describe the device that transforms AC power from the wall outlet into DC power that your computer

More information

Computer Upgrades CAUTION

Computer Upgrades CAUTION D Computer Upgrades If there s one thing you should take away from this book, it s not to be afraid of the computer. I realize that until you crack open the case of your (expensive) computer, the idea

More information

CompTIA Exam CompTIA A+ Version: 43.0 [ Total Questions: 772 ]

CompTIA Exam CompTIA A+ Version: 43.0 [ Total Questions: 772 ] s@lm@n CompTIA Exam 220-801 CompTIA A+ Version: 43.0 [ Total Questions: 772 ] Topic 1, Volume A Question No : 1 - (Topic 1) A first time PC owner drops off their brand new PC for service, reporting that

More information

FCC Information Federal Communications Commission Radio Frequency Interference Statement

FCC Information Federal Communications Commission Radio Frequency Interference Statement FCC Information Federal Communications Commission Radio Frequency Interference Statement This equipment has been tested and found to comply with the limits for a Class B Digital Device, pursuant to Part

More information

FWA-6280A User Manual 1. FWA-6280A User Manual

FWA-6280A User Manual 1. FWA-6280A User Manual 1 Copyright Notice This document is copyrighted, 2005. All rights are reserved. The original Manufacturer reserves the right to make improvements to the products described in this manual at any time without

More information

Open Desktop WorkStation System Components Items Labeled in RED are ESD Sensitive

Open Desktop WorkStation System Components Items Labeled in RED are ESD Sensitive Page 1 of 21 Open Desktop WorkStation System Components Items Labeled in RED are ESD Sensitive Back Plane Pegasos IDE Cable Hard Drive Video Card G4 CPU IDE Cable CDROM Page 2 of 21 Remove top of case

More information

Memory systems. Memory technology. Memory technology Memory hierarchy Virtual memory

Memory systems. Memory technology. Memory technology Memory hierarchy Virtual memory Memory systems Memory technology Memory hierarchy Virtual memory Memory technology DRAM Dynamic Random Access Memory bits are represented by an electric charge in a small capacitor charge leaks away, need

More information

A+ Core Hardware (2003) Examination Objectives

A+ Core Hardware (2003) Examination Objectives HP IT Essentials 1 PC Hardware and Software Companion Guide, Second Edition A+ Core Hardware (2003) Examination Objectives Effective November 26, 2003 Domain % Of Examination 1.0 Installation, Configuration

More information

Troubleshooting the System Hardware

Troubleshooting the System Hardware CHAPTER 5 This chapter provides basic troubleshooting information to help you identify some common problems that might occur with your Wide Area Virtualization Engine (WAVE). This chapter contains the

More information

Identify Components of the. Motherboard

Identify Components of the. Motherboard Identify Components of the Chipset Motherboard Collection of chips that work together to provide the switching circuitry needed to move data throughout the computer 2013 Pearson Education, Inc. Publishing

More information

This section describes how to install the following options: #!! #!% *+! Use Figure 8-1 to locate the system board features.

This section describes how to install the following options: #!! #!% *+! Use Figure 8-1 to locate the system board features. This section describes how to install the following options: Expansion cards Memory upgrades Microprocessor upgrades This section also includes instructions for replacing the system battery, if necessary.!"

More information

Sir Sadiq s computer notes for class IX. Chapter no 4. Storage Devices

Sir Sadiq s computer notes for class IX. Chapter no 4. Storage Devices 17 Q: Define Computer memory or storage. Ans: Memory: Memory refers to the place where data is kept for later use. For example, a human being has a memory where he/she stores the things that can be recalled

More information

Replacement Instructions

Replacement Instructions apple Xserve Memory Replacement Instructions Follow the instructions in this sheet carefully. Failure to follow these instructions could damage your equipment and void its warranty. Note: Online instructions

More information

CS 261 Fall Mike Lam, Professor. Memory

CS 261 Fall Mike Lam, Professor. Memory CS 261 Fall 2016 Mike Lam, Professor Memory Topics Memory hierarchy overview Storage technologies SRAM DRAM PROM / flash Disk storage Tape and network storage I/O architecture Storage trends Latency comparisons

More information

Computer Memory.

Computer Memory. Computer Memory varady.geza@mik.pte.hu Memories - storages Speed Price Capacity (felejtő) Memory Storage (nem felejtő) Memory Control Unit Arithmetical Logical Unit (ALU) Main memory Programs Data Without

More information

1 Interference from generator and lighting that could result in unclean power is known as. 3 Form factor of motherboard define its

1 Interference from generator and lighting that could result in unclean power is known as. 3 Form factor of motherboard define its 1 IT ESS Class Test 1 1 Interference from generator and lighting that could result in unclean power is known as. Blackout Brownout Noise Spike 2 CPU speed is measure in. cycles per second click per second

More information

Installing and Removing SDRAM and DRAM

Installing and Removing SDRAM and DRAM CHAPTER 4 This chapter explains how to remove and replace the main memory modules on the network processing engine or network services engine. For the location of the memory module you are replacing, find

More information

Installing and Upgrading Memory and Virtual Private Network Modules

Installing and Upgrading Memory and Virtual Private Network Modules APPENDIX C Installing and Upgrading Memory and Virtual Private Network Modules This chapter tells how to install or upgrade memory and how to install a Virtual Private Network (VPN) module in your Cisco

More information

IT ESSENTIALS V. 4.1 Module 1 INTRODUCTION TO THE PERSONAL COMPUTER

IT ESSENTIALS V. 4.1 Module 1 INTRODUCTION TO THE PERSONAL COMPUTER IT ESSENTIALS V. 4.1 Module 1 INTRODUCTION TO THE PERSONAL COMPUTER 1.0 Introduction 1. What is information technology? The design, development, implementation, support, and management of computer hardware

More information

HP NetServer E 800 Installation Guide

HP NetServer E 800 Installation Guide HP NetServer E 800 Installation Guide HP Part Number D9394-90000 Printed June 2000 Notice The information contained in this document is subject to change without notice. Hewlett-Packard makes no warranty

More information

Installing System Board Options

Installing System Board Options CHAPTER 8 Installing System Board Options This section describes how to install the following options: Expansion cards Memory modules Microprocessor This section also includes instructions for replacing

More information

CISCO MEDIA CONVERGENCE SERVER 7815-I1

CISCO MEDIA CONVERGENCE SERVER 7815-I1 DATA SHEET CISCO MEDIA CONVERGENCE SERVER 7815-I1 THIS PRODUCT IS NO LONGER BEING SOLD AND MIGHT NOT BE SUPPORTED. READ THE END-OF-LIFE NOTICE TO LEARN ABOUT POTENTIAL REPLACEMENT PRODUCTS AND INFORMATION

More information

CISCO MEDIA CONVERGENCE SERVER 7825-I1

CISCO MEDIA CONVERGENCE SERVER 7825-I1 Data Sheet DATA SHEET CISCO MEDIA CONVERGENCE SERVER 7825-I1 Figure 1. Cisco MCS 7825-I THIS PRODUCT IS NO LONGER BEING SOLD AND MIGHT NOT BE SUPPORTED. READ THE END-OF-LIFE NOTICE TO LEARN ABOUT POTENTIAL

More information