TECHNOLOGY IN ACTION. Technology in Focus Under the Hood.

Slides:



Advertisements
Similar presentations
Chapter 4 The Central Processing Unit
Advertisements

The Central Processing Unit: What Goes on Inside the Computer.
The Central Processing Unit: What Goes on Inside the Computer.
CENTRAL PROCESSING UNIT
SECTION 4a Transforming Data into Information.
Chapter 9_3 Following Instructions: Principles of Computer Operation.
3.1Introduction to CPU Central processing unit etched on silicon chip called microprocessor Contain tens of millions of tiny transistors Key components:
Chapter 2 System Unit Components Discovering Computers 2012: Chapter
What’s on the Motherboard? The two main parts of the CPU are the control unit and the arithmetic logic unit. The control unit retrieves instructions from.
Computers Are Your Future Eleventh Edition Chapter 2: Inside the System Unit Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall1.
Chapter 4  Converts data into information  Control center  Set of electronic circuitry that executes stored program instructions  Two parts ◦ Control.
By: Clara Miles and Jarrick Lumma.  The motherboard is the main circuit board of the system unit. It can also be called a system board.  It contains.
Technology in Action Alan Evans Kendall Martin Mary Anne Poatsy Tenth Edition Copyright © 2014 Pearson Education, Inc. Publishing as Prentice Hall.
COMPONENTS OF THE SYSTEM UNIT
Technology in Action Alan Evans Kendall Martin Mary Anne Poatsy Eleventh Edition Copyright © 2015 Pearson Education, Inc.
Copyright Jim Martin Computers Inside and Out Dr Jim Martin
CSC 101 Introduction to Computing Lecture 9 Dr. Iftikhar Azim Niaz 1.
Topics Introduction Hardware and Software How Computers Store Data
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
© 2009 Prentice-Hall, Inc Technology in Action Chapter 9 Behind the Scenes: A Closer Look at System Hardware.
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
Technology in Focus: Under the Hood
Technology in Action Alan Evans Kendall Martin Mary Anne Poatsy Ninth Edition Copyright © 2013 Pearson Education, Inc. Publishing as Prentice Hall.
Module 5 Central Processing Unit 1. Binary representation of data 2. The components of the CPU 3. CPU and Instruction set 4. Important features of CPUs.
Your Interactive Guide to the Digital World Discovering Computers 2012 Edited by : Noor Alhareqi.
Computers Are Your Future Eleventh Edition Chapter 2: Inside the System Unit Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall1.
The Central Processing Unit: What Goes on Inside the Computer
1Copyright © Prentice Hall 2000 The Central Processing Unit Chapter 3 What Goes on Inside the Computer.
Technology in Action Alan Evans Kendall Martin Mary Anne Poatsy Twelfth Edition Copyright © 2016 Pearson Education, Inc.0.
Discovering Computers Fundamentals, Third Edition CGS 1000 Introduction to Computers and Technology Spring 2007.
Lesson 3 — How a Computer Processes Data Unit 1 — Computer Basics.
CSCI-100 Introduction to Computing Hardware Part I.
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Chapter 5A Transforming Data Into Information.
The Computer System.
Succeeding with Technology Chapter 2 Hardware Designed to Meet the Need The Digital Revolution Integrated Circuits and Processing Storage Input, Output,
Jeopardy Data System Unit CPU Performance Challenge! Q $100 Q $200 Q $300 Q $400 Q $500 Q $100 Q $200 Q $300 Q $400 Q $500 Final Jeopardy.
Chapter 2 Turning Data into Something You Can Use
The System Unit What is the system unit? p Fig. 4-1 Next  Case that contains electronic components of the computer used to process data  Sometimes.
Your Interactive Guide to the Digital World Discovering Computers 2012.
CS 1410 Intro to Computer Tecnology Computer Hardware1.
Computers Are Your Future Tenth Edition Inside the System Unit 1.
Computers Are Your Future Eleventh Edition Chapter 2: Inside the System Unit Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall1.
Information Technology INT1001 Lecture 2 1. Computers Are Your Future Tenth Edition Chapter 6: Inside the System Unit Copyright © 2009 Pearson Education,
Computer Hardware. 7/23/2016M. Eyadat2 Objectives –Explain why most computers are digital –Describe the role of the ALU –List factors that affect performance.
Computer Hardware What is a CPU.
Computers Are Your Future Tenth Edition
Objectives Overview Differentiate among various styles of system units on desktop computers, notebook computers, and mobile devices Identify chips, adapter.
Discovering Computers 2011: Living in a Digital World Chapter 4
The Central Processing Unit
Chapter 2 – Computer hardware
Edited by : Noor Alhareqi
Components of Computer
Week 3 The Components of the System Unit
CPU Processing, Cache Memory, Busses, & RAM
Edited by : Noor Alhareqi
Edited by : Noor Alhareqi
3.1 Introduction to CPU Central processing unit etched on silicon chip called microprocessor Contain tens of millions of tiny transistors Key components:
Topics Introduction Hardware and Software How Computers Store Data
Computers: Tools for an Information Age
Computers Inside and Out
Edited by : Noor Alhareqi
Chapter 4: Hardware for Educators
Technology in Action.
Computers: Tools for an Information Age
Computer Science. The CPU The CPU is made up of 3 main parts : Cache ALU Control Unit.
Presentation transcript:

