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.

Slides:



Advertisements
Similar presentations
Components of a computer system
Advertisements

Session Objectives#3 COULD explain the role memory plays in computer processing SHOULD describe the purpose of a CPU and its individual components MUST.
DH2T 34 Computer Architecture 1 LO2 Lesson Two CPU and Buses.
Basic Computer Organization CH-4 Richard Gomez 6/14/01 Computer Science Quote: John Von Neumann If people do not believe that mathematics is simple, it.
CPU Describe the purpose of the CPU
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.
Computers Are Your Future Eleventh Edition Chapter 2: Inside the System Unit Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall1.
Computers Central Processor Unit. Basic Computer System MAIN MEMORY ALUCNTL..... BUS CONTROLLER Processor I/O moduleInterconnections BUS Memory.
S3 Computer Literacy Computer Hardware. Overview of Computer Hardware Motherboard CPU RAM Harddisk CD-ROM Floppy Disk Display Card Sound Card LAN Card.
COMPONENTS OF THE SYSTEM UNIT
Computer Systems 1 Fundamentals of Computing The CPU & Von Neumann.
Internal hardware and external components of a computer Three-box Model  Processor The brain of the system Executes programs A big finite state machine.
Introduction to Computing: Lecture 4
3 1 3 C H A P T E R Hardware: Input, Processing, and Output Devices.
Revised: Aug 1, ECE 263 Embedded System Design Lesson 1 68HC12 Overview.
 Design model for a computer  Named after John von Neuman  Instructions that tell the computer what to do are stored in memory  Stored program Memory.
D75P 34R HNC Computer Architecture 1 Week 9 The Processor, Busses and Peripherals © C Nyssen/Aberdeen College 2003 All images © C Nyssen /Aberdeen College.
Discovering Computers 2012: Chapter 4
Chapter 5: Computer Systems Organization Invitation to Computer Science, Java Version, Third Edition.
The Computer Systems. Computer System CPU Is the brain of the PC. All program instructions are run through the CPU Control Unit This decodes and executes.
Computers Are Your Future Eleventh Edition Chapter 2: Inside the System Unit Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall1.
I T Essentials I Chapter 1 JEOPARDY HardwareConnector/CablesMemoryAcronymsPotpourri
Lesson 3 — How a Computer Processes Data Unit 1 — Computer Basics.
Computer Organization - 1. INPUT PROCESS OUTPUT List different input devices Compare the use of voice recognition as opposed to the entry of data via.
Computer System Internal components - The processor - Main memory - I / O controllers - Buses External components (peripherals). These include: - keyboard.
1 COMS 161 Introduction to Computing Title: Computing Basics Date: September 15, 2004 Lecture Number: 10.
Introduction to Microprocessors
Computer Hardware A computer is made of internal components Central Processor Unit Internal External and external components.
Computer Structure & Architecture 7b - CPU & Buses.
Lesson 3 0x Hardware Components
Electronic Analog Computer Dr. Amin Danial Asham by.
Motherboard A motherboard allows all the parts of your computer to receive power and communicate with one another.
Academic PowerPoint Computer System – Architecture.
Computer operation is of how the different parts of a computer system work together to perform a task.
Computers Are Your Future Tenth Edition Inside the System Unit 1.
Computers Are Your Future Eleventh Edition Chapter 2: Inside the System Unit Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall1.
Information Technology INT1001 Lecture 2 1. Computers Are Your Future Tenth Edition Chapter 6: Inside the System Unit Copyright © 2009 Pearson Education,
Von Neumann Machines. 3 The Von Neumann Architecture Model for designing and building computers, based on the following three characteristics: 1)The.
Lecture # 10 Processors Microcomputer Processors.
Chapter 2 content Basic organization of computer What is motherboard
GCSE Computer Science - Revision
Computer Systems Nat 4/5 Computing Science Computer Structure:
CPU Lesson 2.
GCSE Computing - The CPU
Systems Architecture Keywords Fetch Execute Cycle
Computers Are Your Future Tenth Edition
Computer Components ICS 3U0.
Computer Hardware – System Unit
Processor/Memory Chapter 3
UNIT 9 Computer architecture
Computing Systems Organization
Components of Computer
Discovering Computers 2011: Living in a Digital World Chapter 4
Chapter 7.2 Computer Architecture
Computer Design & Organization
Architecture & Organization 1
Course Name: Computer Application Topic: Central Processing Unit (CPU)
Microprocessor and Assembly Language
Buses.
Microcomputer Architecture
Lecture 3 The Hardware.
Architecture & Organization 1
COMS 161 Introduction to Computing
Computer Hardware Prepared by:- Mr. Pawan Kumar
Chapter 5: Computer Systems Organization
Overview 1. Inside a PC 2. The Motherboard 3. RAM the 'brains' 4. ROM
Chapter 4 Introduction to Computer Organization
Unit 1.1 System Architecture Lesson 2
CISC101 Reminders Course Web Site:
GCSE Computing - The CPU
Presentation transcript:

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. Learn how buses ae used to pass data and instructions Learn the difference between von Neumann and Harvard Architecture

