Semester One 2001/2002 Sheffield Hallam University1 The Motherboard Major circuit board in PC Holds CPU where calculations and instructions on data are.

Slides:



Advertisements
Similar presentations
MUHAMMAD AHMED HUSSAIN
Advertisements

What is Hardware? Hardware is the physical parts of the computer system – the parts that you can touch and see. A motherboard, a CPU, a keyboard and a.
The Central Processing Unit: What Goes on Inside the Computer.
The C P U In this lesson you will learn about the Press Enter or Click to continue Central Processing Unit.
Memory Chapter 3. Slide 2 of 14Chapter 1 Objectives  Explain the types of memory  Explain the types of RAM  Explain the working of the RAM  List the.
Memory RAM and CACHE. RAM Stands for Random Access Memory Stands for Random Access Memory It is volatile in nature It is volatile in nature Loses its.
1 The System Unit Lecture 2 CSCI 1405 Introduction to Computer Science Fall 2006.
Professor Michael J. Losacco CIS 1110 – Using Computers System Unit Chapter 4.
Hardware Devices and Their Uses Modified excerpt from: GO! with Microsoft ® Office 2003 Brief, 2 nd Edition.
Computer Hardware Processing and Internal Memory.
IT Systems Memory EN230-1 Justin Champion C208 –
Objectives Overview Discovering Computers 2014: Chapter 6 See Page 248
COMPUTER MEMORY Modern computers use semiconductor memory It is made up of thousands of circuits (paths) for electrical currents on a single silicon chip.
1 Introduction to Computers Day 6. 2 Main Circuit Board of a PC The main circuit board (motherboard or system board) is the central nervous system of.
Measuring 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.
Chapter 4  Converts data into information  Control center  Set of electronic circuitry that executes stored program instructions  Two parts ◦ Control.
F1020/F1031 COMPUTER HARDWARE MEMORY. Read-only Memory (ROM) Basic instructions for booting the computer and loading the operating system are stored in.
* Definition of -RAM (random access memory) :- -RAM is the place in a computer where the operating system, application programs & data in current use.
How a Computer Processes Data Hardware. Major Components Involved: Central Processing Unit Types of Memory Motherboards Auxiliary Storage Devices.
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
Memory. Random Access Memory Defined What is memory? operating system and other system software that control the usage of the computer equipment application.
Computer Architecture Part III-A: Memory. A Quote on Memory “With 1 MB RAM, we had a memory capacity which will NEVER be fully utilized” - Bill Gates.
Central Processing Unit Part III Bayram Güzer. Personal Computer Chips The chips in personal computers is attached to the motherboard. Flat main circuit.
WHAT IS A COMPUTER??? An electronic device that accepts: n Input n Processes the input n Stores the results of the processing n provides Output Computers.
Processing Devices.
Lesson 3 — How a Computer Processes Data
B.A. (Mahayana Studies) Introduction to Computer Science November March The Motherboard A look at the brains of the computer, the.
Computers: Information Technology in Perspective By Long and Long Copyright 2002 Prentice Hall, Inc. Computers: Information Technology in Perspective.
Chapter 4 The System Unit: Processing and Memory Prepared by : Mrs. Sara salih.
2/6: CPUs & Memory CPUs –Parts of a sample CPU –Types of CPUs available ROM RAM –different kinds & uses inc. VRAM, SRAM image courtesy of How Computers.
Writer:-Rashedul Hasan Editor:- Jasim Uddin
Computer Processing of Data
Mr C Johnston ICT Teacher BTEC IT Unit 02 - Lesson 03 Inside Computers #2 – Drives, Connectors and Internal Memory.
Random access memory.
1 Inside the Computer Chapter 6 Copyright Prentice-Hall, Inc
Understanding Computers, Ch.31 Chapter 3 The System Unit: Processing and Memory.
Discovering Computers 2012: Chapter 4
Objectives Overview Describe the various computer and mobile device cases and the contents they protect Describe multi-core processors, the components.
Hardware & Software The CPU & Memory.
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.
The Central Processing Unit: What Goes on Inside the Computer
1Copyright © Prentice Hall 2000 The Central Processing Unit Chapter 3 What Goes on Inside the Computer.
Chapter 4 The Components of the System Unit. The System Unit It is a case that contains electronic components of the computer used to process data Sometimes.
Computers © 2005 Prentice-Hall, Inc.Slide 1. Computers Chapter 4 Inside the Computer © 2005 Prentice-Hall, Inc.Slide 2.
FIRST COURSE Essential Computer Concepts. XP New Perspectives on Microsoft Office 2007: Windows XP Edition2 What Is a Computer? A computer is an electronic.
Computer Hardware The Processing Unit.
Academic PowerPoint Computer System – Architecture.
Identifying Hardware Components in a Computer (continued) Clock Speed (continued) The computer has a system clock that generates a regular electronic beat.
Computer Hardware & Processing Inside the Box CSC September 16, 2010.
Chapter 11 System Performance Enhancement. Basic Operation of a Computer l Program is loaded into memory l Instruction is fetched from memory l Operands.
BY MANJU Lesson 21 Computer Hardware. System Components A computer system requires many components to do its job: Input: Device to input data so it can.
Instructor: Syed Shuja Hussain Chapter 2: The System Unit.
Instructor: Chapter 2: The System Unit. Learning Objectives: Recognize how data is processed Understand processors Understand memory types and functions.
Lecture # 10 Processors Microcomputer Processors.
Types of RAM (Random Access Memory) Information Technology.
Instructor: Syed Shuja Hussain Chapter 2: The System Unit.
Chapter 2 content Basic organization of computer What is motherboard
Random Access Memory (RAM)
Types of RAM (Random Access Memory)
The Central Processing Unit
Mr C Johnston ICT Teacher
Introduction to Computing
Hardware Components & Software Concepts
Computers: Tools for an Information Age
Overview 1. Inside a PC 2. The Motherboard 3. RAM the 'brains' 4. ROM
Introduction To Computing BBA & MBA
Computers: Tools for an Information Age
4. Computer system.
Presentation transcript:

