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.

Slides:



Advertisements
Similar presentations
Session Objectives#3 COULD explain the role memory plays in computer processing SHOULD describe the purpose of a CPU and its individual components MUST.
Advertisements

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.
The C P U In this lesson you will learn about the Press Enter or Click to continue Central Processing Unit.
Discovering Computers Fundamentals, 2012 Edition Your Interactive Guide to the Digital World.
1 The System Unit Lecture 2 CSCI 1405 Introduction to Computer Science Fall 2006.
Hardware Devices and Their Uses Modified excerpt from: GO! with Microsoft ® Office 2003 Brief, 2 nd Edition.
Introduction to Computer Systems
Chapter 4 The Components of the System Unit
Objectives Overview Discovering Computers 2014: Chapter 6 See Page 248
UNIT 9 Computer architecture
Begin. 1. It contains electronic components used to process data. a. Motherboard Motherboard b. System Unit System Unit c. Processor Processor.
Computer Processor Ruchelle Vincent Jhordaine Lindsay-Butler.
 Prof. Dr. M. H. Assal Introduction to Computer AS 26/10/2014.
Introduction Computer Hardware Jess 2006 The CPU.
Prepared by Careene McCallum-Rodney Hardware specification of a computer system.
Discovering Computers Fundamentals, 2012 Edition Chapter Four: The Components of the System Unit.
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.
S3 Computer Literacy Computer Hardware. Overview of Computer Hardware Motherboard CPU RAM Harddisk CD-ROM Floppy Disk Display Card Sound Card LAN Card.
Your Interactive Guide to the Digital World Discovering Computers 2012.
CPU, CONTROL UNIT, ALU BY: GROUP 10 (MT - 2A) Grado, Crystell Joy
 Chasis / System cabinet  A plastic enclosure that contains most of the components of a computer (usually excluding the display, keyboard and mouse)
Processing Devices.
Chapter 6 Inside Computers and Mobile Devices Discovering Computers Technology in a World of Computers, Mobile Devices, and the Internet.
IT Introduction to Information Technology CHAPTER 04.
B.A. (Mahayana Studies) Introduction to Computer Science November March The Motherboard A look at the brains of the computer, the.
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.
Different CPUs CLICK THE SPINNING COMPUTER TO MOVE ON.
Inside a PC Exploring the Major Components Copyright © Texas Education Agency, All rights reserved.
Translate the following message:
Objectives Overview Describe the various computer and mobile device cases and the contents they protect Describe multi-core processors, the components.
Hardware & Software The CPU & Memory.
The Computer Systems. Computer System CPU Is the brain of the PC. All program instructions are run through the CPU Control Unit This decodes and executes.
A+ Guide to Managing and Maintaining your PC, 6e Chapter 5 Processors and Chipsets (v0.9)
The Central Processing Unit
Computer Maintenance Unit Subtitle: CPU’s UNT in partnership with TEA, Copyright ©. All rights reserved1.
Computer Basics Terminology - Take Notes. What is a computer? well, what is the technical definition A computer is a machine that changes information.
OCR GCSE Computing © Hodder Education 2013 Slide 1 OCR GCSE Computing Chapter 2: CPU.
1 Unit 2: Computer Systems Session One Part One. 2 Aims: Discussion into what will be covered in this unit. Assessment Understand the basic principles.
Lesson 3 — How a Computer Processes Data Unit 1 — Computer Basics.
CPU Inside Maria Gabriela Yobal de Anda L#32 9B. CPU Called also the processor Performs the transformation of input into output Executes the instructions.
Parts of the computer.
Computer Hardware The Processing Unit.
The Components of the System Unit
UPGRADING MEMORY BY : tuan mohd fariz.  Choosing and Installing Memory.
Academic PowerPoint Computer System – Architecture.
Lecture on Central Process Unit (CPU)
The Computer System.
Succeeding with Technology Chapter 2 Hardware Designed to Meet the Need The Digital Revolution Integrated Circuits and Processing Storage Input, Output,
A-Level Computing#BristolMet Session Objectives#3 MUST identify components of a CPU SHOULD describe the purpose of a CPU and its individual components.
Processors.
What is a processor ? A “Processor," is a small chip that resides in computers and other electronic devices. It also called “Brain ” of a computer. It.
Central Processing Unit (CPU) The Computer’s Brain.
LECTURE 5: CPU and MEMORY. electronic components I. Four main types of electronic components in computers: 1. transistors/resistors 1. transistors/resistors.
CPU Central Processing Unit
Unit 2 Technology Systems
GCSE OCR Computing A451 The CPU Computing hardware 1.
Computer Maintenance Unit Subtitle: CPU’s Trade & Industrial Education
Introduction Computer Hardware Jess 2006
CS111 Computer Programming
Central Processing Unit- CPU
Central Processing Unit (CPU)
Objectives Overview Differentiate among various styles of system units on desktop computers, notebook computers, and mobile devices Describe the control.
Course Name: Computer Application Topic: Central Processing Unit (CPU)
NT1110 Computer Structure and Logic
CPU Central Processing Unit
Central Processing Unit
4. Computer system.
Computer Science. The CPU The CPU is made up of 3 main parts : Cache ALU Control Unit.
Presentation transcript:

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 can make a good selection

