CP1610: Introduction to Computer Components

Slides:



Advertisements
Similar presentations
MUHAMMAD AHMED HUSSAIN
Advertisements

Calera High School Dawn Bone
MOTHERBOARD The MOTHERBOARD is the main circuit board of your computer and is also known as the main board or logic board. If you ever open your computer,
HARDWARE Rashedul Hasan..
1 Operating Systems Input/Output Management. 2 What is the I/O System A collection of devices that different sub- systems of a computer use to communicate.
PC Maintenance: Preparing for A+ Certification
BY TONY JIA Mother Board and Buses. What is a Mother Board? The motherboard is the largest piece of internal hardware. All of the other internal.
The physical parts of Computer
Parts & Functions of a Computer. 2 Functions of a Computer.
Introduction to Information Technology: Your Digital World © 2013 The McGraw-Hill Companies, Inc. All rights reserved.Using Information Technology, 10e©
A+ Guide to Hardware Managing, Maintaining and Troubleshooting THIRD EDITION Chapter 1: How Computers Work.
Hardware Devices and Their Uses Modified excerpt from: GO! with Microsoft ® Office 2003 Brief, 2 nd Edition.
Computer Hardware Processing and Internal Memory.
Chapter 4 The Components of the System Unit
Enhanced A+ Guide to Managing and Maintaining Your PC Third Edition.
A+ Guide to Managing and Maintaining Your PC Fifth Edition Chapter 1 Introducing Hardware.
How Computers Work Chapter 1.
Introduction Computer Hardware Jess 2006 The CPU.
LOGO. Types of System Boards  Nonintegrated System Board  Nonintegrated system boards can be easily identified because each expansion slot is usually.
S3 Computer Literacy Computer Hardware. Overview of Computer Hardware Motherboard CPU RAM Harddisk CD-ROM Floppy Disk Display Card Sound Card LAN Card.
Parts and usage. Motherboard is the most important component in any personal computer. It contains almost every important elements of the computer. Sometimes.
A+ Guide to Hardware, 4e Chapter 1 Hardware Needs Software to Work.
A+ Guide to Managing and Maintaining your PC, 6e Chapter 1 Introducing Hardware.
A+ Guide to Managing and Maintaining Your PC, 7e Chapter 1 Introducing Hardware.
XP Practical PC, 3e Chapter 17 1 Upgrading and Expanding your PC.
Chapter 2 How Computers Work.
Computer Maintenance Introduction to PCs: How Computers Work 1 Copyright © Texas Education Agency, All rights reserved.
Stuart Cunningham - Computer Platforms COMPUTER PLATFORMS Input, Output, and Storage & Introduction to Basic Computer Architecture Week 2.
B.A. (Mahayana Studies) Introduction to Computer Science November March The Motherboard A look at the brains of the computer, the.
A+ Guide to Hardware: Managing, Maintaining, and Troubleshooting, 5e
Computers: Information Technology in Perspective By Long and Long Copyright 2002 Prentice Hall, Inc. Computers: Information Technology in Perspective.
E0001 Computers in Engineering1 The System Unit & Memory.
1 Intro to Info Tech System Unit Copyright 2003 by Janson Industries This presentation can be viewed on line at:
Computer Hardware Mr. Richard Orr Technology Teacher Bednarcik Jr. High School.
CPU (CENTRAL PROCESSING UNIT): processor chip (computer’s brain) found on the motherboard.
1 A+ Guide to Managing and Maintaining Your PC, Fifth Edition Hardware Needs Software to Work Hardware  Physical components of a computer  Visible part.
… but what parts does it have and how do they work? A computer looks like this...
I/O Resource Management The operating system is responsible for: Issuing commands to I/O devices Handling all interrupts and errors generated by the.
A+ Guide to Managing and Maintaining Your PC Fifth Edition Chapter 1 Introducing Hardware.
Exercise 2 The Motherboard
A+ Guide to Managing and Maintaining your PC, 6e Chapter 1 Introducing Hardware.
Motherboard (Main board)
A+ Guide to Managing and Maintaining your PC, 6e Chapter 1 Introducing Hardware v0.95.
The 4 functions of a computer are 1.Input 2.Output 3.Storage 4.Processing.
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.
About the Presentations The presentations cover the objectives found in the opening of each chapter. All chapter objectives are listed in the beginning.
Computer Basics.
Motherboard and Bios. Generic Modern Motherboard.
Copyright © 2007 Heathkit Company, Inc. All Rights Reserved PC Fundamentals Presentation 3 – The Motherboard.
INSIDE THE COMPUTER. What is Computer ? Computer is Electronic device which work on electricity. OR An electronic device for storing and processing data,
Motherboard A motherboard allows all the parts of your computer to receive power and communicate with one another.
Click once to reveal the definition. Think of the answer. Then click to see if you were correct. HARDWARE Physical parts of the computer.
Academic PowerPoint Computer System – Architecture.
1 Chapter 2 Central Processing Unit. 2 CPU The "brain" of the computer system is called the central processing unit. Everything that a computer does is.
The Computer System.
Chapter 2.
Introduction to PCs: How Computers Work
Motherboard Group 1 1.
Information Technology INT1001 Lecture 2 1. Computers Are Your Future Tenth Edition Chapter 6: Inside the System Unit Copyright © 2009 Pearson Education,
Computer systems is a 10-credit unit
Components of Computer
TexPREP Summer Camp Computer Science
Computers © 2005 Prentice-Hall, Inc. Slide 1.
Module 2 How Computers Work.
Computer Hardware Prepared by:- Mr. Pawan Kumar
Five Key Computer Components
Overview 1. Inside a PC 2. The Motherboard 3. RAM the 'brains' 4. ROM
Explorer Inside the Computer
4. Computer system.
Presentation transcript:

