“The Brain”… I will rule the world!

Slides:



Advertisements
Similar presentations
Larrabee Eric Jogerst Cortlandt Schoonover Francis Tan.
Advertisements

The First Microprocessor By: Mark Tocchet and João Tupinambá.
Intro Test 2 – Chapters 3,4 & Word Sample Questions SPRING 2005.
The central processing unit and main memory chapter 4, Exploring the Digital Domain The Development and Basic Organization of Computers.
PhD/Master course, Uppsala  Understanding the interaction between your program and computer  Structuring the code  Optimizing the code  Debugging.
Processors Menu  INTEL Core™ i Processor INTEL Core™ i Processor  INTEL Core i Processor INTEL Core i Processor  AMD A K.

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.
Processing Devices.
Internal hardware and external components of a computer Three-box Model  Processor The brain of the system Executes programs A big finite state machine.
1 Intro to Info Tech System Unit Copyright 2003 by Janson Industries This presentation can be viewed on line at:
Different CPUs CLICK THE SPINNING COMPUTER TO MOVE ON.
The 4 functions of a computer are 1.Input 2.Output 3.Storage 4.Processing.
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.
The Central Processing Unit
CENTRAL PROCESSING UNIT – a,b,c & d a - The Purpose of a CPU The CPU is the brain of the computer. The Purpose of the CPU is to process.
Lecture #30 Page 1 ECE 4110– Sequential Logic Design Lecture #30 Agenda 1.von Neumann Stored Program Computer Architecture Announcements 1.N/A.
ICT IGCSE Theory – Revision Presentation 1.2 The Main Components of Computer Systems Chapter 1: Types and components of computer systems
Computer Hardware. What is Hardware? Hardware is any part of a computer you can touch There are 2 categories: Inside the computer Peripherals connected.
Motherboard A motherboard allows all the parts of your computer to receive power and communicate with one another.
Academic PowerPoint Computer System – Architecture.
 System Requirements are the prerequisites needed in order for a software or any other resources to execute efficiently.  Most software defines two.
Computer Hardware & Processing Inside the Box CSC September 16, 2010.
History a bit. The 1 st uP: Intel 4004 Introduced Nov., 1971 by Intel 2250 transistors 108 kHz, 60,000 ops/sec 16 pins DIP (Dual in-line package) 10-micron.
Computer systems Quiz. The CPU What does CPU stand for?(1) Which 3 step cycle does the CPU follow?(1) In order to run, name 3 things that the CPU needs?(3)
Internal hardware of a computer Learning Objectives Learn how the processor works Learn about the different types of memory and what memory is used for.
CPU Central Processing Unit
Computer Hardware What is a CPU.
CPU Lesson 2.
Unit 2 Technology Systems
GCSE Computing - The CPU
Computing Science Computer Structure: Lesson 1: Processor Structure
Itanium® 2 Processor Architecture
DIRECT MEMORY ACCESS and Computer Buses
GCSE OCR Computing A451 The CPU Computing hardware 1.
The CPU, RISC and CISC Component 1.
Chapter 10: Computer systems (1)
Chapter 2.1 CPU.
Objectives Overview Differentiate among various styles of system units on desktop computers, notebook computers, and mobile devices Identify chips, adapter.
CS 286 Computer Architecture & Organization
Computer Hardware By Millie Hay.
Edexcel GCSE Computer Science Topic 15 - The Processor (CPU)
Lecture on Microcomputer
Assembly Language for Intel-Based Computers, 5th Edition
What happens inside a CPU?
Describe the central processing unit including its role
Describe the central processing unit including its role
Architecture Background
Phnom Penh International University (PPIU)
IB Computer Science Topic 2.1.1
Computer Systems Nat 4/5 Computing Science Computer Structure:
CPU Central Processing Unit
Edited by : Noor Alhareqi
“The Brain”… I will rule the world!
Microprocessors Chapter 4.
Multicultural Social Community Development Institute ( MSCDI)
Edited by : Noor Alhareqi
CPU Central Processing Unit
CPU Key Revision Points.
Computers: Tools for an Information Age
1.1 The Characteristics of Contemporary Processors, Input, Output and Storage Devices Types of Processors.
Registers.
Machine Architecture and Number Systems
Take out a piece of paper
Learning Objectives To be able to describe the purpose of the CPU
GCSE Computing - The CPU
WJEC GCSE Computer Science
Computers: Tools for an Information Age
Introduction to Computers
Presentation transcript:

“The Brain”… I will rule the world! CPU/GPU “The Brain”… I will rule the world!

Intro CPU Parts Cores Speed GPU Why?

CPU Parts

Core(s)

Core(s) Control Unit Load from RAM to register Store from register to secondary storage Send math to A/L U Choose route “branch”

Core(s) A/L U Perform math functions Logical operations compare True/false

Core(s) Registers CPU memory for active instructions Very small amount

Core(s) Multicore Just what is says more than one Separate operations at the same time Share connection memory and bandwith History Single – Intel 4004 1971 Dual – Oct 2005 Quad – Jun 06 Hex – Sep 08 8 Core (Intel/AMD) & 12 core (AMD) – Mar 2010 16 Core (AMD) – Nov 2011

Speed Clock rate Bus rate Speed drawback Processing speed Operations per cycle Bus rate 16-bit 32-bit 64-bit Speed drawback HEAT!!!

GPU Why Simple operations, but lots of them Parallel programming Use all the power available 8 core = 128 parallel paths

GPU CUDA Programming that takes advantage of both CPU & GPU processing power Splits instructions into pieces CPU – instruction GPU – graphics Separate memory available for each

CPU/GPU Processing CPU GPU 64 operations looped processing Serial 128 nanoseconds to complete GPU Parallel 10 nanoseconds to complete

Exercise Open the Chromebook Open Google Drive Make a copy of the File CPU ID Google Rename new file to <period-Last Name> i.e. 1-Hawkins Complete the exercise