Presentation is loading. Please wait.

Presentation is loading. Please wait.

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

Similar presentations


Presentation on theme: "Computers Are Your Future Twelfth Edition Chapter 2: Inside the System Unit Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall 1."— Presentation transcript:

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

2 Inside the Computer System Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall 2

3 Objectives Understand how computers represent data. Understand the measurements used to describe data transfer rates and data storage capacity. List the components found inside the system unit and explain their use. Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall 3

4 Objectives List the components found on the computer’s motherboard and explain their role in the computer system. Discuss (in general terms) how a CPU processes data. Explain the factors that determine a microprocessor’s performance. Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall 4

5 Objectives List the various types of memory found in a computer system and explain the purpose of each. Describe the various physical connectors on the exterior of the system unit and explain their use. Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall 5

6 How Computers Represent Data Binary numbers o Only 0s and 1s Bit o Smallest piece of data a computer can work with o Either “on” or “off,” a 0 or a 1 o Eight bits—byte—a single unit of storage Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall 6

7 How Computers Represent Data Modem’s data transfer rate is in bits per second o Example—gigabits per second (Gbps) Data storage is in bytes o Kilobyte (KB)—one thousand bytes o Megabyte (MB)—one million bytes o Gigabytes (GB)—one billion bytes o Terabyte (TB)—one trillion bytes Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall 7

8 How Computers Represent Data Computers convert binary numbers into hexadecimal (hex) numbers o Which use the numbers 0 through 9, followed by letters A through F Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall 8

9 How Computers Represent Data Characters o Letters, numbers, and symbols—converted into numbers the computer understands Character code o Performs the conversion American Standard Code for Information Interchange (ASCII) Extended Binary Coded Decimal Interchange Code (EBCDIC) Unicode Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall 9

10 Introducing the System Unit System unit o Case that contains the major hardware components of a computer o Come in different styles o Footprints Amount of space that the unit uses Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall 10

11 Introducing the System Unit System unit (con’t.) o Some have embedded biometric authentication devices such as fingerprint readers, retina scanners, and face recognition systems to prevent unauthorized access. o Form factor—specifies how the internal components are located within the system unit. Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall 11

12 Inside the System Unit Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall 12

13 o Motherboard o CPU o Power supply o Cooling fan o Internal speaker o Drive bays o Expansion slots System unit main components Inside the System Unit Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall 13

14 Inside the System Unit Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall 14

15 Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall 15 Inside the System Unit

16 Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall 16 What’s on the Motherboard?

17 Motherboard o Printed circuit board that contains the electrical circuitry for the computer o The majority of parts found on the motherboard are integrated circuits. Includes millions of transistors and carries electrical current o A switch that is able to control the electrical signal flow to the circuit What’s on the Motherboard? Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall 17

18 What’s on the Motherboard? Central processing unit (CPU) o Integrated circuit chip that processes electronic signals o Also known as a microprocessor or processor Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall 18

19 What’s on the Motherboard? CPU (con’t.) o Is usually covered by a heat sink A heat-dissipating component that drains heat from the chip o Instruction—An operation performed by the CPU and assigned a specific number o Instruction set—The list of CPU instructions for the operations Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall 19

20 What’s on the Motherboard? CPU (con’t.) o Control unit—one of the two main parts Retrieves instructions from memory Interprets and performs those instructions Manages the machine cycle or processing cycle, the four-part process performed by the CPU o Arithmetic logic unit (ALU)—one of the two main parts Performs arithmetic and logical operations o Involve adding, subtracting, multiplying, dividing o Logical operations involve comparisons between two or more data items. Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall 20

21 What’s on the Motherboard? Machine cycle o Instruction cycle Fetch: Retrieves program instructions Decode: Determines what the program is telling the computer to do o Execution cycle: Execute: Performs the requested action Store: Stores the results to an internal register Registers—store data when it must be temporarily stored in the CPU Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall 21

22 What’s on the Motherboard? Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall 22

23 What’s on the Motherboard? Parallel processing o Method where more than one processor performs at the same time—faster processing Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall 23 Most important factor that affects the performance of CPU:

24 What’s on the Motherboard? Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall 24 Multi-core processing o Access time reduced o Processing time improved o Each core handles incoming streams of data or instructions at the same time o Two basic types: Dual core Quad core

25 Memory o Chips on the motherboard or within the CPU that retain instructions and data Random access memory (RAM) o Temporarily stores data and instructions for the CPU o Volatile—contents erased after computer is shut off o Allows CPU to access or store data and instructions quickly through RAM’s memory address feature Identifies and locates stored data What’s on the Motherboard? Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall 25

