McGraw-Hill Technology Education

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,
Introduction to Computers Section 4A. home Decimal Number System Called base 10 because 10 symbols are available.
Chapter 5 The System Unit.
© 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©
1 The System Unit Lecture 2 CSCI 1405 Introduction to Computer Science Fall 2006.
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
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.
McGraw-Hill/Irwin Copyright © 2008 by The McGraw-Hill Companies, Inc. All rights reserved. Chapter 5 The System Unit.
COMPONENTS OF THE SYSTEM UNIT
Lesson 3 — How a Computer Processes Data
The Components of the system unit Created By: N.AlJaffan Modified By:S.Abudawood Chapter 4.
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.
Chapter 4 The System Unit: Processing and Memory Prepared by : Mrs. Sara salih.
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.
Computers Are Your Future Tenth Edition Chapter 6: Inside the System Unit Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall1.
Practical PC, 7th Edition Chapter 17: Looking Under the Hood
Understanding Computers, Ch.31 Chapter 3 The System Unit: Processing and Memory.
 Design model for a computer  Named after John von Neuman  Instructions that tell the computer what to do are stored in memory  Stored program 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,
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Copyright © 2006 by The McGraw-Hill Companies,
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
Introduction to Computer Architecture. What is binary? We use the decimal (base 10) number system Binary is the base 2 number system Ten different numbers.
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.
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,
Computer Hardware – System Unit
Input and Processing Chapter 2 - Computers- Understanding Technology.
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Chapter 5A Transforming Data Into Information.
The Computer System.
Computer Hardware & Processing Inside the Box CSC September 16, 2010.
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,
Instructor: Chapter 2: The System Unit. Learning Objectives: Recognize how data is processed Understand processors Understand memory types and functions.
Lecture # 10 Processors Microcomputer Processors.
IC 3 BASICS, Internet and Computing Core Certification Computing Fundamentals Lesson 2 How Does a Computer Process Data?
Computer Hardware. 7/23/2016M. Eyadat2 Objectives –Explain why most computers are digital –Describe the role of the ALU –List factors that affect performance.
Computers Are Your Future Tenth Edition
Computer Hardware – System Unit
Processor/Memory Chapter 3
Discovering Computers 2011: Living in a Digital World Chapter 4
Transforming Data Into Information
Introduction to Computer Architecture
CS-301 Introduction to Computing Lecture 17
Computers © 2005 Prentice-Hall, Inc. Slide 1.
Computers (Hardware and Software)
Chapter 4: Hardware for Educators
McGraw-Hill Technology Education
McGraw-Hill Technology Education
McGraw-Hill Technology Education
Introduction to Computers
Presentation transcript:

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

Transforming Data Into Information Chapter 5A Transforming Data Into Information

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

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 Teaching Tip Table 5A.1 on page 187 provides the first 17 binary numbers and their decimal equivalent. A fun exercise is to teach the students to count in binary on their fingers.

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

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 Insider information Windows XP, Mac OS X and newer flavors of Linux are fully Unicode compatible.

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 Teaching tip Table 5A.4 on page 190 lists the operations handled by the common ALU.

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 Insider information More pipelines mean a faster and more efficient CPU. The current fastest CPU on the market, the Apple G5 has 80 pipelines!

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

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) Teaching tip If you are in a computer lab, spend a few minutes exploring your BIOS. Demonstrate what happens when values are adjusted. Walk through a POST check. Unplug a device and generate POST errors. Be sure to reset everything before moving on with the lecture!

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

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 Teaching tip One of the most commonly asked questions is “How do I speed up my computer”. The simplest answer is to add RAM. The Productivity Tip on page 200 provides some guidelines when to add RAM.

Components affecting Speed

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

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

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) Teaching tip Spend a little time here discussing over clocking. Over clocking causes the computer to run faster than designed. Possibly, you have students that can share stories of over clocking.

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

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

Affecting Processing Speed Peripheral control interface (PCI) Connects modems and sound cards Found in most modern computers

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

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

Affecting Processing Speed PC Card Used on laptops Hot swappable Devices are the size of a credit card

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

Chapter 5A End of Chapter