Presentation is loading. Please wait.

Presentation is loading. Please wait.

A+ Guide to Managing & Maintaining Your PC, 8th Edition

Similar presentations


Presentation on theme: "A+ Guide to Managing & Maintaining Your PC, 8th Edition"— Presentation transcript:

1 A+ Guide to Managing & Maintaining Your PC, 8th Edition
Section 1: Objectives & Table of Contents Chapter 5 Supporting Processors and Upgrading Memory

2 Objectives Learn about the characteristics and purposes of Intel and AMD processors used for personal computers Learn how to install and upgrade a processor Learn about the different kinds of physical memory and how they work Learn how to upgrade memory A+ Guide to Managing & Maintaining Your PC, 8th Edition

3 A+ Guide to Managing & Maintaining Your PC, 8th Edition
Section 2: Types & Characteristics of Processors Chapter 5 Supporting Processors and Upgrading Memory

4 Types and Characteristics of Processors
4 A+ Guide to Managing & Maintaining Your PC, 8th Edition A+ Guide to Managing & Maintaining Your PC, 8th Edition

5 Types and Characteristics of Processors
Installed on motherboard Determines system computing power Two major processor manufacturers Intel and AMD Figure 5-1 An AMD Athlon 64 X2 installed in socket AM2+ with cooler not yet installed A+ Guide to Managing & Maintaining Your PC, 8th Edition

6 Types and Characteristics of Processors
Features affecting processor performance and compatibility with motherboards Clock speed the processor supports Processor speed Socket and chipset the processor can use Processor architecture Multiprocessing abilities A+ Guide to Managing & Maintaining Your PC, 8th Edition

7 Feature 1: Clock Speed the Processor Supports
Current Intel and AMD processors work with system buses that run at 1.8 GHz up to more than 3.4 GHz. Recall from Chapter 4 that: the smaller the processor multiplier, the faster the system bus runs in comparison to the processor speed. A+ Guide to Managing & Maintaining Your PC, 8th Edition

8 Feature 2: Processor Speed
Processor core frequency is measured in gigahertz, such as 3.3 GHz. A+ Guide to Managing & Maintaining Your PC, 8th Edition

9 Feature 3: Socket and Chipset the Processor Can Use
Recall from Chapter 4 that important Intel sockets for desktop systems are the PGA988, LGA2011, LGA1155, LGA1156, LGA1366, and LGA775 AMD's important desktop sockets are AM3+, AM3, AM2+, AM2, FM1, F, and 940 sockets. A+ Guide to Managing & Maintaining Your PC, 8th Edition

10 Feature 4: Processor Architecture (32 bits or 64 bits)
All desktop and laptop processors sold today from either Intel or AMD are hybrid processors, which can process 64 bits or 32 bits at a time, But older processors handled only 32 bits. A hybrid processor can use a 32-bit operating system or a 64-bit OS. Most editions of Windows 7 come in either type. A+ Guide to Managing & Maintaining Your PC, 8th Edition

11 Feature 5: Multiprocessing Abilities
The ability of a system to do more than one thing at a time is accomplished by several means: Multiprocessing Dual Processors Multi-Core Processing Multithreading A+ Guide to Managing & Maintaining Your PC, 8th Edition

12 5: Multiprocessing Abilities Multiprocessing
Two processing units (called arithmetic logic units or ALUs) installed within a single processor (called multiprocessing and first used by Pentium processors). The Pentium was the first processor that could execute two instructions at the same time. A+ Guide to Managing & Maintaining Your PC, 8th Edition

13 5: Multiprocessing Abilities Dual Processors
A server motherboard might have two processor sockets, called dual processors or a multiprocessor platform (see Figure 5-2). A processor (for example, the Xeon processor for servers) must support this feature. A+ Guide to Managing & Maintaining Your PC, 8th Edition

14 Figure 5-2 This motherboard for a server has two processor sockets, which allow for a multiprocessor platform A+ Guide to Managing & Maintaining Your PC, 8th Edition

15 5: Multiprocessing Abilities Multi-core Processing
Multiple processors can be installed in the same processor housing (called multi-core processing). A processor package might contain up to eight cores (dual-core, triple-core, quad-core, and so forth). A+ Guide to Managing & Maintaining Your PC, 8th Edition

