Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Copyright © 2006 by The McGraw-Hill Companies,

Slides:



Advertisements
Similar presentations
MUHAMMAD AHMED HUSSAIN
Advertisements

Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Chapter 4A Transforming Data Into Information.
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Copyright © 2006 by The McGraw-Hill Companies,
Provide data pathways that connect various system components.
Introduction to Computers Section 4A. home Decimal Number System Called base 10 because 10 symbols are available.
© Paradigm Publishing, Inc. 2-1 Chapter 2 Input and Processing Chapter 2 Input and Processing.
SECTION 4a Transforming Data into Information.
Introduction to Information Technology: Your Digital World © 2013 The McGraw-Hill Companies, Inc. All rights reserved.Using Information Technology, 10e©
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Copyright © 2006 by The McGraw-Hill Companies,
Professor Michael J. Losacco CIS 1110 – Using Computers System Unit Chapter 4.
Computer Hardware Processing and Internal Memory.
Chapter 4 The Components of the System Unit
Computers Chapter 4 Inside the Computer © 2005 Prentice-Hall, Inc.Slide 2.
C OMPUTING E SSENTIALS Presentations by: Fred Bounds Timothy J. O’Leary Linda I. O’Leary.
Chapter 6 The System Unit.
66 CHAPTER THE SYSTEM UNIT. © 2005 The McGraw-Hill Companies, Inc. All Rights Reserved. 6-2 Competencies Describe the four basic types of system units.
Prepared by Careene McCallum-Rodney Hardware specification of a computer system.
S3 Computer Literacy Computer Hardware. Overview of Computer Hardware Motherboard CPU RAM Harddisk CD-ROM Floppy Disk Display Card Sound Card LAN Card.
COMPONENTS OF THE SYSTEM UNIT
Copyright 2003 The McGraw-Hill Companies, Inc CHAPTER The System Unit computing ESSENTIALS    
Lesson 3 — How a Computer Processes Data
The Components of the system unit Created By: N.AlJaffan Modified By:S.Abudawood Chapter 4.
Information and Communication Technology Fundamentals Credits Hours: 2+1 Instructor: Ayesha Bint Saleem.
66 CHAPTER THE SYSTEM UNIT. © 2005 The McGraw-Hill Companies, Inc. All Rights Reserved. 6-2 Competencies Describe the four basic types of system units.
Computers: Information Technology in Perspective By Long and Long Copyright 2002 Prentice Hall, Inc. Computers: Information Technology in Perspective.
© Paradigm Publishing Inc. 2-1 Chapter 2 Input and Processing.
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Copyright © 2006 by The McGraw-Hill Companies,
1 More on Computer Components Computer switches Binary number system Inside the CPU Cache memory Types of RAM Computer buses Creating faster CPUs NEXT.
Computer Processing of Data
E0001 Computers in Engineering1 The System Unit & Memory.
66 CHAPTER THE SYSTEM UNIT. 2 System Units in Microcomputers System Units (system cabinet):container that contain the electronic components of computer.
Computers Are Your Future Tenth Edition Chapter 6: Inside the System Unit Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall1.
Computer Hardware Mr. Richard Orr Technology Teacher Bednarcik Jr. High School.
Understanding Computers, Ch.31 Chapter 3 The System Unit: Processing and Memory.
Lesson 2 — How Does A Computer Process Data?
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Copyright © 2006 by The McGraw-Hill Companies,
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Copyright © 2006 by The McGraw-Hill Companies,
Created By: N.AlJaffan Modified By:S.Abudawood & Tr.Asma Aleisa Chapter 4.
McGraw-Hill Technology Education © 2006 by the McGraw-Hill Companies, Inc. All rights reserved. 66 CHAPTER THE SYSTEM UNIT.
Computers Are Your Future Eleventh Edition Chapter 2: Inside the System Unit Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall1.
© Paradigm Publishing Inc. 2-1 Chapter 2 Input and Processing.
The Components of a System Unit
Lesson 3 — How a Computer Processes Data Unit 1 — Computer Basics.
Computers © 2005 Prentice-Hall, Inc.Slide 1. Computers Chapter 4 Inside the Computer © 2005 Prentice-Hall, Inc.Slide 2.
Chapter 5B Modern CPUs.
Copyright 2003 The McGraw-Hill Companies, Inc CHAPTER The System Unit computing ESSENTIALS    
Computer Hardware. Lally School of M&T- Microcomputing and Info Systems Lecture Topics 1. Data Representation 2. Data Metrics 3. Central processing Unit.
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Copyright © 2006 by The McGraw-Hill Companies,
PC Internal Components Lesson 4.  Intel is perhaps the most recognizable microprocessor manufacturer. List some others.
Computer Hardware – System Unit
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Chapter 5A Transforming Data Into Information.
The Computer System.
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Copyright © 2006 by The McGraw-Hill Companies,
A Look Inside The Processor
Lecture 8 Processing Technologies PRESENTED BY MD. MAHBUBUL ALAM, PHD 1.
Computers Are Your Future Tenth Edition Inside the System Unit 1.
Information Technology INT1001 Lecture 2 1. Computers Are Your Future Tenth Edition Chapter 6: Inside the System Unit Copyright © 2009 Pearson Education,
Lecture # 10 Processors Microcomputer Processors.
IC 3 BASICS, Internet and Computing Core Certification Computing Fundamentals Lesson 2 How Does a Computer Process Data?
Computers Are Your Future Tenth Edition
Computer Hardware – System Unit
Transforming Data Into Information
McGraw-Hill Technology Education
Computers © 2005 Prentice-Hall, Inc. Slide 1.
McGraw-Hill Technology Education
McGraw-Hill Technology Education
McGraw-Hill Technology Education
McGraw-Hill Technology Education
Presentation transcript:

Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved.