TECHNOLOGY IN ACTION

Technology in Focus Under the Hood

Switches and Number Systems Electrical Switches Computer system Enormous collection of on/off switches Combined to perform addition, subtraction, and move data around Copyright © 2017 Pearson Education, Inc. TIF Under the Hood 3

Switches and Number Systems Electrical Switches Computers only understand two states Binary language consists of two numbers: 1 or 0 Electrical switches can be switched between 1 and 0 signifying ON and OFF Copyright © 2017 Pearson Education, Inc. TIF Under the Hood 4 Lock Computers contain a huge collection of electrical switches

Switches and Number Systems Vacuum Tubes Used as switches Earliest generation computers Allow or block flow of electrical current Copyright © 2017 Pearson Education, Inc. TIF Under the Hood 5 Problems with vacuum tube switches Take up a large amount of space Produce heat and burn out frequently

Switches and Number Systems Transistors Electrical switches built of layers of materials called semiconductors Semiconductors can be controlled to conduct or insulate Made from silicon Smaller and faster than vacuum tubes Produce less heat, can be switched quickly, and are less expensive Copyright © 2017 Pearson Education, Inc. TIF Under the Hood 6

Switches and Number Systems Transistors This silicon wafer has the transistor circuitry for hundreds of devices etched on it Copyright © 2017 Pearson Education, Inc. TIF Under the Hood 7

Switches and Number Systems Integrated Circuits Copyright © 2017 Pearson Education, Inc. TIF Under the Hood 8 Tiny regions of semiconductor material Support a huge number of transistors No more than ¼ inch in size Can fit billions of transistors CPUs are microprocessor chips

Switches and Number Systems Number Systems Base-10 number system Number system is an organized plan for representing a number Decimal notation Base 10 uses 10 digits (0–9) Copyright © 2017 Pearson Education, Inc. TIF Under the Hood 9

Switches and Number Systems Number Systems Base-2 or binary uses two digits (0 and 1) Copyright © 2017 Pearson Education, Inc. TIF Under the Hood 10

Switches and Number Systems Number Systems Hexadecimal notation Used to avoid working with long strings of 1s and 0s Base-16 uses 16 digits (0–9 and A–F) A = 10, B = 11, etc. Copyright © 2017 Pearson Education, Inc. TIF Under the Hood 11

Switches and Number Systems Number Systems Copyright © 2017 Pearson Education, Inc. TIF Under the Hood 12 American Standard Code for Information Interchange (ASCII) represents each letter or character as 8-bit binary code Each binary digit is a bit 8 binary digits (or bits) create one byte