I. Safety First – General Guidelines: A.Wear a static discharge wristband while working on computer components. B.BEWARE – some electronic devices will store energy and discharge at unexpected times. This will hurt the computer more than it will hurt you.

I. Safety First – General Guidelines: C. Disconnect the power cord before removing the case. D. Disconnect the peripheral devices, including the keyboard and mouse.

II. CPUs: Found on the Motherboard. Runs software processes Location: under the heat sink Dictates the computing power

CPU installation Do first activity now

CPU core speed measured in Megahertz or Gigahertz Example is 3.2 GHz System bus speed the processor Current INTEL processors support 6.4 GT/s, 4.8GT/s, 1600, 1333,1066, or 800MHz FSB Current AMD processors support 37GB/s, 16GB/s, 8GB/s, 1800, 1000, or 800MHz FSB Attributes Used to Rate CPU

Attributes continued The motherboard socket and chipset that it can use. Not all processors are equal. Choose the board that fits the processor---buy the CPU first. Let’s say you chose a AMD Sempron processor that works with DDR2 memory Which board below will work with this processor? OR

Attributes continued Multiprocessing ability—what does this mean??????

Attributes continued Amount of cache Level 1 –on the die Level 2 –can be on the die or not Level 3-in the package Memory on the board supported—(DDR, DDR2, DDR3). Remember it must be compatible

Attributes continued Computing technologies the processor has Hyperthreading—INTEL Hypertransport---AMD Acts like there are multiple processors Power consumption

CPU—How does it work???? Arithmetic logic units (ALUs) Do all comparisons and calculations Input/output (I/O) unit Manages data and instructions entering and leaving the CPU Control unit Manages all activities inside the CPU itself

When you double click on an icon to run a program, here is what happens: 1. The program, which is stored inside the hard disk drive, is transferred to the RAM memory. A program is a series of instructions to the CPU. 2. The CPU, using a circuit called memory controller, loads the program data from the RAM memory. 3. The data, now inside the CPU, is processed. 4. What happens next will depend on the program. The CPU could continue to load and executing the program or could do something with the processed data, like displaying something on the screen. How does it work?

Data transfer between the hard disk drive and the RAM memory in made without using the CPU, thus making the system faster. This method is called bus mastering or DMA (Direct Memory Access). How does it work?

Processors from AMD based on sockets 754, 939 and 940 (Athlon 64, Athlon 64 X2, Athlon 64 FX, Opteron and some Sempron models) have an embedded memory controller. This means that for these processors the CPU accesses the RAM memory directly, without using the north bridge chip shown in Figure 1.

How does it work? FETCHES instructions from memory DECODES the instruction EXECUTES the instructions Mutltiprocessors have more then one ALU and or multiple cores

Sockets And CPUs On the motherboard, there is a socket for the CPU. This determines what kind of CPU the motherboard can use. If you have a particular CPU in mind, then look for a motherboard that has a socket for that CPU.socket And the speed Do Activity 2 now