Semester One 2001/2002 Sheffield Hallam University1 The Motherboard Major circuit board in PC Holds CPU where calculations and instructions on data are executed Noughts and ones crunched at lightning pace!

Semester One 2001/2002 Sheffield Hallam University2 Motherboard Components Memory CPU –Central Processing Unit –Processor –The Chip Bus Expansion slots

Semester One 2001/2002 Sheffield Hallam University3 Memory Arrays of cells Each has a unique hexadecimal address Upon launching a program, instructions are pulled from disk into a contiguous block of memory Data is also stored in memory, but in a different place.

Semester One 2001/2002 Sheffield Hallam University4 Types of Memory RAM (Random Access Memory) allows reading and writing ROM (Read Only Memory) Both come in the form of semiconductors (chips) on the motherboard ROM is used to store basic instructions that must never be deleted. RAM is a main variable to consider when buying a computer

Semester One 2001/2002 Sheffield Hallam University5 RAM is Volatile The most important thing to know about RAM is that it is volatile –Contents are lost when power is removed –Powercuts can cause big problems Always save your work frequently Shortcut for most Windows applications is

Semester One 2001/2002 Sheffield Hallam University6 CPU Processor calculates and makes decisions using stored instructions and data Basis is fetch-execute cycle –instruction residing in a memory address is fetched via the bus, decoded and executed –next cycle fetches instruction from the next contiguous address –unless a different address is specified by a program

Semester One 2001/2002 Sheffield Hallam University7 Processor Speed Measured in megahertz (MHz) –where 1 MHz = a million fetch-execute cycles per second –often referred to as clock speed Currently (Sept 2001) clock speeds are around 3 GHz

Semester One 2001/2002 Sheffield Hallam University8 Processor Types and Manufacturers Main manufacturer is Intel Started with 8088, 80286, 80386, 80486, Pentium, Pentium II, Pentium III When arrived, other manufacturers got in –AMD, Cyrix Motorola make RISC (Reduced Instruction Set Computation) processors, used in the Archimedes and Macintosh computers

Semester One 2001/2002 Sheffield Hallam University9 More on Speed CPU type and CPU speed are not the sole determinants of a computer’s performance Other factors are: –amount of memory –type of memory –bus speed

Semester One 2001/2002 Sheffield Hallam University10 Amount of RAM No matter how fast the CPU, things slow down if it is kept waiting for data or the next instruction Retrieval from RAM is very fast but when it is full the PC must use Virtual Memory (HDD) Memory-hungry uses like multimedia, huge spreadsheets or too many applications open at once slow things down –or make it crash The more RAM the better! –(October 2001) 128MB for a machine running MS Office

Semester One 2001/2002 Sheffield Hallam University11 Virtual Memory Even with a lot of RAM it is possible to run out When this happens part of the HDD ‘pretends’ to be RAM –Virtual memory

Semester One 2001/2002 Sheffield Hallam University12 Main Memory As well as amount of RAM, type is important Most budget PCs come with EDO (Enhanced Data Out) RAM A faster, more expensive type of RAM is SDRAM (Synchronous Dynamic RAM)

Semester One 2001/2002 Sheffield Hallam University13 Cache Memory Even faster than main RAM is cache memory –small amount of super fast RAM living very close to the CPU –most recently used data stored here Two types of cache memory –Primary (internal) - located on the processor itself –Secondary (external) - not on the processor but close

Semester One 2001/2002 Sheffield Hallam University14 Speed of Retrieval From fastest to slowest: –primary/internal cache –secondary/external cache –SDRAM –EDO RAM –Older forms of RAM (DRAM) –virtual memory –ordinary HDD

Semester One 2001/2002 Sheffield Hallam University15 Upgrading You can sometimes replace the CPU with a faster one Tiny handle on motherboard holds chip in place (Zero Insertion Force socket) Remember other constraints on speed –memory –bus Often more cost effective to get a new computer

Semester One 2001/2002 Sheffield Hallam University16 RAM Most PCs have EDO RAM –72 pin SIMM (Single Inline Memory Module) chips If spare slots are available, can plug in extra SIMMs for more memory DIMMs (Dual Inline Memory Module) now more commonplace for Pentiums

Semester One 2001/2002 Sheffield Hallam University17 Bus Electronic path carrying data around system –Width - wider the bus (in bits) the more data can flow at the same time –Speed in MHz Most computers house more than one type of bus....

Semester One 2001/2002 Sheffield Hallam University18 Bus Types Local –Ferrying data within the motherboard between processor and memory –32 bit and 64 bit –On a fast motherboard, 133 MHz Off-board –slower, operating between motherboard and peripheral devices

Semester One 2001/2002 Sheffield Hallam University19 Bus - Most Critical Thing No point in a fast processor and lots of fast RAM without bus width and speed to match –overall performance determined by the slowest component RAM and CPU can be upgraded as they plug into motherboard –Bus is integral to board –Can only be changed by changing motherboard Get the bus right first time!

Semester One 2001/2002 Sheffield Hallam University20 Expansion Slots Motherboard has slots into which smaller boards can be inserted –daughter boards, cards, adaptors Video card controls monitor display LAN or Network Interface Card allows communication with a network The number of expansion slots is something else to think about when choosing a computer - leave plenty of room for future expansion