16 5: Multiprocessing Abilities Multithreading
Each processor or core processes two threads at the same time. When Windows hands off a task to the CPU it is called a thread and might involve several instructions. A+ Guide to Managing & Maintaining Your PC, 8th Edition

17 5: Multiprocessing Abilities Multithreading Cont’d
To handle two threads, the processor requires extra registers, or holding areas, within the processor housing that it uses to switch between threads. In effect, you have two logical processors for each physical processor or core. Intel calls this technology Hyper-Threading and AMD calls it HyperTransport. The feature must be enabled in BIOS setup. A+ Guide to Managing & Maintaining Your PC, 8th Edition

18 More Types and Characteristics of Processors
More Features affecting processor performance and compatibility with motherboards Memory cache Memory features on the motherboard that the processor can support Support for virtualization Integrated graphics A+ Guide to Managing & Maintaining Your PC, 8th Edition

19 Feature 6: Memory Cache The amount of memory included within the processor package Today's processors all have some memory on the processor chip (called a die). A+ Guide to Managing & Maintaining Your PC, 8th Edition

20 Feature 6: Memory Cache Cont’d
Memory on the processor die is called Level 1 cache (L1 cache). Memory in the processor package, but not on the processor die, is called Level 2 cache (L2 cache). Some processors use a third cache farther from the processor core, but still in the processor package, which is called Level 3 cache (L3 cache). A+ Guide to Managing & Maintaining Your PC, 8th Edition

21 Feature 6: Memory Cache Cont’d
Memory used in a memory cache is static RAM or SRAM (pronounced “S-Ram”). Memory used on the motherboard loses data rapidly and must be refreshed often. It is, therefore, called volatile memory or dynamic RAM or DRAM (pronounced “D-Ram”). SRAM is faster than DRAM because it doesn't need refreshing; it can hold its data as long as power is available. A+ Guide to Managing & Maintaining Your PC, 8th Edition

22 Feature 7: Memory Features On Motherboard
Current types of DRAM memory modules used on a motherboard include DDR, DDR2, or DDR3. Besides the type of memory, a processor can support certain amounts of memory, memory speeds, and number of memory channels (single, dual, triple, or quad channels). All these characteristics of memory are discussed later in the chapter. A+ Guide to Managing & Maintaining Your PC, 8th Edition

23 Feature 8: Support for Virtualization
Recall from Chapter 4 that a computer can use software to create and manage multiple virtual machines that contain virtual devices. Most processors sold today support virtualization, and the feature must be enabled in BIOS setup. A+ Guide to Managing & Maintaining Your PC, 8th Edition

24 Feature 9: Integrated Graphics
A processor might include an integrated GPU. A graphics processing unit (GPU) is a processor that manipulates graphic data to form the images on a monitor screen. The GPU might be on a video card, on the motherboard, or embedded in the CPU package. A+ Guide to Managing & Maintaining Your PC, 8th Edition

25 Feature 9: Integrated Graphics Cont’d
When inside the CPU package, it is called integrated graphics. Many AMD processors and all the Intel second generation (Sandy Bridge) and third generation (Ivy Bridge) processors have integrated graphics. A+ Guide to Managing & Maintaining Your PC, 8th Edition

26 Review A+ Guide to Managing & Maintaining Your PC, 8th Edition

27 Review Types & Characteristics of Processors
What is the primary component that determines the computing power of the system? The processor installed on a motherboard A+ Guide to Managing & Maintaining Your PC, 8th Edition

28 Review Types & Characteristics of Processors
What does the term Clock Speed refer to? The speed at which the system buses can run Recall that: the smaller the processor multiplier, the faster the system bus runs in comparison to the processor speed. A+ Guide to Managing & Maintaining Your PC, 8th Edition

29 Review Types & Characteristics of Processors
How is the processor speed measured? The processor core frequency is measured in gigahertz A+ Guide to Managing & Maintaining Your PC, 8th Edition

30 Review Types & Characteristics of Processors
How is the Processor Architecture determined? In either 32 its or 64 bits A+ Guide to Managing & Maintaining Your PC, 8th Edition

