Computer Hardware. 7/23/2016M. Eyadat2 Objectives –Explain why most computers are digital –Describe the role of the ALU –List factors that affect performance.

Slides:



Advertisements
Similar presentations
Chapter 4 The Central Processing Unit
Advertisements

The Central Processing Unit: What Goes on Inside the Computer.
 2002 Prentice Hall Hardware Basics: Inside The Box Chapter 2.
Digital Data Representation
SECTION 4a Transforming Data into Information.
Computer Architecture
Hardware Basics: Inside the Box 2  2001 Prentice Hall2.2 Chapter Outline “There is no invention – only discovery.” Thomas J. Watson, Sr. What Computers.
C OMPUTING E SSENTIALS Presentations by: Fred Bounds Timothy J. O’Leary Linda I. O’Leary.
Data Representation (in computer system) Computer Fundamental CIM2460 Bavy LI.
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.
Chapter 2 System Unit Components Discovering Computers 2012: Chapter
MOTHERBOARD holds the and connects directly or indirectly to every part of the PC. holds the processor, memory and expansion slots and connects directly.
Chapter 4  Converts data into information  Control center  Set of electronic circuitry that executes stored program instructions  Two parts ◦ Control.
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.
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.
E0001 Computers in Engineering1 The System Unit & Memory.
XP Practical PC, 3e Chapter 16 1 Looking “Under the Hood”
3 1 3 C H A P T E R Hardware: Input, Processing, and Output Devices.
Practical PC, 7th Edition Chapter 17: Looking Under the Hood
Technology in Focus: Under the Hood
Chapter Two Hardware Basics: Inside the Box. ©1999 Addison Wesley Longman2.2 Chapter Outline What Computers Do A Bit About Bits The Computer’s Core: CPU.
Chapter 2 Computer Hardware
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,
Your Interactive Guide to the Digital World Discovering Computers 2012 Edited by : Noor Alhareqi.
Discovering Computers Fundamentals, 2010 Edition Living in a Digital World Chapter Three.
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
An overview of Computer System
Discovering Computers Fundamentals, Third Edition CGS 1000 Introduction to Computers and Technology Spring 2007.
Chapter 17 Looking “Under the Hood”. 2Practical PC 5 th Edition Chapter 17 Getting Started In this Chapter, you will learn: − How does a computer work.
Computer Hardware Basic Computer Concepts Data Representation and Digital Electronics  Data Representation  makes it possible to convert letters, sounds,
CSCI-100 Introduction to Computing Hardware Part I.
Computer Hardware. Lally School of M&T- Microcomputing and Info Systems Lecture Topics 1. Data Representation 2. Data Metrics 3. Central processing Unit.
Technology in Action Chapter 6 Behind the Scenes: A Closer Look at System Hardware.
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,
Chapter 2 Turning Data into Something You Can Use
Chapter Two Hardware Basics: Inside the Box ©1999 Addison Wesley Longman2.2 Chapter Outline What Computers Do A Bit About Bits The Computer’s Core: CPU.
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.
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,
Chapter 17 Looking “Under the Hood”
Computers Are Your Future Tenth Edition
Chapter 2.
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
Transforming Data Into Information
The Central Processing Unit
Chapter 2 – Computer hardware
Edited by : Noor Alhareqi
Components of Computer
Week 3 The Components of the System Unit
Computers © 2005 Prentice-Hall, Inc. Slide 1.
CPU Processing, Cache Memory, Busses, & RAM
Computers Are Your Future
Edited by : Noor Alhareqi
Edited by : Noor Alhareqi
McGraw-Hill Technology Education
Computers: Tools for an Information Age
Edited by : Noor Alhareqi
Chapter 17 Looking “Under the Hood”
McGraw-Hill Technology Education
McGraw-Hill Technology Education
Computers: Tools for an Information Age
Presentation transcript:

Computer Hardware

7/23/2016M. Eyadat2 Objectives –Explain why most computers are digital –Describe the role of the ALU –List factors that affect performance –Explain RAM –Compare storage technologies –Describe computer’s expansion bus –Explain hardware compatibility considerations –Compare and contrast technologies for peripherals

7/23/2016M. Eyadat3 Data Representation Data representation makes it possible to convert letters, sounds, and images into electrical signals Digital electronics makes it possible for computer to manipulate simple “on” and “off” signals to perform complex tasks A digital device works with discrete data or digits, such as 1 and 0 An analog device works with continuous data such as sound waves

7/23/2016M. Eyadat4 Data Representation A computer uses a bit (binary digit) as the building block for more complex data representations Unlike the decimal system, the binary number system (base 2) uses only two digits 0, and 1. The following table lists some decimal numbers and their binary equivalent:

7/23/2016M. Eyadat5 Data Representation Character data is composed of letters, symbols, and numerals that will not be used in arithmetic operations ASCII (American Standard Code for Information Interchange) requires only 7 bits for each character Extended ASCII uses eight bits for each character

7/23/2016M. Eyadat6 Data Representation EBCDIC (Extended Binary-Coded Decimal Interchange Code) is an alternative 8-bit used by older IBM systems Unicode uses 16 bits and provide codes for 65,000 characters – a bonus for representing alphabets of multiple languages

7/23/2016M. Eyadat7 Data Representation Sounds and pictures must be transformed into a format the computer can understand A computer must digitize colors, notes, and instrument sounds into 1s and 0s A computer stores bits as electronic pulses that can travel over circuits and wires

7/23/2016M. Eyadat8 Data Representation Computer files contain a file header A file header contains the information on the code that was used to represent the file data It is read by the computer but never appears on the screen

7/23/2016M. Eyadat9 Data Representation A bit is one binary digit (b)  0 A byte is 8 bits (B)  Kilobit (Kb) is 1,024 bits Kilobyte (KB) is 1, 024 bytes Megabyte(MB) is 1,048,576 bytes –Kilo- means a 1000, –Mega- means million, –Giga -means billion, –Tera- means trillion, and – Exa- means quintillion

7/23/2016M. Eyadat10 Computer Chip Most electronic components inside a computer are integrated circuits - thin slices of silicon crystal packed with microscopic circuit elements –wires –transistors –capacitors –Resistors The motherboard houses all essential chips and provides connecting circuitry between them

7/23/2016M. Eyadat11 The Motherboard

7/23/2016M. Eyadat12 Microprocessor Basics A microprocessor is an integrated circuit designed to process instructions The CPU has two parts ALU (arithmetic logic unit) –performs arithmetic operations –performs logical operations –uses registers to hold data being processed The CPU’s control unit directs and coordinates processing.

7/23/2016M. Eyadat13 Microprocessor Basics The microprocessor executes instructions provided by a computer program The list of instructions that a microprocessor can perform is called its instruction set CPU speed is influenced by several factors: –clock speed – Megahertz, Gigahertz –word size –Cache – Level 1, Level 2 caches –instruction set size popular microprocessors –Intel –AMD (Advanced Micro Devices) –Motorola

7/23/2016M. Eyadat14 Microprocessor Basics Computers based on a CPU with a complex instruction set known as CISC (complex instruction set computer) microprocessor –Intel A RISC (reduced instruction set computer) has limited set of instructions that it can perform quickly –AMD

7/23/2016M. Eyadat15 Microprocessor Basics Computers with a single processor execute instructions serially (one at a time) Pipelining - technology in which the processor can begin executing next the instruction before it completes the previous instruction A computer with more than one processor can execute multiple instructions simultaneously, referred to as parallel processing –Supercomputers