CP1610: Introduction to Computer Components The Motherboard

What is the Motherboard? The largest circuit board in a computer. The means by which all devices are connected to each other, and the CPU. Also called the system board.

Parts on a Motherboard

What is the CPU Central Processing Unit. Also called the processor or the microprocessor. The most important chip in the computer. The brain, or command centre.

Parts of the CPU Input/output (I/O) unit Arithmetic logic unit(s) (ALU) Control unit

How the CPU Works

The I/O Unit is like the security guard at the front gate. Parking (Registers) 10 9 ALU ALU You need to go to Building 10! Parking (Internal Cache) The Control Unit (CU) is like a security guard directing students to the correct building. Please wait until the road is clear, and I will open the gate! The I/O Unit is like the security guard at the front gate.

CISC vs. RISC Processors Complex Instruction Set Code RISC Reduced Instruction Set Code

CISC RISC Karwa

Other Parts on the Motherboard System Bus CMOS BIOS The Chipset System Clock Expansion Slots Floppy and Disk Drive Connections Memory

System Bus Metal lines (traces) connecting parts on the motherboard. Allow data to travel between devices and the CPU. Like a system of roads throughout a city. Can be expanded to other parts (like highways connecting towns and cities).

CMOS Chip that saves your system settings: Date and time Hardware configuration Boot device order Has a battery so that it can save your settings even when the computer is off CMOS stands for Complex Metal Oxide Semiconductor

BIOS Basic Input/Output System Stores basic instructions on how the computer can talk to: Keyboard Mouse Monitor Memory Allows a computer to operate basic functions without any other software installed Is the same for ALL computers.

The Chipset The chipset controls most parts of the computer. It handles ‘routine’ work, so the CPU can handle more important processing. Some of the chips in the chipset include: Interrupt Controller Keyboard Controller DMA Controller

The Interrupt Controller What is an Interrupt? Lots of devices want to get the CPU’s attention; An interrupt is a signal that tells the CPU which device is calling, or sending data; The Interrupt Controller is a chip that controls the flow of data on the system bus, and lets the CPU know which device needs it;

Don’t worry… I can direct traffic for you! Who is trying to call me? This better be important! The CPU (Everyone wants his attention!) Don’t worry… I can direct traffic for you! The Interrupt Controller is like a police offer directing traffic at a busy roundabout. Some devices get priority over others