Switches and Number Systems Number Systems Copyright © 2017 Pearson Education, Inc. TIF Under the Hood 13 Unicode ASCII can only assign 256 unique codes Not sufficient for all languages Unicode uses 16 bits

Switches and Number Systems Number Systems IEEE established floating-point standard Describes how fractional parts should be represented in binary Uses a 32-bit system First digit indicates whether a number is positive or negative Next 8 bits store magnitude Remaining 23 bits store value of number Copyright © 2017 Pearson Education, Inc. TIF Under the Hood 14

How the CPU Works The Machine Cycle Machine cycle refers to series of general steps CPU performs 1.Fetch 2.Decode 3.Execute 4.Store Copyright © 2017 Pearson Education, Inc. TIF Under the Hood 15

How the CPU Works The Control Unit and the System Clock Manages switches inside CPU Remembers: Sequence of processing stages How switches are set for each stage With each beat of the system clock Control unit moves each switch to correct on/off setting Performs the work of that stage Copyright © 2017 Pearson Education, Inc. TIF Under the Hood 16

How the CPU Works The Control Unit and the System Clock Moves CPU from one stage to the next Acts as a metronome, keeping steady beat or tick Ticks, known as the clock cycle, set the pace Pace, known as clock speed, is measured in hertz Today’s speed is measured in gigahertz, 1 billion clock ticks per second Copyright © 2017 Pearson Education, Inc. TIF Under the Hood 17

How the CPU Works Machine Cycle Stages The fetch stage Data and program instructions stored in various areas of the system Program or data is moved to RAM from the hard drive As instructions are needed, they are moved from RAM into registers Storage areas located on CPU Copyright © 2017 Pearson Education, Inc. TIF Under the Hood 18

How the CPU Works Machine Cycle Stages The decode stage CPU’s control unit decodes program’s instructions into commands Instruction set Commands CPU can execute Written in assembly language Assembly language translated into binary code Machine language—long strings of binary code Copyright © 2017 Pearson Education, Inc. TIF Under the Hood 19

How the CPU Works Machine Cycle Stages The execute stage Arithmetic logic unit (ALU) Mathematical operations Test comparisons of values (, =) Logical OR, AND, and NOT operations Word size is number of bits worked with at a time Copyright © 2017 Pearson Education, Inc. TIF Under the Hood 20

How the CPU Works Machine Cycle Stages The store stage Results produced by ALU are stored in registers Instruction explains which register to use When instruction is completed, the next instruction will be fetched The fetch–decode–execute–store cycle begins again Copyright © 2017 Pearson Education, Inc. TIF Under the Hood 21

Making CPUs Even Faster Building a faster CPU is not easy Must consider time to design, manufacture, and test the processor For release in 36 months, a CPU must perform twice as fast as currently available Copyright © 2017 Pearson Education, Inc. TIF Under the Hood 22

Making CPUs Even Faster Pipelining CPU works on more than one stage or instruction at a time Boosts CPU performance System clock indicates when instructions move to next process Can potentially run four times faster Copyright © 2017 Pearson Education, Inc. TIF Under the Hood 23

Making CPUs Even Faster Pipelining Copyright © 2017 Pearson Education, Inc. TIF Under the Hood 24

Making CPUs Even Faster Specialized Multimedia Instructions Incorporates specialized multimedia instructions in the command set Speeds up video and audio processing Advanced Encryption Standard (AES) Copyright © 2017 Pearson Education, Inc. TIF Under the Hood 25

Making CPUs Even Faster Multiple Processing Efforts Many high-end server systems use a large number of processors Multicore processing Quad-core processors have four separate parallel processing paths Six- and eight-core processors are available Parallel processing uses multiple computers to work on a portion of same problem simultaneously Copyright © 2017 Pearson Education, Inc. TIF Under the Hood 26

Questions ?

Copyright 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.