31 Review Types & Characteristics of Processors
Name the four multiprocessing formats of a system Multiprocessing Dual Processors Multi-Core Processing Multithreading A+ Guide to Managing & Maintaining Your PC, 8th Edition

32 Review Types & Characteristics of Processors
Name the memory die cache levels Level 1 cache Level 2 cache Level 3 cache A+ Guide to Managing & Maintaining Your PC, 8th Edition

33 Review Types & Characteristics of Processors
Name the types of memory used in the memory cache Static RAM SRAM A+ Guide to Managing & Maintaining Your PC, 8th Edition

34 Review Types & Characteristics of Processors
Name the type of memory used on the motherboard Volatile memory Dynamic RAM DRAM A+ Guide to Managing & Maintaining Your PC, 8th Edition

35 Review Types & Characteristics of Processors
Besides the type of memory, a processor can support certain memory components. Name them. Amounts of memory Memory speeds Number of memory channels A+ Guide to Managing & Maintaining Your PC, 8th Edition

36 Review Types & Characteristics of Processors
How do computers use software to create and manage multiple virtual machines It is something that must be enabled in the BIOS setup A+ Guide to Managing & Maintaining Your PC, 8th Edition

37 Review Types & Characteristics of Processors
What is a graphics processing unit (GPU) A processor that manipulates graphic data to form images on a monitor screen A+ Guide to Managing & Maintaining Your PC, 8th Edition

38 A+ Tip The A exam expects you to be familiar with the characteristics of processors. Know the purposes and characteristics of Hyper-threading, core processing, types of cache, virtualization, integrated GPU, and 32-bit versus 64-bit processing. A+ Guide to Managing & Maintaining Your PC, 8th Edition

39 A+ Guide to Managing & Maintaining Your PC, 8th Edition
Section 3: How A Processor Works Chapter 5 Supporting Processors and Upgrading Memory

40 How A Processor Works 40 A+ Guide to Managing & Maintaining Your PC, 8th Edition A+ Guide to Managing & Maintaining Your PC, 8th Edition

41 How a Processor Works Basic components Input/output (I/O) unit
Manages data and instructions entering and leaving the processor Control unit Manages all activities inside the processor One or more arithmetic logic units (ALUs) Performs all logical comparisons, calculations A+ Guide to Managing & Maintaining Your PC, 8th Edition

42 How a Processor Works Basic components (cont’d) Registers
Small holding areas on processor chip Holds counters, data, instructions, and addresses ALU is currently processing Internal memory caches (L1, L2, L3) Holds data and instructions to be processed by ALU Buses Connect components within the processor housing A+ Guide to Managing & Maintaining Your PC, 8th Edition

43 two instructions at once
Figure 5-3 Since the Pentium processor was first released in 1993, the standard has been for a processor to have two arithmetic logic units so that it can process two instructions at once A+ Guide to Managing & Maintaining Your PC, 8th Edition

44 How a Processor Works Processor frequency (speed)
Speed at which processor operates internally Multiplier Factor multiplied against system bus frequency Determines processor frequency System bus frequency × multiplier = processor frequency Processor sold today contain ALUs and registers that can process 32 bits or 64 bits at a time A+ Guide to Managing & Maintaining Your PC, 8th Edition

45 How a Processor Works Three categories of processors:
32-bit processors – known as x86 processors Can handle 32-bit instructions from OS Hybrid processors – known as x86-64 processors Can handle a 32-bit OS or a 64-bit OS AMD produced the first one (called AMD64) 64-bit processors – known as x64 processors Require a 64-bit OS and can handle 32-bit applications only by simulating 32-bit processing A+ Guide to Managing & Maintaining Your PC, 8th Edition

46 How a Processor Works Memory cache (L1, L2, or L3)
Each core in a processor has its own L1 and L2 caches All cores might share an L3 cache within the processor package Improves performance Memory controller Included in processor package Significant increase in system performance A+ Guide to Managing & Maintaining Your PC, 8th Edition

47 Figure 5-4 Quad-core processing with L1, L2, and L3 cache and the memory controller within the processor housing A+ Guide to Managing & Maintaining Your PC, 8th Edition

48 Table 4-1 Current Intel processors
A+ Guide to Managing & Maintaining Your PC, 8th Edition

