Computer Performance

Similar documents
Main Parts of Personal Computer

Introduction To Computer Hardware. Hafijur Rahman

Homeschool Enrichment. The System Unit: Processing & Memory

INTRODUCTION TO COMPUTERS

Electricity: Voltage. Gate: A signal enters the gate at a certain voltage. The gate performs operations on it, and sends it out was a new signal.

Pharmacy college.. Assist.Prof. Dr. Abdullah A. Abdullah

Computer Overview. A computer item you can physically see or touch. A computer program that tells computer hardware how to operate.

FUNCTIONS OF COMPONENTS OF A PERSONAL COMPUTER

Computers: Inside and Out

The personal computer system uses the following hardware device types -

Chapter 4 The Components of the System Unit

Computer Hardware. In this lesson we will learn about Computer Hardware, so that we have a better understanding of what a computer is.

Introduction. A Look Inside a Laptop Computer. What is inside a laptop computer? What is Inside a Laptop Computer?

So computers can't think in the same way that people do. But what they do, they do excellently well and very, very fast.

Intentionally Blank 0

Technology in Action

What's in a computer?

Unit 4 Part A Evaluating & Purchasing a Computer. Computer Applications

Terminology, Types of Computers & Computer Hardware

What is Data Storage?

Computers Are Your Future

Introduction to computers

Introduction to the Personal Computer

Worksheet - Storing Data

Chapter 4 The Components of the System Unit

PDF created with pdffactory Pro trial version How Computer Memory Works by Jeff Tyson. Introduction to How Computer Memory Works

Information Communications Technology (CE-ICT) 6 th Class

Computer Basics PC-100

Chapter Two. Hardware Basics: Inside the Box

Defining Computers. Defining Computers. Understanding Essential Computer Concepts

How much data can a BluRay hold?

Lab Determining Data Storage Capacity

Introduction. Look Inside a Desktop Computer. What is inside a desktop computer? What is Inside a Desktop Computer?

HARDWARE AND OPERATING SYSTEMS

Chapter 6 Part 1 Understanding Hardware

The personal computer system uses the following hardware device types -

Computers Are Your Future

Sahalsoftware college. Welcome To understanding Basic Computer Concept

Lecture 23. Finish-up buses Storage

Parts are adapted from Windows 98 by Mark Twain Media, Inc. A Computer System has Hardware and Software

A+ Guide to Hardware: Managing, Maintaining, and Troubleshooting, 5e. Chapter 1 Introducing Hardware

TECHNOLOGY IN ACTION. Chapter 2. Alan Evans * Kendall Martin * Mary Anne Poatsy. Looking at Computers: Understanding the Parts

About the Presentations

HARDWARE. There are a number of factors that effect the speed of the processor. Explain how these factors affect the speed of the computer s CPU.

card slots CPU socket Monitor Computer case houses CPU (Central Processing Unit), CPU central power supply, DVD drive, etc processing unit Keyboard

Systems Architecture

FACTFILE: GCE DIGITAL TECHNOLOGY

Day 3. Storage Devices + Types of Memory + Measuring Memory + Computer Performance

COMP 273 Winter physical vs. virtual mem Mar. 15, 2012

System Unit Components Chapter2

INTRODUCTION TO INFORMATION & COMMUNICATION TECHNOLOGY (ICT) LECTURE 2 : WEEK 2 CSC-111-T

Technology in Action. Chapter Topics. Participation Question. Participation Question. Participation Question 8/8/11

Elementary Computing CSC M. Cheng, Computer Science 1

CSC 170 Introduction to Computers and Their Applications. Computers

BUYING A COMPUTER TERM 2 AIT

CREATED BY M BILAL & Arslan Ahmad Shaad Visit:

Computer Hardware. ICS2O Mr. Emmell

Informatics 1. Lecture 1: Hardware

Introduction to Microprocessor

vinodsrivastava.wordpress.com

Overview. Memory Classification Read-Only Memory (ROM) Random Access Memory (RAM) Functional Behavior of RAM. Implementing Static RAM

LECTURE 1. Introduction

Understanding Hardware

Introduction to Computers

7/28/ Prentice-Hall, Inc Prentice-Hall, Inc Prentice-Hall, Inc Prentice-Hall, Inc Prentice-Hall, Inc.

Discovering Computers 2012

Introduction to computers

Unit 2: Technology Systems. Computer and technology systems

Unit - II. Computer Concepts and C Programming 06CCP13. Unit II

What is the typical configuration of a computer sold today? 1-1

Chapter 1: Introduction to the Microprocessor and Computer 1 1 A HISTORICAL BACKGROUND

understand the need for input and output devices describe suitable output devices for a wide range of computer controlled situations

Chapter I The System Unit

Topic 4: Storage Devices

Management Information Systems OUTLINE OBJECTIVES. Information Systems: Computer Hardware. Dr. Shankar Sundaresan

Chapter 2. Prepared By: Humeyra Saracoglu

Lectures More I/O

Lesson 1: Computer Concepts

KULLEĠĠ SAN BENEDITTU Secondary School, Kirkop

Advanced Topics In Hardware

Functional Skills. Entry 3 to Level 2. IT Basics Information

CS429: Computer Organization and Architecture

Knowledge Organiser. Computing. Year 10 Term 1 Hardware

CS429: Computer Organization and Architecture