26 What’s on the Motherboard? Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall 26

27 What’s on the Motherboard? Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall 27 RAM (con’t.) o Comes in the form of memory modules or memory cards o Memory modules (memory cards)—small circuit boards that hold several RAM chips and fits into special slots on the motherboard o Types of RAM: Dual inline memory modules (DIMM)—most common today o 168-pin connector o 64-bit transfer rate Single inline memory modules (SIMM)—older technology o 72-pin connector o 32-bit transfer rate

28 What’s on the Motherboard? Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall 28 Memory footprint o Amount of RAM the operating system uses while it operates Virtual memory o Section of the hard drive set aside to use when RAM gets full

29 What’s on the Motherboard? Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall 29 Cache memory o Small unit of ultrafast memory built into or near the processor o Used to store frequently or recently access program instructions or data o Faster than RAM o More expensive than RAM o Three levels of cache on a system: Level 1 (L1) cache (primary cache) Level 2 (L2) cache (secondary cache) Level 3 (L3) cache o Found on some newer microprocessors o Primarily used in servers and workstations

30 What’s on the Motherboard? Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall 30

31 Read-only memory (ROM) o Contains prerecorded instructions to start the computer o Nonvolatile—contents stored when CPU power off What’s on the Motherboard? Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall 31

32 What’s on the Motherboard? Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall 32 ROM (con’t.) o Programmable ROM (PROM) o Electrically-PROM (EPROM) o Electrically erasable PROM (EEPROM) o Flash EPROM

33 What’s on the Outside of the Box? Front panel o Power switch Used to turn the computer on o Drive activity light Advises the user that the hard drive is retrieving data o Power-on light Shows whether the power is on Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall 33

34 What’s on the Outside of the Box? Outside a system unit o Connector—physical receptacle used to plug a peripheral device into the computer Example: telephone jack o Port—electronically defined pathway used to send data into and retrieve data from the computer Example: USB port Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall 34

35 What’s on the Outside of the Box? Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall 35

36 What’s on the Outside of the Box? Connectors on a notebook may vary Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall 36

37 What’s on the Outside of the Box? Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall 37 USB (universal serial bus) ports o Connects up to 127 peripheral devices o USB 2.0 (high-speed USB)— Connects a variety of devices to the computer, including: Keyboards Mice Printers Digital cameras

38 What’s on the Outside of the Box? Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall 38 USB 2.0 o Uses an external bus o Supports data transfer rates of 480 Mbps between the computer and the peripheral device o Supports hot swapping—ability to connect and disconnect devices without shutting down the computer o Plug-and-play (PnP)—allows computers to automatically detect the device when you plug it in USB hub o Device that plugs into existing USB port o Contains four or more additional ports

39 What’s on the Outside of the Box? Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall 39 FireWire (1395 ports) o Created by Apple in 1995 o IEEE 1394 Higher Performance Serial Bus, also known as Sony i.Link o Offers high-speed connections for dozens of peripheral devices (up to 63) o Enables hot swapping and PnP o Data transfer rates of FireWire FireWire 400—400 Mbps FireWire 800—800 Mbps FireWire S3200—next generation (expected to transfer data at 3.2 Gbps)

40 What’s on the Outside of the Box? Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall 40 Video connectors o VGA (video graphics array) Transmits analog video signals Used for legacy technology cathode ray (CRT) monitors o DVI (Digital visual Interface) port—lets LCD monitors use digital signals

41 What’s on the Outside of the Box? Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall 41 Additional connectors o Telephone o Network o PC card slot PC card ExpressCard o Sound card o Game card o TV/sound capture board

42 Summary Understand how computers represent data. Understand the measurements used to describe data transfer rates and data storage capacity. List the components found inside the system unit and explain their use. Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall 42

43 Summary List the components found on the computer’s motherboard and explain their role in the computer system. Discuss (in general terms) how a CPU processes data. Explain the factors that determine a microprocessor’s performance. Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall 43

44 Summary List the various types of memory found in a computer system and explain the purpose of each. Describe the various physical connectors on the exterior of the system unit and explain their use. Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall 44

45 All rights reserved. No part of this publication may be reproduced, stored in a retrieval system, or transmitted, in any form or by any means, electronic, mechanical, photocopying, recording, or otherwise, without the prior written permission of the publisher. Printed in the United States of America. Copyright © 2012 Pearson Education, Inc. Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall 45 Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall


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

Similar presentations


Ads by Google