Internal hardware of a computer Components Animation link which-one-you-should-choose/ Main components are: Processor (CPU) Main Memory (RAM) ROM Buses Input/output controllers Hard Drive Sound card Graphics Card

Internal hardware of a computer Components Central Processing unit ProcessorInput/Output Main Memory Bus

Internal hardware of a computer Components Central Processing unit The brain of the system Executes programs A big finite state machine Typical processor contains 100,000,000 transistors Moore’s law – number of components integrated into a single chip doubles every months Synced by clock speek of up to billions of instructions per second Can have multiple cores Prime manufacturers are Intel and AMD

Internal hardware of a computer Components Main Memory Also known as ROM, RAM or IAS (Immediate access store) Mainly used to store program instructions and data Integrated onto bigger boards to store up to 16gig in 64bit computers ROM – Read only memory RAM – Random Access Memory EEPROM – Electrically erasable programmable read only memory RAM has fast accesss via memory addresses All programs and data is loaded into RAM before execution RAM is volatile.

Internal hardware of a computer Components Main Memory - RAM RAM has fast access via memory addresses Made of millions of cells which each has its own address All programs and data is loaded into RAM before execution More RAM means more applications can be loaded in. RAM is volatile. APPLICATIONS LIBRARY PROGRAMS UTILITY PROGRAMS OPERATING SYSTEM

Internal hardware of a computer Components Main Memory - ROM Read only memory Non-Volatile Contains the boot up instructions of a PC Contains the BIOS

Internal hardware of a computer Components Main Memory – Addressable Memory All memory cells are addressable. Memory map shows allocation of data and applications to memory. Memory addresses usually shown in Hexadecimal. APPLICATIONS LIBRARY PROGRAMS UTILITY PROGRAMS OPERATING SYSTEM 87FF 83FF

Internal hardware of a computer Components Buses Microscopic parallel wires connecting up componenets Data Bus Bi-direction bus consisting of wires (depending on the word length of the computer) Carries data to and fro memory, processor and the I/O controllers Address bus One directional bus consisting of wires Carries addresses of instructions or location of data in the memory. Word length determines how many addressable cells you can access – modern computers could have 2 64 addresses

Internal hardware of a computer Components Buses Microscopic parallel wires connecting up componenets Control Bus Bi-directional bus that sends control signals to all the registers, data and address buses Controls access to the data and address buses. Making sure that the data is going the right way. Sends the clock pulse round the system.

Internal hardware of a computer Components I/O Controllers Linked to the ports on the back of the motherboard. Acts as an intermediary between the CPU and the IO Devices Handles data flow between CPU and device. Translates signals from device into ones understood by the processor Responds slowly so buffers data in order so that the processor does not have to wait for device.

Internal hardware of a computer Computer architectures Stored program concept  Proposed by John von Neumann and Alan Turing  A program must be resident in main memory to be executed  machine code instructions are fetched, one after another, from main memory in sequence and are executed, one at a time in the processor.

Internal hardware of a computer Computer architectures Von Neumann stored program computer  A serial machine  Instructions are fetched one after anaother  Single memory shared between program instructions and data.  Data and instructions travel along a shared data bus. Harvard stored program computer  Separate instruction and data memories  Separate instruction and data buses  Still functions as a serial computer  Use more in mobile devices Harvard Vs Von Neumann No sharing resources with accessing data and instructions so the performance speed of a Harvard infrastructure is better.

Exercises 1)You have a budget of £2000. What is the best computer you can buy with that money. 2) In your research you need to talked about the individual component and what some of the figures mean – for instance clock speed, RAM, etc and how they affect the performance. 3)Come up with a couple of choices and justify the best one. 4)What purpose have you built your computer for? 5)Present your findings to the class in a Power Point.