How the Interrupt Controller Works CPU 1 2 3 4 5 7 6 8 9 11 10 13 12 14 15 System Clock Keyboard Floppy PS/2 Mouse Interrupt Controller

Common Interrupt Requests (IRQ’s) USUAL FUNCTION/DEVICE System Timer 1 Keyboard 2 2nd IRQ controller 3 COM2: 4 COM1: 5 Free (used by LPT2: or sound card) 6 Floppy disk 7 LPT1: 8 Real Time Clock (RTC) 9 Free (may be labeled/appear as IRQ 2) 10 Free (often used by sound cards) 11 Free 12 PS/2 mouse 13 Math coprocessor on CPU (used) 14 Primary IDE 15 Secondary IDE Common Interrupt Requests (IRQ’s)

Keyboard Controller The Keyboard Controller provides the following functions: Keyboard Control and Interpretation. PS/2 Mouse Support. Access to the High Memory Area. The Keyboard Controller is often not needed in newer computers.

The DMA Controller Direct Memory Access Sometimes devices may want to ‘talk’ to each other without ‘going through’ the CPU. DMA Controller controls access to the system bus, and RAM, and bypasses the CPU.

The CPU (Not everyone needs his attention!) I’m busy with official business… don’t bother me! The CPU (Not everyone needs his attention!) This better be important if you want to keep going down Madinat Khalifa! Thanks, officer. I guess I don’t need to bother with this car! Don’t worry, Sarge! I’ll direct this car through the roundabout! I’m only going to McDonald’s! Do I really need to go see the CPU first? Beep! Beep! The Interrupt Controller The DMA Controller is like a second traffic officer who handles traffic not going to the CPU Can I go now? Some devices don’t need to talk to the CPU

The System Clock Crystal that emits a pulse/signal. Acts like a drummer in a rock band. Pulses provide timing for the CPU and other devices.

Clock Speeds Measured in Hertz Speed of the Motherboard: Cycles per second Speed of the Motherboard: Megahertz (MHz) Speed of the CPU: Gigahertz (GHz)

Expansion Slots Allow you to ‘expand’ the capabilities of your computer. Connect new circuit boards to your motherboard. Connect the data buses (roads) on the expansion cards to the system bus (roads) on the motherboard.

Common Expansion Cards Sound Cards Modems Network Cards Video Cards Specialty Cards

Types of Expansion Slots ISA Industry Standard Architecture Older, ‘legacy’ cards PCI Peripheral Component Interconnect Newer, faster expansion cards AGP Accelerated Graphics Port

Floppy and Disk Drive Connections Special slots for ‘ribbon’ (data) cables. Allow you to connect: Floppy disk drives; Hard disk drives; CD/DVD drives; Zip disk drives; Etc…

Floppy Drives There is usually only one floppy disk drive connection. A floppy controller chip on the motherboard controls talking to, and fuctions of the floppy drive.

EIDE Connections Used to connect: Two connectors on the motherboard. Hard disk drives; CD/DVD drives; Two connectors on the motherboard. Each connector can connect two devices; Up to four EIDI devices can be connected;

Memory Devices Hold data and instructions. Types of Memory: System Memory; RAM; ROM;

System Memory 1 Megabyte (1 MB) Built into motherboard. Maximum memory that could be handled by: Older PC’s; New PC’s before system drivers and OS are booted; Hold data and instructions for: System drivers; Programs used by the user;

Anything above 1 MB Reserved for device drivers and system functions Available to the user for any software

RAM vs. ROM RAM Examples: ROM Example: Random Access Memory Stores data and instructions Volatile Examples: RAM chips CMOS ROM Read Only Memory Stores basic system settings Non-volatile Example: BIOS

Types of Motherboards Choice of motherboard affects: Capabilities and limitations of system; Type of computer case needed; Common types of motherboards: AT ATX Backplane

The AT Motherboard Smaller Used for classic Pentium CPU Uses SIMM RAM Uses P8 and P9 power connectors

The ATX Motherboard Faster Easier to install More power management features Uses DIMM RAM Has a PI power connector

Backplane Motherboards Actually built into the computer case. More difficult to make upgrades. Not as popular.