GRAP 3175 Computer Applications for Drafting Unit II Computer Hardware.

Slides:



Advertisements
Similar presentations
The Central Processing Unit: What Goes on Inside the Computer
Advertisements

Chapter 4 The Central Processing Unit
Introduction to Computers Section 4A. home Decimal Number System Called base 10 because 10 symbols are available.
Chapter 4 The Components of the System Unit
The Central Processing Unit: What Goes on Inside the Computer.
The Central Processing Unit: What Goes on Inside the Computer.
 2002 Prentice Hall Hardware Basics: Inside The Box Chapter 2.
FIRST COURSE Essential Computer Concepts. New Perspectives on Microsoft Office 2007: Windows XP Edition 2 Objectives Compare the types of computers Describe.
SECTION 4a Transforming Data into Information.
1 Copyright © 2003 Prentice Hall, IncSlides created by Bob Koziel.
Copyright © 2003 by Prentice Hall Computers: Tools for an Information Age Chapter 4 The Central Processing Unit: What Goes On Inside the Computer.
1 The System Unit Lecture 2 CSCI 1405 Introduction to Computer Science Fall 2006.
Computers Are Your Future © 2008 Prentice-Hall, Inc.
The Central Processor and Memory
Chapter 2 Turning Data into Something You Can Use © The McGraw-Hill Companies, Inc., 2000 Processing Hardware.
Technology Component: Computer Hardware – Part 2 Basic Components Dr. V.T. Raja Oregon State University.
Computer Hardware Processing and Internal Memory.
Chapter 2.
Digital Electronics and File Management
Computers Chapter 4 Inside the Computer © 2005 Prentice-Hall, Inc.Slide 2.
Chapter 4 The Central Processing Unit: What goes on Inside the Computer.
UNIT 9 Computer architecture
1 Chapter 4 The Central Processing Unit and Memory.
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.
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.
COMPONENTS OF THE SYSTEM UNIT
Your Interactive Guide to the Digital World Discovering Computers 2012.
C4- The Central Processing Unit: What Goes On Inside the Computer.
Computers: Information Technology in Perspective By Long and Long Copyright 2002 Prentice Hall, Inc. Computers: Information Technology in Perspective.
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.
Introduction to Computing: Lecture 4
1 Inside the Computer Chapter 6 Copyright Prentice-Hall, Inc
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.
Understanding Computers, Ch.31 Chapter 3 The System Unit: Processing and Memory.
MBMPowered by DeSiaMore System Unit 1. MBMPowered by DeSiaMore Definition The system unit/system cabinet is a container that houses most of the electronic.
Discovering Computers Fundamentals, 2010 Edition Living in a Digital World Chapter Three.
Copyright Prentice-Hall, Inc Chapter 2.
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.
Computers © 2005 Prentice-Hall, Inc.Slide 1. Computers Chapter 4 Inside the Computer © 2005 Prentice-Hall, Inc.Slide 2.
PARTS OF THE COMPUTER PREPARED BY: RENATO R. DE VERA II.
FIRST COURSE Essential Computer Concepts. XP New Perspectives on Microsoft Office 2007: Windows XP Edition2 What Is a Computer? A computer is an electronic.
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.
Computers: Tools for an Information Age Chapter 4 The Central Processing Unit: What Goes On Inside the Computer.
Chapter 2 Turning Data into Something You Can Use
CS 1410 Intro to Computer Tecnology Computer Hardware1.
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,
Lecture # 10 Processors Microcomputer Processors.
The Central Processing Unit: What Goes on Inside the Computer.
CHAPTER (3) The Central Processing Unit (CPU) Emad Salem.
The Central Processing Unit: What Goes on Inside the Computer
Chapter 4 Inside the Computer
Processor/Memory Chapter 3
Discovering Computers 2011: Living in a Digital World Chapter 4
The Central Processing Unit
Computers © 2005 Prentice-Hall, Inc. Slide 1.
Computers (Hardware and Software)
Lecture 3 The Hardware.
Computers: Tools for an Information Age
Computers: Tools for an Information Age
Introduction to Computers
Presentation transcript:

GRAP 3175 Computer Applications for Drafting Unit II Computer Hardware

Central Processing Unit (CPU)

Integrated Circuit (IC) Microchip or Chip One complete electronic (semiconductor) circuit on a piece of silicon.

Central Processing Unit (CPU) Arithmetic and Logic Unit (ALU) Control Unit Main Memory Unit

Microprocessor CPU of a microcomputer 1.5 GHz Pentium Mhz PowerPC G4 Motherboard

Arithmetic and Logic Unit (ALU) Arithmetic functions –addition, subtraction, multiplication & division –Logarithms, trigonometry, etc. Logic function –Numbers or conditions are compared –Greater than, less than, equal to, etc.

Control Unit The “traffic cop” of the system System clock

Main Memory Unit Internal memory of a computer Writing - entering data into main memory Reading - retrieving data

Random Access Memory (RAM) Read-write Volatile DRAM, SDRAM, RDRAM

Read-only Memory (ROM) Read Only Info. to start computer Nonvolatile PROM EPROM Flash memory

RAM & ROM at Work

RAM On motherboard –RAM chips (64KB, 256KB, etc.) –SIMMS, DIMMS, RIMMS (256KB - 512MB) RAM card

CACHE Memory 512 KB 1 MB

Communication Pathways Bus Data Bus Bus Architecture Open Architecture Types of buses –ISA, PCI, SCSI, USB, etc

CPU at Work Executing an Instruction Instruction Cycle –Fetch –Decode Execution Cycle –Execute instruction –Place results in memory

Data Representation Overview Binary System -- 1s and 0s –High-voltage state (on) –Low-voltage state (off) Number Number Letter D

Bits & Bytes Bit Byte -- basic unit of measure for memory –nibble Kilobyte (KB) bytes –2 10 vs 10 3 Megabyte (MB) -- 1,048,576 Gigabyte (GB) -- 1,073,741,824 Terabytes (TB) -- 1,099,511,628,000

Computer Words The number of adjacent bits that can be stored & manipulated as a unit. 8, 16, 32, 64, 128 bit Size of register Data Bus 64 / 32

Encoding Systems Alphanumeric characters –Alpha –Numeric ASCII -- 7 bit –American Standard Code for Information Exchange ANSI -- 8 bit –American National Standards Institute Unicode bit

Processing Speed MHz, MIPS, & FLOPS Nanoseconds - billionths of a second Factors –Clock speed –Memory type –Instruction set –Data bus width –Microprocessor –Other support chips / expansion cards

Clock Speed Megahertz (MHz) -- 1 million cycles per second Apple IIe -- 2 MHz Pentium III MHz -1.0 MHz, Pentium GHz

Microprocessor – contained 2,300 transistors – Apple IIe – IBM PC – , IBM AT – ,000 – million –Pentium million

Other Chips / Expansion Cards Math-coprocessor Video card