PC Start-up Procedure and Timing Lesson 6.  Hand in assignment from yesterday.  Describe the two main computer buses.  Describe how cache memory works.

Slides:



Advertisements
Similar presentations
MUHAMMAD AHMED HUSSAIN
Advertisements

The Central Processing Unit (CPU) Understanding Computers.
System Setup CGS2564. What Happens When You Start up a Computer? BIOS Basic Input Output System A set of programs stored in ROM Contain instructions on.
The power supply performs a self-test. When all voltages and current levels are acceptable, the supply indicates that the power is stable and sends the.
PC BIOS and CMOS.
Terms 4 Definitions and Questions. Motherboard The main board of a computer, usually containing the circuitry for the central processing unit, keyboard,
Basic Input Output System
Parts & Functions of a Computer. 2 Functions of a Computer.
Computer Hardware Chapter 5. Motherboard 1: Ports 3: Expansion slots 6: Central processing unit.
Enhanced A+ Guide to Managing and Maintaining Your PC Third Edition.
How Computers Work Chapter 1.
A-Level Computing#BristolMet Session Objectives#4 MUST describe the differences between the main types of primary memory SHOULD describe the function and.
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.
COMPONENTS OF A PERSONAL COMPUTER.
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
System Configuration Chapter 3. Objectives Distinguish between the various methods used to configure a computer Describe how to replace a motherboard.
A+ Guide to Managing and Maintaining your PC, 6e Chapter 1 Introducing Hardware.
Computer Startup Sequence Overview
Chapter 5 Basic Input/Output System (BIOS)
1 Chapter Overview Computer Cases Motherboards ROM BIOS.
Basic Input Output System
By the end of this lesson you will be able to explain: 1. What is the BOOT process 2. A Cold Boot 3. A Warm Boot.
Configuration Overview The BIOS (basic input/output system) is an important motherboard component. The BIOS has the following functions: Holds and executes.
Computer Maintenance Unit Subtitle: Basic Input/Output System (BIOS) Excerpted from 1 Copyright © Texas Education Agency, All.
B.A. (Mahayana Studies) Introduction to Computer Science November March The Motherboard A look at the brains of the computer, the.
Computer Processing of Data
Introduction to Computing: Lecture 4
1 A+ Guide to Managing and Maintaining Your PC, Fifth Edition Hardware Needs Software to Work Hardware  Physical components of a computer  Visible part.
Organization of a computer: The motherboard and its components.
The Basic Input/Output System Unit objectives: Access the BIOS setup utility, change hardware configuration values, and research BIOS updates Explain the.
PC Maintenance: Preparing for A+ Certification Chapter 9: Working with the BIOS Setup Program.
BIOS Objectives In this chapter, you will: -Learn to define the BIOS and understand how it relates to CMOS -Learn how to determine which BIOS is running.
A+ Guide to Managing and Maintaining your PC, 6e Chapter 1 Introducing Hardware v0.95.
Booting. Booting is the process of powering it on and starting the operating system. power on your machine, and in a few minutes your computer will be.
What is system software and what are its parts? Programs that control operation of computer Two parts are operating systems utility programs.
Computer Components Checklist There are many parts that work together to make a computer work.
Version 3 Troubleshooting PC Hardware Module 13. Version 3 2 Troubleshooting Basics Effective troubleshooting uses techniques to diagnose and fix computer.
The Mechanics Of Computers The Operating System (OS) & Hardware.
Lesson 3 — How a Computer Processes Data Unit 1 — Computer Basics.
CHAPTER 6 Motherboard and ROM BIOS. Chapter Overview Computer Cases Motherboards ROM BIOS.
SKILL AREA: 1.2 MAIN ELEMENTS OF A PERSONAL COMPUTER.
Basic Input/Output System
Basic Input/Output System (BIOS). 5.1Introduction to BIOS Basic Input / Output System (BIOS) boot the computer by providing a basic set of instructions.
Computers Today.
General Computer Knowledge COE 201- Computer Proficiency.
Suleiman Mohammed (mcpn,mncs)
Computer Maintenance I
Lesson 2 Component Overview Core Hardware Fundamentals.
Computer Maintenance Chapter Five BIOS and CMOS Dr. Mohammad AlAhmad.
General Concepts of ICT. Be able to identify the main components of a general- purpose computer:  central processing unit (CPU)  main/internal memory.
Lifting the Lid: How Computers Work. CPU  The Central Processing Unit  Sometimes called the microprocessor  Carries millions of electrical signals.
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Chapter 1 Looking Inside the Computer System.
PCs ENVIRONMENT and PERIPHERALS Lecture 3. operating system and other system software that control the usage of the computer equipment application programs.
Computer Components ICS 3U0.
The Central Processing Unit (CPU)
Chapter Objectives In this chapter, you will learn:
BIOS & CMOS.
Computer Maintenance Unit Subtitle: Basic Input/Output System (BIOS)
Components of Computer
TOPIC 6: SYSTEM START-UP AND CONFIGURATION
Device management How does the operating system manage the hardware and peripheral devices? Device Driver: Each device is attached to your computer with.
Computer Hardware Prepared by:- Mr. Pawan Kumar
BIOS Chapter 6.
Overview 1. Inside a PC 2. The Motherboard 3. RAM the 'brains' 4. ROM
Computer Startup.
Introduction to Computing
Learning Objectives To be able to describe the purpose of the CPU
Presentation transcript:

PC Start-up Procedure and Timing Lesson 6

 Hand in assignment from yesterday.  Describe the two main computer buses.  Describe how cache memory works.

 Identify the purpose of BIOS.  Describe the steps involved in booting a computer.  Define CMOS and its purpose.  Explain the system clock and Hertz.

 First instruction from the BIOS (Basic Input/Output System)  Part of the EPROM ( Erasable Programmable Read-Only Memory ).  BIOS loads the operating system  Takes over and “drives” the microprocessor

 Manages the dataflow between the computer's Operating System and attached devices  Hard disk, video adapter, keyboard, mouse, printer, etc.

 An integral part of your computer  Installed at the factory  Microprocessor passes control to the BIOS program, which is always located at the same place on EPROM

 Comprises several separate routines, serving different functions  Inspects the computer to determine what hardware is fitted (attached)  Conducts some simple tests to check that everything is functioning normally  POST (Power On Self Test)

 If all tests are passed the EPROM tries to boot the machine from the hard disk  If fails, it will try the CD-ROM drive, then the floppy drive,  Displays a message that it needs a system disk

 BIOS loads the OS (or parts of it) into RAM from hard disk  With BIOS, the OS and its applications are freed from having to understand exact details about the attached input/output devices  BIOS is the intermediary between the microprocessor and I/O device

 CMOS (Complementary Metal Oxide Silicon) RAM chips  Kept “alive” by a battery  Stores basic information about the PC’s configuration ◦ # and type of hard and floppy drives, how much memory, what kind, etc. ◦ All this used to be entered manually, but modern BIOS does this work

Video

 CMOS RAM Also stores the time and date  Updated by a Real Time Clock (RTC)  The clock, CMOS RAM and battery are usually all integrated into a single chip. The PC reads the time from the RTC when it boots up, after which the CPU keeps time – which is why system clocks are sometimes out of sync. Rebooting the PC causes the RTC to be reread, increasing their accuracy.

 Every PC has a system clock  Keeping time of day is not the clock’s primary purpose  Clock is driven be a quartz crystal  When electricity is applied, the molecules in the crystal vibrate  PC uses the vibrations of the quartz to time its processing operations

 Computer’s operating speed is tied to the speed of the system clock  800 MHz = “ticks” 800 million times per second  Clock cycle is a single tick, or the time it takes to turn a transistor off and back on again  Processor can execute an instruction in a given number of clock cycles  As clock speed increases, so does the number of instructions it can carry out each second

 A Hertz is a single oscillation (up and down movement) of an electromagnetic wave  Mega means millions of wave oscillations per second  A 200 MHz chip has a clock that receives electricity and switches on and off 200 million times per second.  PC’s overall speed depends not only on the speed of the CPU but also on its bus

 1 Hz = one cycle/second  1 MHz = one million/second  1 GHz = one billion/second  Heindrich Hertz: physicist who first detected electromagnetic waves in 1883

 Work on your projects with your partner.  Due the end of today’s block! Directions