49 Table 4-1 Current Intel processors (continued)
A+ Guide to Managing & Maintaining Your PC, 8th Edition

50 Intel Processors Processor identification Processor number
Example: two Core i7 processors are identified as: i7-940 and i7-920 Centrino technology improves laptop performance Processor, chipset, wireless network adapter are interconnected as a unit A+ Guide to Managing & Maintaining Your PC, 8th Edition

51 AMD Processors Table 4-2 Current AMD processors
A+ Guide to Managing & Maintaining Your PC, 8th Edition

52 Selecting and Installing a Processor
PC repair technician tasks Assemble a PC from parts Exchange a faulty processor Add a processor Upgrade an existing processor Must know how to: Match processor to system Install processor on motherboard A+ Guide to Managing & Maintaining Your PC, 8th Edition

53 Select a Processor to Match System Needs
First requirement Select processor motherboard is designed to support Select best processor meeting general system requirements and user needs May have to sacrifice performance for cost A+ Guide to Managing & Maintaining Your PC, 8th Edition

54 Install a Processor Installing an Intel processor in socket LGA1155
1. Read motherboard user guide and follow directions 2. Use a ground bracelet or antistatic gloves 3. Open the socket by pushing down on socket lever and gently push away from socket 4. Socket load plate opens 5. Remove socket protective cover 6. Remove protective cover from processor 7. Hold processor with index finger and thumb and align processor in socket using the gold triangle and right-angle mark A+ Guide to Managing & Maintaining Your PC, 8th Edition

55 Figure 5-13 Align the processor in the socket using the gold
triangle and the right-angle mark A+ Guide to Managing & Maintaining Your PC, 8th Edition

56 Install a Processor Installing an Intel processor in socket LGA1155 (cont’d): 8. Ensure the processor is aligned correctly in socket 9. Return lever to its locked position A+ Guide to Managing & Maintaining Your PC, 8th Edition

57 Install a Processor General step to install a cooler
1. Understand how cooler posts work 2. Apply thermal compound if necessary (may be preapplied) 3. Verify locking pins are turned counter-clockwise as far as they will go 4. Push down on each locking pin until it pops into the hole 5. Connect power cord from cooler fan to motherboard Check BIOS setup to verify the system recognized processor after system up and running A+ Guide to Managing & Maintaining Your PC, 8th Edition

58 Figure 5-21 Verify the CPU is recognized correctly by BIOS setup
A+ Guide to Managing & Maintaining Your PC, 8th Edition

59 Install a Processor Installing an Intel processor in socket LGA1366
Similar to installation of processor in Socket LGA 1155 (some steps may not be repeated) 1. Open the socket and remove protective cover 2. Line up processor with two posts on the socket (see Figure 5-25 on next slide) 3. Lower the socket load plate and return lever to locked position Verify system works A+ Guide to Managing & Maintaining Your PC, 8th Edition

60 side of the processor match the posts on each side of the socket
Figure Orient the processor over the socket so that the notches on each side of the processor match the posts on each side of the socket A+ Guide to Managing & Maintaining Your PC, 8th Edition

61 Install a Processor Installing an Intel processor in socket LGA775
1. Push down lever and gently push it away from socket, lift socket load plate and remove socket protective cover 2. Orient processor so notches on two edges of processor line up with two notches on the socket, place processor in socket 3. Close the socket cover, push down lever and return it to its locked position Verify system works A+ Guide to Managing & Maintaining Your PC, 8th Edition

62 Figure 5-29 Place the processor in the socket,
orienting the notches on two sides A+ Guide to Managing & Maintaining Your PC, 8th Edition

63 Install a Processor Installing an AMD processor in socket AM2+
Summary of installation steps 1. Open the socket lever and remove protective cover 2. Place processor in the socket 3. Verify processor pins sitting slightly into the holes 4. Press the lever down and gently into position 5. Apply thermal compound and install cooler 6. Clip into place the clipping mechanism on one side of the cooler 7. Connect fan power cord to power connection Verify system works A+ Guide to Managing & Maintaining Your PC, 8th Edition

