Lab 2 Central Processing Unit TA :黃俊輔, jojoman :

Slides:



Advertisements
Similar presentations
How to Buy…. What do I want to buy? What do I want?… A desktop or a mobile computer (notebook or tablet) What is the purpose? Where am I going to use.
Advertisements

The System Unit What is the system unit?
?. ? Classification of the Computer According to used technology According to Size According to Purpose.
Computer Organization Lab 1 Soufiane berouel. Formulas to Remember CPU Time = CPU Clock Cycles x Clock Cycle Time CPU Clock Cycles = Instruction Count.
Intel® Core™ Duo Processor Behrooz Jafarnejad Winter 2006.
Extending the Unified Parallel Processing Speedup Model Computer architectures take advantage of low-level parallelism: multiple pipelines The next generations.
Computer Organization and Architecture 18 th March, 2008.
Example (1) Two computer systems have been tested using three benchmarks. Using the normalized ratio formula and the following tables below, find which.
CSCE 212 Chapter 4: Assessing and Understanding Performance Instructor: Jason D. Bakos.
CSCE 212 Quiz 4 – 2/16/11 *Assume computes take 1 clock cycle, loads and stores take 10 cycles and branches take 4 cycles and that they are running on.
Recap.
Information Technology Center 2006 Projects Unveiling.
Computer Architecture Lecture 2 Instruction Set Principles.
Information Technology Center 2006 Projects Blast-Off Event.
Basic Computer Organization, CPU L1 Prof. Sin-Min Lee Department of Computer Science.
CSCE 212 Quiz 9a – 4/1/11 For the following questions, assume the clock cycle times given above and the following set of instructions: lw $5, -16($5) sw.
Amdahl's Law.
Chapter 2 System Unit Components Discovering Computers 2012: Chapter
Mrs. Staniec. 1. Identify different types of computer devices. 2. Identify the role of the central processing unit. 3. Identify the difference between.
CMSC 611: Advanced Computer Architecture Performance Some material adapted from Mohamed Younis, UMBC CMSC 611 Spr 2003 course slides Some material adapted.
What is Computer? A computer is an electronic device that stores, retrieves and processes data. A computer is an electronic device that processes data.
Computer Hardware. Microcomputer Systems Handheld Computers – PDA, Information Appliances Notebook Computers Desktop Computers.
Processing Devices.
Microprocessors Chapter 1 powered by dj1. Slide 2 of 66Chapter 1 Objectives  Discuss the working of microprocessor  Discuss the various interfaces of.
Intel Confidential 1 Benefits of Intel ® Centrino ™ Mobile Technology 이성호 이사 Technical Marketing Manager Internet Solutions Group
Information Technology Ms. Rocío Acevedo August 2006.
Computer Science and Engineering Copyright by Hesham El-Rewini Advanced Computer Architecture.
Current Computer Architecture Trends CE 140 A1/A2 29 August 2003.
Introduction CSE 410, Spring 2008 Computer Systems
Your Interactive Guide to the Digital World Discovering Computers 2012 Edited by : Noor Alhareqi.
1 Intel Microprocessors Daniel Rodocker CSCI 1005.
The Central Processing Unit
Computer Science and Engineering Parallel and Distributed Processing CSE 8380 February Session 6.
Chapter 1 — Computer Abstractions and Technology — 1 The Computer Revolution Progress in computer technology – Underpinned by Moore’s Law Makes novel applications.
1. 2 Table 4.1 Key characteristics of six passenger aircraft: all figures are approximate; some relate to a specific model/configuration of the aircraft.
Lecture 8: 9/19/2002CS170 Fall CS170 Computer Organization and Architecture I Ayman Abdel-Hamid Department of Computer Science Old Dominion University.
Evolution of Microprocessors Microprocessor A microprocessor incorporates most of all the functions of a computer’s central processing unit on a single.
Classic Model of Parallel Processing
PC hardware and x86 programming Lec 2 Jinyang Li.
Shashwat Shriparv InfinitySoft.
Today’s Computers By Sharif Safdary. The right computer for you. Advantages to Laptops Advantages to Laptops Size Size Weight Weight Portability Portability.
Types of Computers Chidambaranathan C.M. What is a Computer? A device that receives data, processes data, stores data, and produces a result.
CS /02 Semester II Help Session IIA Performance Measures Colin Tan S
Vector and symbolic processors
 The overall objective of this class is to enable you to use a computer.  It is assumed that you have little or no skill and /or knowledge of how.
Computer Engineering Rabie A. Ramadan Lecture 2. Table of Contents 2 Architecture Development and Styles Performance Measures Amdahl’s Law.
Lecture # 10 Processors Microcomputer Processors.
Introducing Networks and the Internet Mrs. Wilson Rocky Point High School.
Multi-Core CPUs Matt Kuehn. Roadmap ► Intel vs AMD ► Early multi-core processors ► Threads vs Physical Cores ► Multithreading and Multi-core processing.
Computer Organization CS345 David Monismith Based upon notes by Dr. Bill Siever and from the Patterson and Hennessy Text.
Performance. Moore's Law Moore's Law Related Curves.
CS203 – Advanced Computer Architecture
Software Architecture in Practice
Unit Types of Computer Systems
Objectives Overview Differentiate among various styles of system units on desktop computers, notebook computers, and mobile devices Identify chips, adapter.
McGraw-Hill Technology Education
Phnom Penh International University (PPIU)
Overview of Computers and Programming
CSCE 212 Chapter 4: Assessing and Understanding Performance
Chapter 1 Fundamentals of Computer Design
Introducing Networks and the Internet
How to Buy….
Types of Computers.
CMSC 611: Advanced Computer Architecture
Performance Cycle time of a computer CPU speed speed = 1 / cycle time
Pipeline Performance.
Performance of computer systems
CMSC 611: Advanced Computer Architecture
The University of Adelaide, School of Computer Science
Intel CPU for Desktop PC: Past, Present, Future
Presentation transcript:

Lab 2 Central Processing Unit TA :黃俊輔, jojoman :

What ’ s new Intel from “ ”

What ’ s new Intel Pentium ® M Processor Intel ® Centrino ™ mobile technology represents Intel's best notebook technologies designed specifically for mobile computing with integrated wireless LAN capability, breakthrough mobile performance while enabling extended battery life and sleek, easy-to- carry notebook PCs. From “ ”

What ’ s new AMD Desktop Processors Mobile Processors Server Processors Workstation Processors from “

Amdahl ’ s Law

EX:Consider an enhancement that takes 20ns on a machine with enhancement and 100ns on a machine without. Assume enhancement can only be used 30% of the time. What is the overall speedup ?

Amdahl ’ s Law

Performance Super Scalur execute more than one instruction at the same time. Ex:Intel Pentium ® 4 Processor with HT Technology

Performance Super Pipeline cut the instruction into more stages. Ex: Intel Pentium ® 4 Processor has 20-stage pipeline while P-3 has 10-stage pipeline. penalty

Reference