Chapter 2 The CPU and the Main Board  2.1 Components of the CPU 2.1 Components of the CPU 2.1 Components of the CPU  2.2Performance and Instruction Sets.

Slides:



Advertisements
Similar presentations
© Paradigm Publishing, Inc. 2-1 Chapter 2 Input and Processing Chapter 2 Input and Processing.
Advertisements

Computers Are Your Future Twelfth Edition Chapter 2: Inside the System Unit Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall 1.
CENTRAL PROCESSING UNIT
DH2T 34 Computer Architecture 1 LO2 Lesson Two CPU and Buses.
Discovering Computers 2010
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
Objectives Overview Discovering Computers 2014: Chapter 6 See Page 248
Begin. 1. It contains electronic components used to process data. a. Motherboard Motherboard b. System Unit System Unit c. Processor Processor.
Computers Are Your Future Eleventh Edition Chapter 2: Inside the System Unit Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall1.
LOGO. Types of System Boards  Nonintegrated System Board  Nonintegrated system boards can be easily identified because each expansion slot is usually.
S3 Computer Literacy Computer Hardware. Overview of Computer Hardware Motherboard CPU RAM Harddisk CD-ROM Floppy Disk Display Card Sound Card LAN Card.
COMPONENTS OF THE SYSTEM UNIT
 Chasis / System cabinet  A plastic enclosure that contains most of the components of a computer (usually excluding the display, keyboard and mouse)
Computer Organization CSC 405 Bus Structure. System Bus Functions and Features A bus is a common pathway across which data can travel within a computer.
COMP 1017: Digital Technologies Session 7: Motherboards.
Interconnection Structures
Chapter 6 Inside Computers and Mobile Devices Discovering Computers Technology in a World of Computers, Mobile Devices, and the Internet.
Your Interactive Guide to the Digital World Discovering Computers 2012.
B.A. (Mahayana Studies) Introduction to Computer Science November March The Motherboard A look at the brains of the computer, the.
© Paradigm Publishing Inc. 2-1 Chapter 2 Input and Processing.
Basic Microcomputer Design. Inside the CPU Registers – storage locations Control Unit (CU) – coordinates the sequencing of steps involved in executing.
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.
Introduction to Computing: Lecture 4
Computers Are Your Future Tenth Edition Chapter 6: Inside the System Unit Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall1.
1 Inside the Computer Chapter 6 Copyright Prentice-Hall, Inc
Understanding Computers, Ch.31 Chapter 3 The System Unit: Processing and Memory.
By Tyler Williams and Jake Eichorn. The System Unit The system unit is a case that contains electronic components of the computer used to process data.
Objectives Overview Describe the various computer and mobile device cases and the contents they protect Describe multi-core processors, the components.
CPU Computer Hardware Organization (How does the computer look from inside?) Register file ALU PC System bus Memory bus Main memory Bus interface I/O bridge.
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.
Computers organization & Assembly Language Chapter 0 INTRODUCTION TO COMPUTING Basic Concepts.
PRESENTATION ON MOTHERBOARD. MOTHERBOARD The motherboard is the main circuit board inside your PC. A motherboard is the central printed circuit board.
The Components of a System Unit
Discovering Computers Fundamentals, Third Edition CGS 1000 Introduction to Computers and Technology Spring 2007.
Computer Organization - 1. INPUT PROCESS OUTPUT List different input devices Compare the use of voice recognition as opposed to the entry of data via.
General Concepts of Computer Organization Overview of Microcomputer.
CHAPTER 4 The Central Processing Unit. Chapter Overview Microprocessors Replacing and Upgrading a CPU.
Computer Hardware The Processing Unit.
Computer Hardware A computer is made of internal components Central Processor Unit Internal External and external components.
Motherboard A motherboard allows all the parts of your computer to receive power and communicate with one another.
Academic PowerPoint Computer System – Architecture.
Computer and Information Sciences College / Computer Science Department CS 206 D Computer Organization and Assembly Language.
PC Internal Components Lesson 4.  Intel is perhaps the most recognizable microprocessor manufacturer. List some others.
1 Chapter 2 Central Processing Unit. 2 CPU The "brain" of the computer system is called the central processing unit. Everything that a computer does is.
The Computer System.
Computer operation is of how the different parts of a computer system work together to perform a task.
Chapter 2.
Simple ALU How to perform this C language integer operation in the computer C=A+B; ? The arithmetic/logic unit (ALU) of a processor performs integer arithmetic.
The Processor & its components. The CPU The brain. Performs all major calculations. Controls and manages the operations of other components of the computer.
Your Interactive Guide to the Digital World Discovering Computers 2012.
1 3 Computing System Fundamentals 3.2 Computer Architecture.
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,
Lecture # 10 Processors Microcomputer Processors.
THE COMPUTER MOTHERBOARD AND ITS COMPONENTS Compiled By: Jishnu Pradeep.
Computers Are Your Future Tenth Edition
Discovering Computers 2011: Living in a Digital World Chapter 4
Course Name: Computer Application Topic: Central Processing Unit (CPU)
CPUs and Motherboards Cody, Emily, and Slavic.
Lecture 3 The Hardware.
Edited by : Noor Alhareqi
Edited by : Noor Alhareqi
Presentation transcript:

Chapter 2 The CPU and the Main Board  2.1 Components of the CPU 2.1 Components of the CPU 2.1 Components of the CPU  2.2Performance and Instruction Sets of the CPU 2.2Performance and Instruction Sets of the CPU 2.2Performance and Instruction Sets of the CPU  2.3Layouts of the Main Board 2.3Layouts of the Main Board 2.3Layouts of the Main Board  2.4North Bridge/South Bridge 2.4North Bridge/South Bridge 2.4North Bridge/South Bridge  2.5I/O Expansion Slots of the Main Board 2.5I/O Expansion Slots of the Main Board 2.5I/O Expansion Slots of the Main Board

2.1Components of the CPU Central Processing Unit (CPU) consists of Control Unit Arithmetic and Logic Unit Registers The components are connected by internal buses.

2.1Components of the CPU

Control Unit (CU) “nerve centre” of CPU send control signals to other components sense their states to coordinate their operations Arithmetic and Logic Unit (ALU) perform arithmetical, comparison and logical operation work closely with the accumulation 2.1Components of the CPU

Register high-speed storage locations temporarily hold data and instructions during processing 2.1Components of the CPU

CPU Machine Cycle Fetch Decode Execute 2.1Components of the CPU CU ALU Memory Unit (1) fetch (2) decode (3) execute

Fetching obtaining a program instruction or data item from memory 2.1Components of the CPU

Decoding translating instructions into commands the computer can execute 2.1Components of the CPU

Executing carrying out the command 2.1Components of the CPU

Storing writing the result to the main memory 2.1Components of the CPU

Determining factors of CPU performance clock rate word size size of the cache integrated circuit technology 2.2Performance and Instruction Sets of the CPU

Clock rate number of pulses per second generated by an oscillator that sets the tempo for the CPU measured in MHz or GHz determine the number of executed instructions per second not always directly proportional to its performance level 2.2Performance and Instruction Sets of the CPU

Word size number of bits the processor can interpret and execute at a given time e.g. 64-bit processor manipulates 64 bits at a time larger the word size, more data can be processed in the same amount of time 2.2Performance and Instruction Sets of the CPU

Cache small amount of high-speed memory located inside or outside of the CPU supply the processor with the most frequently requested data and instruction 2.2Performance and Instruction Sets of the CPU

Integrated circuit technology smaller process dimension  smaller transistor gate lengths  faster switching speed of transistor 2.2Performance and Instruction Sets of the CPU

Complex instruction set Simple instruction set Longer instruction execution cycle Allow each instruction to do more Shorter instruction execution cycle Allow each instruction to do less

Complex Instruction Set Computer (CISC) computers designed with full set of computer instructions CISC CPU executes complex instruction more quickly than RISC CPU e.g. Intel Pentium microprocessors 2.2Performance and Instruction Sets of the CPU

Reduced Instruction Set Computer (RISC) microprocessor designed to perform a smaller number of simple computer instructions reduce instructions to those used more frequently RISC CPU executes simple instruction more quickly than CISC CPU e.g. PowerPC microprocessor 2.2Performance and Instruction Sets of the CPU

Advanced technology used in CPU Pipelining Superscalar Parallel processing 2.2Performance and Instruction Sets of the CPU

Pipelining CPU begins executing a second instruction before it completes the first instruction faster processing effective only if the CPU execute programs sequentially for most of the time 2.2Performance and Instruction Sets of the CPU

FetchDecodeExecuteFetchDecodeExecute Instruction 1Instruction 2 Instruction flow without pipelining

2.2Performance and Instruction Sets of the CPU FetchDecodeExecute Instruction flow with pipelining Instruction 1 Instruction 2 Instruction 3

Superscalar possible for executing more than one instruction at a time during a single clock cycle Parallel Processing allocation of program execution to many execution units to execute more than one instruction in one cycle 2.2Performance and Instruction Sets of the CPU

All the peripherals plug into the main board via various types of connector Advantages of ATX main board Integrated I/O connectors Reduced overlap between board and drivers Reduced processor interference with add-on cards User-friendly power connector Better cooling conditions 2.3Layouts of the Main Board

PCI slots BIOS Battery Floppy drive IDE connectors I/O connectors Memory Power supply connector Southbridge CPU socket Northbridge AGP slot

North Bridge communicate with CPU control interaction with memory, PCI bus, Level 2 cache and AGP communicate with the processor using Frontside Bus (FSB) 2.4North Bridge / South Bridge

South Bridge manage the basic forms of input/output (USB, serial, audio, IDE, ISA) 2.4North Bridge / South Bridge

PCI (Peripheral Component Interconnect) interconnection system between a CPU and attached devices separate bus isolated from the CPU use all active paths to transmit both address and data signals 2.5I/O Expansion Slots of the Main Boards PCI expansion slots

AGP (Accelerated Graphics Port) enable 3-D graphics to display quickly and smoothly on ordinary personal computers useful in gaming, 3-D video, scientific graphic programs intended exclusively for visual display devices 2.5I/O Expansion Slots of the Main Boards AGP slot

AGP (Accelerated Graphics Port) offer high-speed data transfer to and from RAM optimize the use of memory minimize the amount necessary for high- performance graphics AGP data transfer rate is much greater than that of PCI video cards. 2.5I/O Expansion Slots of the Main Boards

PCI and AGP 2.5I/O Expansion Slots of the Main Boards

END