McGraw-Hill Technology Education Chapter 5A Transforming Data Into Information

5A-3 How Computers Represent Data Number systems –A manner of counting –Several different number systems exist Decimal number system –Used by humans to count –Contains ten distinct digits –Digits combine to make larger numbers

5A-4 How Computers Represent Data Binary number system –Used by computers to count –Two distinct digits, 0 and 1 –0 and 1 combine to make numbers

5A-5 How Computers Represent Data Bits and bytes –Binary numbers are made of bits –Bit represents a switch –A byte is 8 bits –Byte represents one character

5A-6 How Computers Represent Data Text codes –Converts letters into binary –Standard codes necessary for data transfer –ASCII American English symbols –Extended ASCII Graphics and other symbols –Unicode All languages on the planet

5A-7 How Computers Process Data The CPU –Central Processing Unit –Brain of the computer –Control unit Controls resources in computer Instruction set –Arithmetic logic unit Simple math operations Registers

5A-8 How Computers Process Data Machine cycles –Steps by CPU to process data –Instruction cycle CPU gets the instruction –Execution cycle CPU performs the instruction –Billions of cycles per second –Pipelining processes more data –Multitasking allows multiple instructions

5A-9 How Computers Process Data Memory –Stores open programs and data –Small chips on the motherboard –More memory makes a computer faster

5A-10 How Computers Process Data Nonvolatile memory –Holds data when power is off –Read Only Memory (ROM) –Basic Input Output System (BIOS) –Power On Self Test (POST)

5A-11 How Computers Process Data Flash memory –Data is stored using physical switches –Special form of nonvolatile memory –Camera cards, USB key chains

5A-12 How Computers Process Data Volatile memory –Requires power to hold data –Random Access Memory (RAM) –Data in RAM has an address –CPU reads data using the address –CPU can read any address

5A-13 Components affecting Speed

5A-14 Affecting Processing Speed Registers –Number of bits processor can handle –Word size –Larger indicates more powerful computer –Increase by purchasing new CPU

5A-15 Affecting Processing Speed Virtual RAM –Computer is out of actual RAM –File that emulates RAM –Computer swaps data to virtual RAM Least recently used data is moved

