Higher Computing Computer Systems S. McCrossan 1 Higher Grade Computing Studies 3. Computer Performance Measures of Processor Speed When comparing one.

Slides:



Advertisements
Similar presentations
Introduction to Computers Section 4A. home Decimal Number System Called base 10 because 10 symbols are available.
Advertisements

Buffers & Spoolers J L Martin Think about it… All I/O is relatively slow. For most of us, input by typing is painfully slow. From the CPUs point.
Computer Architecture and the Fetch-Execute Cycle Parallel Processor Systems.
Characteristics of a Microprocessor. The microprocessor is the defining trait of a computer, so it is important to understand the characteristics used.
Instructor: Sazid Zaman Khan Lecturer, Department of Computer Science and Engineering, IIUC.
Higher Computing Computer Systems 3. Computer Performance.
Higher Computing: Unit 1: Topic 3 – Computer Performance St Andrew’s High School, Computing Department Higher Computing Topic 3 Computer Performance.
Computer Performance CS350 Term Project-Spring 2001 Elizabeth Cramer Bryan Driskell Yassaman Shayesteh.
System Clock, clock speed, Word Length & Bus Width.
Computer Systems. Computer System Components Computer Networks.
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.
GCSE Computing - The CPU
 Prof. Dr. M. H. Assal Introduction to Computer AS 26/10/2014.
Measuring Performance
Computer Systems Computer Performance.
What’s on the Motherboard? The two main parts of the CPU are the control unit and the arithmetic logic unit. The control unit retrieves instructions from.
Inside The CPU. Buses There are 3 Types of Buses There are 3 Types of Buses Address bus Address bus –between CPU and Main Memory –Carries address of where.
Instructions Slides 3,4,5 are general questions that you should be able to answer. Use slides 6-27 to answer the questions. Write your answers in a separate.
Processors Menu  INTEL Core™ i Processor INTEL Core™ i Processor  INTEL Core i Processor INTEL Core i Processor  AMD A K.
Module I Overview of Computer Architecture and Organization.
CPU Performance Assessment As-Bahiya Abu-Samra *Moore’s Law *Clock Speed *Instruction Execution Rate - MIPS - MFLOPS *SPEC Speed Metric *Amdahl’s.
PHY 201 (Blum) Buses Warning: some of the terminology is used inconsistently within the field.
Higher Computing Computer Systems S. McCrossan 1 Higher Grade Computing Studies 2. Computer Structure Computer Structure The traditional diagram of a computer...
Basic Microcomputer Design. Inside the CPU Registers – storage locations Control Unit (CU) – coordinates the sequencing of steps involved in executing.
Writer:-Rashedul Hasan Editor:- Jasim Uddin
Higher Computing Computer Structure.
Higher Grade Computing
Higher Computing Computer structure. What we need to know! Detailed description of the purpose of the ALU and control unitDetailed description of the.
Computer Processing of Data
3 1 3 C H A P T E R Hardware: Input, Processing, and Output Devices.
Computing hardware CPU.
Higher Grade Computing Studies 2. Languages and Environments Higher Computing Software Development S. McCrossan 1 Classification of Languages 1. Procedural.
Types of Computers Mainframe/Server Two Dual-Core Intel ® Xeon ® Processors 5140 Multi user access Large amount of RAM ( 48GB) and Backing Storage Desktop.
Buses Warning: some of the terminology is used inconsistently within the field.
Marr CollegeHigher ComputingSlide 1 Part 2: Computer Structure – 6 hours Higher Computing: COMPUTER SYSTEMS.
Computers Are Your Future Eleventh Edition Chapter 2: Inside the System Unit Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall1.
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.
Measuring System Performance The speed of a computer is often referred to as THROUGHPUT. This is very difficult to measure. It can be done with Measures.
Intermediate 2 Computing Computer structure. Organisation of a simple computer.
The Central Processing Unit
1 Buses and types of computer. Paul Strickland Liverpool John Moores University.
OCR GCSE Computing © Hodder Education 2013 Slide 1 OCR GCSE Computing Chapter 2: CPU.
Computer Architecture System Interface Units Iolanthe II approaches Coromandel Harbour.
Computer Organization and Architecture Tutorial 1 Kenneth Lee.
From lecture slides for Computer Organization and Architecture: Designing for Performance, Eighth Edition, Prentice Hall, 2010 CS 211: Computer Architecture.
Computer Hardware A computer is made of internal components Central Processor Unit Internal External and external components.
Stored Programs In today’s lesson, we will look at: what we mean by a stored program computer how computers store and run programs what we mean by the.
Motherboard A motherboard allows all the parts of your computer to receive power and communicate with one another.
Academic PowerPoint Computer System – Architecture.
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Chapter 5A Transforming Data Into Information.
The Central Processing Unit (CPU)
System Hardware FPU – Floating Point Unit –Handles floating point and extended integer calculations 8284/82C284 Clock Generator (clock) –Synchronizes the.
Processor Rashedul Hasan. Processor The microprocessor is sometimes referred to as the 'brain' of the personal computer, and is responsible for the processing.
Computer Architecture and the Fetch-Execute Cycle Buses, CPU Clock & Ports.
Performance Computer Organization II 1 Computer Science Dept Va Tech January 2009 © McQuain & Ribbens Defining Performance Which airplane has.
Central Processing Unit (CPU) The Computer’s Brain.
Software Design and Development Computer Architecture Computing Science.
Computer Organization CS345 David Monismith Based upon notes by Dr. Bill Siever and from the Patterson and Hennessy Text.
Computer Hardware What is a CPU.
GCSE Computing - The CPU
Chapter 2.1 CPU.
OCR GCSE Computer Science Teaching and Learning Resources
Defining Performance Which airplane has the best performance?
Computer Architecture 2
Types of Computers Mainframe/Server
CPU Key Revision Points.
Learning Objectives To be able to describe the purpose of the CPU
GCSE Computing - The CPU
Presentation transcript:

Higher Computing Computer Systems S. McCrossan 1 Higher Grade Computing Studies 3. Computer Performance Measures of Processor Speed When comparing one computer's performance against another, one of the main criteria is the clock speed of the processor. Another measure that is often used is the number of instructions that the processor executes per second (Mips - millions of instructions per sec). A better measure is Flops (floating point operations per sec). A benchmark test is even better. A benchmark is a standard set of computer tasks designed to allow a computer’s performance to be measured, e.g. sort 300,000 database records.

Higher Computing Computer Systems S. McCrossan 2 Higher Grade Computing Studies 3. Computer Performance Bus Size and System Performance The width of the data bus defines how much data can be accessed in one fetch. Therefore, increasing the size of the data bus will increase the quantity of data that the bus can carry at any one time and so speed up the performance/processing of the computer.

Higher Computing Computer Systems S. McCrossan 3 Higher Grade Computing Studies 3. Computer Performance Data Transfer To and From Peripherals An interface speeds up computer performance. It is used to make the link between the fast processor and a slow peripheral. Parallel data transmission built into a computer will use at least 8 lines to transmit data. Serial data transmission would use one line to transmit data. Parallel data transmission is faster than serial.

Higher Computing Computer Systems S. McCrossan 4 Higher Grade Computing Studies 3. Computer Performance Memory Size and System Performance The main way to improve system performance is to increase the amount of memory that you have in your computer. This means that you can run much larger programs. Most modern systems employ a cache. This is a section of memory between the processor and the main memory. It has very fast access, so sections of a program and associated data are copied there to take advantage of its shorter fetch cycle.