“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á.
Utilization of GPU’s for General Computing Presenter: Charlene DiMeglio Paper: Aspects of GPU for General Purpose High Performance Computing Suda, Reiji,
PhD/Master course, Uppsala  Understanding the interaction between your program and computer  Structuring the code  Optimizing the code  Debugging.
Objectives Overview Discovering Computers 2014: Chapter 6 See Page 248
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.
Chapter 6 Inside Computers and Mobile Devices Discovering Computers Technology in a World of Computers, Mobile Devices, and the Internet.
Comp-TIA Standards.  AMD- (Advanced Micro Devices) An American multinational semiconductor company that develops computer processors and related technologies.
Writer:-Rashedul Hasan Editor:- Jasim Uddin
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.
Unit 2 - Hardware Microprocessors & CPUs. What is a microprocessor? ● The brain of the computer, the microprocessor is responsible for organizing and.
The 4 functions of a computer are 1.Input 2.Output 3.Storage 4.Processing.
Copyright © 2007 Heathkit Company, Inc. All Rights Reserved PC Fundamentals Presentation 27 – A Brief History of the Microprocessor.
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
Computer Systems - Processor. Objectives To investigate and understand the structure and role of the processor.
The Components of the System Unit
Computer Hardware. What is Hardware? Hardware is any part of a computer you can touch There are 2 categories: Inside the computer Peripherals connected.
Academic PowerPoint Computer System – Architecture.
1 Central Processing Unit (CPU) Consists of complex set of electronic circuitry Executes stored program instructions Three components –Registers –Control.
Processor Rashedul Hasan. Processor The microprocessor is sometimes referred to as the 'brain' of the personal computer, and is responsible for the processing.
Paula Michelle Valenti Garcia #30 9B. MULTICORE TO CLUSTER Parallel circuits processing, symmetric multiprocessor, or multiprocessor: in the PC has been.
Computer Hardware & Processing Inside the Box CSC September 16, 2010.
CPU (Central Processing Unit). The CPU is the brain of the computer. Sometimes referred to simply as the processor or central processor, the CPU is where.
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.
Primary Storage The Triplets – ROM & RAM & Cache.
CPU Central Processing Unit
Computer Hardware What is a CPU.
Unit 2 Technology Systems
GCSE Computing - The CPU
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.
Inc. 32 nm fabrication process and Intel SpeedStep.
Computer Hardware By Millie Hay.
Edexcel GCSE Computer Science Topic 15 - The Processor (CPU)
Lecture 15: Basic CPU Design
Lecture on Microcomputer
Assembly Language for Intel-Based Computers, 5th Edition
What happens inside a CPU?
Architecture Background
Phnom Penh International University (PPIU)
The Triplets – ROM & RAM & Cache
Teaching Computing to GCSE
CPU Central Processing Unit
Microprocessors Chapter 4.
CPU Central Processing Unit
CPU Key Revision Points.
Central Processing Unit
Computers: Tools for an Information Age
1.1 The Characteristics of Contemporary Processors, Input, Output and Storage Devices Types of Processors.
Registers.
Take out a piece of paper
Learning Objectives To be able to describe the purpose of the CPU
“The Brain”… I will rule the world!
GCSE Computing - The CPU
Microprocessor Architecture
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