CSCE101 – 4.2, 4.3 October 17, 2006. Power Supply Surge Protector –protects from power spikes which ruin hardware. Voltage Regulator – protects from insufficient.

Slides:



Advertisements
Similar presentations
Machine cycle.
Advertisements

The Central Processing Unit: What Goes on Inside the Computer.
The Central Processing Unit: What Goes on Inside the Computer.
IT Chapter 2 Part B CPU. The CPU is contained on a single integrated circuit called the microprocessor. Often referred to as the brains of a computer.
CPU Processor Speed Timeline Speed =.02 Mhz Year= 1972 Transistors= 3500 It takes 66, CPU’s to equal 1 i7.
Hardware Devices and Their Uses Modified excerpt from: GO! with Microsoft ® Office 2003 Brief, 2 nd Edition.
The Central Processor and Memory
Computer Hardware Processing and Internal Memory.
Central Processing Unit IS – 221 PC Admin 2/26/2007 by Len Krygsman IV.
CSCE101 – Database Intro, CPU and Memory October 24, 2006.
Introduction Computer Hardware Jess 2006 The CPU.
3.1Introduction to CPU Central processing unit etched on silicon chip called microprocessor Contain tens of millions of tiny transistors Key components:
1 Microprocessor speeds Measure of system clock speed –How many electronic pulses the clock produces per second (clock frequency) –Usually expressed in.
Chapter 4  Converts data into information  Control center  Set of electronic circuitry that executes stored program instructions  Two parts ◦ Control.
Understanding The CPU Ryan cable Jeremy Wall Jason Basara.
How a Computer Processes Data Hardware. Major Components Involved: Central Processing Unit Types of Memory Motherboards Auxiliary Storage Devices.
LOGO. Characteristics of Processors  Funtions  Is the central processing unit, performing all the processing, calculation and control systems.  The.
Computer Architecture CST 250 INTEL PENTIUM PROCESSOR Prepared by:Omar Hirzallah.
Processing Devices.
The System Unit: Processing and Memory HIMA
Copyright Jim Martin Computers Inside and Out Dr Jim Martin
Information and Communication Technology Fundamentals Credits Hours: 2+1 Instructor: Ayesha Bint Saleem.
Writer:-Rashedul Hasan Editor:- Jasim Uddin
1 More on Computer Components Computer switches Binary number system Inside the CPU Cache memory Types of RAM Computer buses Creating faster CPUs NEXT.
3 1 3 C H A P T E R Hardware: Input, Processing, and Output Devices.
GRAP 3175 Computer Applications for Drafting Unit II Computer Hardware.
Different CPUs CLICK THE SPINNING COMPUTER TO MOVE ON.
Technology in Focus: Under the Hood
A+ Guide to Managing and Maintaining your PC, 6e Chapter 5 Processors and Chipsets (v0.9)
The Central Processing Unit
High Performance Computing Processors Felix Noble Mirayma V. Rodriguez Agnes Velez Electric and Computer Engineer Department August 25, 2004.
1Module 5: CPU How the CPU executes instructions Each CPU has its own instruction set Instructions are fundamental operations such as addition, load/save,
OCR GCSE Computing © Hodder Education 2013 Slide 1 OCR GCSE Computing Chapter 2: CPU.
The Central Processing Unit (CPU) and the Machine Cycle.
Computer Architecture By Chris Van Horn. CPU Basics “Brains of the Computer” Fetch Execute Cycle Instruction Branching.
Chapter Overview Microprocessors Replacing and Upgrading a CPU.
Microprocessors BY Sandy G.
Computer Architecture Introduction Lynn Choi Korea University.
A+ Guide to Managing and Maintaining Your PC Fifth Edition Chapter 5 The Motherboard.
Central Processing Unit CPU or Processor. Central Processing Unit Components Control Unit Arithmetic & Logic Unit.
Succeeding with Technology Chapter 2 Hardware Designed to Meet the Need The Digital Revolution Integrated Circuits and Processing Storage Input, Output,
Processor Rashedul Hasan. Processor The microprocessor is sometimes referred to as the 'brain' of the personal computer, and is responsible for the processing.
A Look Inside The Processor
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.
Inside a PC Exploring the CPU. CPU: Objectives Students will identify and explain the function of the CPU Students will research various CPUs so they.
Chap 4: Processors Mainly manufactured by Intel and AMD Important features of Processors: Processor Speed (900MHz, 3.2 GHz) Multiprocessing Capabilities.
Central Processing Unit (CPU) The Computer’s Brain.
Computer Operation. Binary Codes CPU operates in binary codes Representation of values in binary codes Instructions to CPU in binary codes Addresses in.
Lecture # 10 Processors Microcomputer Processors.
MAHARANA PRATAP COLLEGE OF TECHNOLOGY SEMINAR ON- COMPUTER PROCESSOR SUBJECT CODE: CS-307 Branch-CSE Sem- 3 rd SUBMITTED TO SUBMITTED BY.
William Stallings Computer Organization and Architecture 6th Edition
Itanium® 2 Processor Architecture
GCSE OCR Computing A451 The CPU Computing hardware 1.
Introduction Computer Hardware Jess 2006
مقدمة في علوم الحاسب Lecture 5
OCR GCSE Computer Science Teaching and Learning Resources
CIT 668: System Architecture
Guide to Operating Systems, 5th Edition
Phnom Penh International University (PPIU)
Week 3 The Components of the System Unit
Computer Architecture 2
عمارة الحاسب.
3.1 Introduction to CPU Central processing unit etched on silicon chip called microprocessor Contain tens of millions of tiny transistors Key components:
Central Processing Unit
Computers: Tools for an Information Age
Computers Inside and Out
Learning Objectives To be able to describe the purpose of the CPU
Computers: Tools for an Information Age
Intel CPU for Desktop PC: Past, Present, Future
Presentation transcript:

CSCE101 – 4.2, 4.3 October 17, 2006

Power Supply Surge Protector –protects from power spikes which ruin hardware. Voltage Regulator – protects from insufficient power which ruins data. UPS – uninterruptible power supply.

Motherboard (cont.) Expansion vs. upgrading Moore’s Law – number of transistors that can be packed onto a chip doubles every 18 months

More on CPUs Chipset Intel chips – Pentium series, Celeron, Xeon, Itanium AMD – Athlon, K6 series Apple changeover from Motorola to Intel Multicore processors

More on CPUs Hertz, MIPS, flops Intel Pentium EE 840 Dual Core – 3.2 GHZ (each core), 230 million transistors Motorola PowerPC 7400 (G4) – MHZ, 10.5 million

More on CPU Control Unit, ALU, Registers, Buses Logic - >, =, Word Size Instruction Cycle – –Fetch –Decode –Execute –Store Pipelining

Other Methods of Speeding up Processing Interleaving – producing a continuous flow of data from multiple memory banks Bursting – plays on probabilities… retrieval of a block of data or a block of instructions into the cache. Superscalar Architecture – Multicore processors, hyperthreading