64 Memory Technologies Random access memory (RAM)
Holds data and instructions used by CPU Static RAM (SRAM) and dynamic RAM (DRAM) Both volatile memory Figure RAM on motherboards today is stored in DIMMs A+ Guide to Managing & Maintaining Your PC, 8th Edition

65 Memory Technologies Variations of DRAM
DIMM – dual inline memory module small outline DIMM (SO-DIMM) – used on laptops microDIMMs – used on subnotebook computers RIMM and SIMM (outdated) Differences among DIMM, RIMM, SIMM modules Data path width each module accommodates How data moves from system bus to module A+ Guide to Managing & Maintaining Your PC, 8th Edition

66 Table 4-3 Types of memory modules
A+ Guide to Managing & Maintaining Your PC, 8th Edition

67 Table 4-3 Types of memory modules (continued)
A+ Guide to Managing & Maintaining Your PC, 8th Edition

68 DIMM Technologies DIMM (dual inline memory module) 64-bit data path
Independent pins on opposite sides of module Older DIMMs Asynchronous with system bus Synchronous DRAM (SDRAM) Runs synchronously with system bus Two notches Uses 168 pins A+ Guide to Managing & Maintaining Your PC, 8th Edition

69 DIMM Technologies Double Data Rate SDRAM
Also called DDR SDRAM, SDRAM II, DDR Two times faster than SDRAM DDR2 SDRAM Faster than DDR and uses less power DDR3 SDRAM Faster than DDR2 and uses less power DDR2 and DDR3 Use 240 pins Not compatible: use different notches A+ Guide to Managing & Maintaining Your PC, 8th Edition

70 DIMM Technologies Factors that affect capacity, features, and performance of DIMMS: Number of channels they use How much RAM is on one DIMM Speed Error-checking abilities Buffering A+ Guide to Managing & Maintaining Your PC, 8th Edition

71 DIMM Technologies Early single channel DIMMs
Memory controller is accessed one DIMM at a time Dual channels Memory controller communicates with two DIMMs at the same time Doubles memory access speed Triple channels Accesses three DIMMs at once DDR, DDR2, DDR3 DIMMs use dual channels DDR3 DIMMs also use triple channels A+ Guide to Managing & Maintaining Your PC, 8th Edition

72 DIMM Technologies Quad channeling
Introduced with Intel Sandy Bridge chipsets and processors Using eight memory slots: Processor can access four slots at a time using two different channels Figure The Intel Desktop Board DX79T0 has eight memory Slots and supports two quad channels A+ Guide to Managing & Maintaining Your PC, 8th Edition

73 DIMM Technologies Setting up dual channeling
Pair of DIMMs in a channel must be equally matched Size, speed, features Use same manufacturer (recommendation) Figure Matching pairs of DIMMs installed in four DIMM slots that support dual channeling A+ Guide to Managing & Maintaining Your PC, 8th Edition

74 DIMM Technologies Setting up triple-channeling
Three DIMM slots populated with three matching DDR3 DIMMs Figure Three identical DDR3 DIMMs installed in a triple-channel configuration A+ Guide to Managing & Maintaining Your PC, 8th Edition

75 DIMM Technologies DIMM Speed Measured in MHz and PC rating PC rating
Total bandwidth between module and CPU DDR2 PC rating Usually labeled PC2 DDR3 PC rating Usually labeled PC3 A+ Guide to Managing & Maintaining Your PC, 8th Edition

76 DIMM Technologies Single-sided DIMM
Memory chips installed on one side of module Double-sided DIMM Memory chips installed on both sides of module Memory bank Memory processor addresses at one time 64 bits wide Dual ranked DIMMs providing two or more banks Reduces overall memory price at the expense of performance A+ Guide to Managing & Maintaining Your PC, 8th Edition

77 DIMM Technologies Error-correcting code (ECC)
Detects and corrects error in a single bit Application: ECC makes 64-bit DIMM a 72-bit module Parity Error-checking based on an extra (ninth) bit Odd parity Parity bit set to make odd number of ones Even parity Parity bit set to make even number of ones Parity error Number of bits conflicts with parity used A+ Guide to Managing & Maintaining Your PC, 8th Edition