COMPUTER MEMORY AND STORAGE CONCEPTS FOR ALL COMPUTER SYSTEMS

The Central Processing Unit

Chapter 7: Processor and Memory

Copyright 2012 Pearson Education, Inc. Publishing as Prentice Hall

Computer Technology Flash Card 2

Memory Overview. Overview - Memory Types 2/17/16. Curtis Nelson Walla Walla University

Introduction to I/O. April 30, Howard Huang 1

CHAPTER 1 Introduction

Technology In Action, Complete, 14e (Evans et al.) Chapter 6 Understanding and Assessing Hardware: Evaluating Your System

The Components of the System Unit

Computer chip: A very small pieces of silicon or other semi-conducting material onto which integrated circuits are embedded Circuit board: A thin

Computer Organization

Session 1: Physical and Web Infrastructure

Part 1 of 3 -Understand the hardware components of computer systems

Copyright 2006 Prentice-Hall. All rights reserved. 1

Show how to connect three Full Adders to implement a 3-bit ripple-carry adder

Transcription:

Computer Performance

Microprocessor At the centre of all modern personal computers is one, or more, microprocessors. The microprocessor is the chip that contains the CPU, Cache Memory (RAM), and connects to all of the other components on the computer. Several aspects of computer speed are linked to the microprocessor.

Microprocessor Clock Speed The most basic measure of computer performance is the speed of the microprocessor. Measured in kilohertz (khz), megahertz (MHz), and now gigahertz (GHz), the clock speed determines the rate at which instructions are processed. 1 GHz = 1 billion clock ticks per second 1 MHz = 1 million clock ticks per second 1 khz = 1 thousand clock ticks per second

Microprocessor Clock Speed The clock is a timing mechanism inside the computer that controls how quickly actions happen. In the microprocessor, a faster clock means that the CPU can be asked to process more instructions in less time. In theory, this should make the computer think faster.

Microprocessor Number of CPUs Clock speeds are increasing more slowly than they used to. Instead, gains in speed are coming from changes to the layout of microprocessors. Rather than a single CPU, many processors now have two or even four cores (CPUs + extras). By dividing the work to be done, processing tasks can be completed more quickly. It takes work to divide a task, so two CPUs do not double the speed.

Microprocessor Cache Memory Each microprocessor has a small amount of RAM built right into the chip. This memory is used to store short-term data, and is known as cache. There are different types of cache, but it is enough to know that cache RAM is very fast and very expensive. The cache RAM is on the microprocessor, right next to the CPUs, which also improves the speed at which data is exchanged by minimizing the distance the signal has to travel.

Motherboard Bus Speed The microprocessor must talk to the other components on the computer. It does this using the data bus. No matter how fast any component is on the computer, no two components can talk faster than the speed limit of the bus. This is why many components, such as the microprocessor and video cards, are as selfcontained as possible, to avoid using the bus.

Main Memory (RAM) Speed Computer memory (RAM) is composed of integrated circuit chips (ICs), just like a microprocessor. It also has a speed limit. In addition to the speed limit of the RAM chips, the data to/from the RAM is limited by the data bus. System RAM is much slower than cache RAM, but still faster than most other hardware on the computer.

Main Memory (RAM) Size System memory (RAM) is measured in megabytes (MB) or gigabytes (GB). The amount of system memory defines how much information can be stored on the relatively fast memory chips. As the microprocessor works, it stores and retrieves data. Any data that cannot be kept in RAM (fast) must be kept on the hard drive (slow). Increasing the amount of RAM is often considered to be the easiest and least expensive way to improve computer performance.

Specialized Processors The microprocessor contains the primary processing for the computer. Many computers have only this single chip for processing information. It is also possible to add processing for specialized tasks, such as video and audio. These extra processors reduce the workload of the main processor. They are also often optimized for their task, making them particularly fast for that application (e.g., video & graphics).

Hard Drive Speed In terms of the other computer hardware, moving data to or from the hard drive is slow. The speed of a hard drive is generally measured in terms of the number of revolutions the drive makes per minute (higher is faster). Current drives spin at 5400 rpm (laptops, low power), 7200 rpm (desktops), or even 10,000 rpm (expensive, high-performance drives).

Hard Drive Solid State Technology Traditional hard drives are made up of one or more metal disks spinning at high speed. Newer and faster hard drives are emerging that use no moving parts, and are similar to flash memory (e.g., usb memory sticks, digital cameras). They currently have less capacity, but higher speed, than traditional spinning platter drives.

Hard Drive File Organization Hard drives are so slow in comparison to other computer hardware that even the location of files on the drive can make a speed difference. Data is stored in files wherever there is space on a drive. If there isn't room for each file to be continuous, the file is broken into two, or thousands, of pieces. As a drive fills with data, more and more data files will become fragmented.

Hard Drive File Organization In order to access a fragmented file, the reading sensor must physically move from place-to-place over the drive surface, which takes time (and also places physical strain on the parts). It is possible to use special software to perform a defragmentation of a hard drives. Data is rearranged to make files continuous, which can yield noticeable improvements to computer performance if the drive is heavily fragmented. http://en.wikipedia.org/wiki/file:fragmentationdefragmentation.gif

Discussion Questions What performance considerations do you think are the most important for the following users/applications? Why? word processing & internet browsing computer gaming mathematical modeling & simulation online database service (e.g., YouTube) digital media (photos, sound, video)