5A-16 Affecting Processing Speed The computer’s internal clock –Quartz crystal –Every tick causes a cycle –Speeds measured in Hertz (Hz) Modern machines use Giga Hertz (GHz)

5A-17 Affecting Processing Speed The bus –Electronic pathway between components –Expansion bus connects to peripherals –System bus connects CPU and RAM –Bus width is measured in bits –Speed is tied to the clock

5A-18 Affecting Processing Speed External bus standards –Industry Standard Architecture (ISA) –Local bus –Peripheral control interface –Accelerated graphics port –Universal serial bus –IEEE 1394 (FireWire) –PC Card

5A-19 Affecting Processing Speed Peripheral control interface (PCI) –Connects modems and sound cards –Found in most modern computers

5A-20 Affecting Processing Speed Accelerated Graphics Port (AGP) –Connects video card to motherboard –Extremely fast bus –Found in all modern computers

5A-21 Affecting Processing Speed Universal Serial Bus (USB) –Connects external devices –Hot swappable –Allows up to 127 devices –Cameras, printers, and scanners

5A-22 Affecting Processing Speed PC Card –Used on laptops –Hot swappable –Devices are the size of a credit card

5A-23 Affecting Processing Speed Cache memory –Very fast memory –Holds common or recently used data –Speeds up computer processing –Most computers have several caches –L1 holds recently used data –L2 holds upcoming data –L3 holds possible upcoming data

Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Chapter 5A End of Chapter

Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved.

McGraw-Hill Technology Education Chapter 5B Modern CPUs

5B-27 A Look Inside The Processor Architecture –Determines Location of CPU parts Bit size Number of registers Pipelines –Main difference between CPUs

Microcomputer Processors Intel –Leading manufacturer of processors –Intel 4004 was worlds first microprocessor –IBM PC powered by Intel 8086 –Current processors Centrino Itanium Pentium IV Xeon

Microcomputer Processors Advanced Micro Devices (AMD) –Main competitor to Intel –Originally produced budget products –Current products outperform Intel –Current processors Sempron Athlon FX 64 Athlon XP

Microcomputer Processors Freescale –A subsidiary of Motorola –Co-developed the Apple G4 PowerPC –Currently focuses on the Linux market

Microcomputer Processors IBM –Historically manufactured mainframes –Partnered with Apple to develop G5 First consumer 64 bit chip

Comparing Processors Speed of processor Size of cache Number of registers Bit size Speed of Front side bus

Advanced Processor Topics RISC processors –Reduced Instruction Set Computing –Smaller instruction sets –May process data faster –PowerPC and G5

Advanced Processor Topics Parallel Processing –Multiple processors in a system –Symmetric Multiple Processing Number of processors is a power of 2 –Massively Parallel Processing Thousands of processors Mainframes and super computers

Extending The Processors Power Standard computer ports –Keyboard and mouse ports –USB ports –Parallel –Network –Modem –Audio –Serial –Video

Standard Computer Ports

Extending The Processors Power Serial and parallel ports –Connect to printers or modems –Parallel ports move bits simultaneously Made of 8 – 32 wires Internal busses are parallel –Serial ports move one bit Lower data flow than parallel Requires control wires UART converts from serial to parallel

Serial Communications

Parallel Communications

Extending The Processors Power SCSI –Small Computer System Interface –Supports dozens of devices –External devices daisy chain –Fast hard drives and CD-ROMs

Extending The Processors Power USB –Universal Serial Bus –Most popular external bus –Supports up to 127 devices –Hot swappable

Extending the Processors Power FireWire –IEEE 1384 –Cameras and video equipment –Hot swappable –Port is very expensive

Extending the Processors Power Expansion slots and boards –Allows users to configure the machine –Slots allow the addition of new devices –Devices are stored on cards –Computer must be off before inserting

Extending the Processors Power PC Cards –Expansion bus for laptops –PCMCIA –Hot swappable –Small card size –Three types, I, II and III –Type II is most common

Extending the Processors Power Plug and play –New hardware detected automatically –Prompts to install drivers –Non-technical users can install devices

Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Chapter 5B End of Chapter