78 DIMM Technologies Buffered and registered DIMMs
Hold data and amplify signal before data written Registered DIMM Uses registers Unbuffered DIMM No buffers or register support Fully buffered DIMM (FB-DIMM) Uses an advanced buffering technique Allows servers to support a large number of DIMMs Notches on module indicate supported technologies A+ Guide to Managing & Maintaining Your PC, 8th Edition

79 DIMM Technologies CAS latency and RAS latency
Column access strobe (CAS) latency Row access strobe (RAS) latency Both refer to number of clock cycles it takes to write or read a column or row of data off a memory module CAS latency used more than RAS latency Lower values are better than higher Memory module ads Provide CAS latency value within series of timing numbers Example: A+ Guide to Managing & Maintaining Your PC, 8th Edition

80 RIMM Technologies Direct Rambus DRAM
Also known as RDRAM, Direct RDRAM, Rambus RIMM memory module Expensive and slower than current DIMMs RIMMs using 16-bit data bus: two notches, 184 pins RIMMs using 32-bit data bus: single notch, 232 pins C-RIMM (Continuity RIMM) Placeholder module Ensures continuity throughout all slots No memory chip A+ Guide to Managing & Maintaining Your PC, 8th Edition

81 Memory Technologies and Memory Performance
Memory performance factors to consider Total RAM installed Memory technology used Speed of memory in MHz, PC rating, or ns ECC or non-ECC CL or RL rating Single, dual, triple or quad channeling Connectors inside memory slots are tin or gold Edge connectors on memory modules follow suit Match connectors to prevent corrosive chemical reactions between metals A+ Guide to Managing & Maintaining Your PC, 8th Edition

82 How to Upgrade Memory Basic technique Add more RAM modules
Problems solved Slow performance Applications refusing to load An unstable system Windows “Insufficient memory” error message A+ Guide to Managing & Maintaining Your PC, 8th Edition

83 How to Upgrade Memory Questions to ask
How much RAM do I need and how much is currently installed? How many and what kind of memory modules are currently installed on my motherboard? How many and what kind of modules can I fit on my motherboard? How do I select and purchase the right modules for my upgrade? How do I physically install the new modules? A+ Guide to Managing & Maintaining Your PC, 8th Edition

84 How Much Memory Do I Need and How Much Is Currently Installed?
Best answer: “All you can get” Windows 7 requires at least 2 GB RAM RAM limit for a 32-bit OS 4 GB installed RAM A+ Guide to Managing & Maintaining Your PC, 8th Edition

85 How Many and What Kind of Memory Modules Are Currently Installed?
Open the case and look at memory slots How many slots? How many filled? Review module imprint Examine module for physical size and notch position Read motherboard documentation See if board supports dual, triple, or quad channels Last resort Take motherboard and old memory modules to a good computer parts store for confirmation A+ Guide to Managing & Maintaining Your PC, 8th Edition

86 How Many and What Kind of Modules Can Fit on My Motherboard?
Read motherboard documentation Indicates how much memory motherboard can physically hold DIMM modules DIMMs can be installed as single modules Motherboard supporting dual channeling Install matching DIMMs in each channel for best performance DDR3 board supporting triple channeling For best performance install three matching DIMMs in triple-channel slots A+ Guide to Managing & Maintaining Your PC, 8th Edition

87 How Many and What Kind of Modules Can Fit on My Motherboard?
Motherboard using DDR3 triple-channel DIMMs Use three matching DIMMs in the three blue slots If fourth slot populated, board reverts to single channeling Dual channeling: Install two matching DIMMs in two blue slots farthest from processor Leave other two slots empty For one installed DIMM: Place it in the blue slot farthest position from processor A+ Guide to Managing & Maintaining Your PC, 8th Edition

88 How Many and What Kind of Modules Can Fit on My Motherboard?
Motherboard using DDR3 triple-channel DIMMs (cont’d.) Follow motherboard documentation Serial Presence Detect (SPD) Declares module’s size, speed, voltage, and data path width to system BIOS at startup Today’s memory always supports SPD A+ Guide to Managing & Maintaining Your PC, 8th Edition

89 How Many and What Kind of Modules Can Fit on My Motherboard?
Motherboard using DDR DIMMs with dual channeling Allows three different DDR DIMM speeds in one to four sockets, supports dual channeling Two blue memory slots and two black slots For dual channeling Matching DIMMs must be installed in the two blue sockets If two DIMMs installed in the two black sockets They must match each other A+ Guide to Managing & Maintaining Your PC, 8th Edition

90 How Many and What Kind of Modules Can Fit on My Motherboard?
Pentium motherboard using DDR DIMMs Example: Motherboard using 168-pin single-sided DIMM modules Documentation says to use unbuffered, 3.3-V, ECC, PC100 DIMM SDRAM modules PC100: modules should be rated to work with a motherboard running at 100 MHz Can choose to use or not use ECC modules BIOS setup should show feature disabled Three DIMM slots on the board (sockets) hold one bank of memory A+ Guide to Managing & Maintaining Your PC, 8th Edition

91 How Many and What Kind of Modules Can Fit on My Motherboard?
RIMM modules No longer made Replace one or more C-RIMMs with RIMMs Match new RIMMs existing RIMMs Follow motherboard documentation Look at existing modules and motherboard documentation A+ Guide to Managing & Maintaining Your PC, 8th Edition

92 How Do I Select and Purchase the Right Memory Modules?
Compromises if exact match not available Mixing unbuffered memory with buffered Registered memory will not work Match memory module manufacturer if possible Try using memory from two different manufacturers If mixing memory speeds: All modules perform at slowest speed A+ Guide to Managing & Maintaining Your PC, 8th Edition

93 How Do I Select and Purchase the Right Memory Modules?
Using a web site to research your purchase Look for search utility matching modules to board Figure The Kingston web site DIMM recommendations for a particular motherboard A+ Guide to Managing & Maintaining Your PC, 8th Edition

94 How Do I Install the New Modules?
Precautions: Always use a ground bracelet Turn off power, unplug power cord, press power button, remove case cover Handle memory modules with care Do not touch metal contacts on memory module or expansion cards Do not stack cards or modules Look for notches on one side or in the middle for correct orientation A+ Guide to Managing & Maintaining Your PC, 8th Edition

95 How Do I Install the New Modules?
Installing DIMMS Pull out supporting arms on the sides of the slot Use notches on DIMM edge connector as a guide Insert DIMM straight down into the slot Ensure supporting arms lock into position New installations are generally uncomplicated Usually involve placing memory on motherboard Older computers may need change to CMOS setup If new memory not recognized try reseating device A+ Guide to Managing & Maintaining Your PC, 8th Edition

96 How Do I Install the New Modules?
Installing RIMMS Install RIMMs beginning with bank 0, followed by bank 1 If C-RIMM is already in the slot remove C-RIMM Insert module straight down in the socket When fully inserted supporting clips should pop back into place A+ Guide to Managing & Maintaining Your PC, 8th Edition

97 Summary Processor: most important motherboard component
Two major manufacturers are Intel and AMD Processors are rated by speed of the system bus, the socket and chipset, processor architecture, multi-core rating, internal memory cache, amount and type of RAM and computing technologies Memory cache inside the processor housing can be L1, L2, and L3 cache Core of processor has two arithmetic logic units (ALUs) and each core can process two threads at once A+ Guide to Managing & Maintaining Your PC, 8th Edition

98 Summary Current families of Intel processors include Core, Atom, Celeron, and Pentium Current AMD processor families include FX, Phenom, Athlon, and Sempron Select a processor that the motherboard supports When installing, always follow directions in motherboard user guide DRAM is stored on four kinds of modules: DIMM, SO-DIMM, RIMM, and SIMM modules DIMMs can be single-sided or double-sided A+ Guide to Managing & Maintaining Your PC, 8th Edition

99 Summary DIMMs can work together in dual, triple, or quad channels
DIMM and RIMM speeds are measured in MHz or PC rating The memory controller can check memory for errors and possibly correct those errors using ECC Buffers and registers are used to hold data and amplify a data signal RIMMs require that every RIMM slot be populated When upgrading memory, use the type, size, and speed the motherboard supports A+ Guide to Managing & Maintaining Your PC, 8th Edition


Download ppt "A+ Guide to Managing & Maintaining Your PC, 8th Edition"

Similar presentations


Ads by Google