Basic Input Output System

Slides:



Advertisements
Similar presentations
MUHAMMAD AHMED HUSSAIN
Advertisements

BIOS & CMOS To Navigation page.
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.
Motherboard, BIOS and POST The external data bus connects devices on the motherboard together. Everything is also connected to the address bus. These busses.
Basic Input Output System
Parts & Functions of a Computer. 2 Functions of a Computer.
MCT260-Operating Systems I Operating Systems I Introduction to Operating Systems.
Computer Hardware.
Enhanced A+ Guide to Managing and Maintaining Your PC Third Edition.
LECTURE 14 Operating Systems and Utility Programs
Teaching and Learning with Technology  Allyn and Bacon 2002 Introduction to Personal Computers in the Classroom Chapter 3 Teaching and Learning with Technology.
Lesson 4 Computer Software
Operating Systems Operating System
Operating Systems What do you have left on your computer after you strip away all of the games and application programs you bought and installed? Name.
Computer Startup Sequence Overview
Chapter 5 Basic Input/Output System (BIOS)
Booting in Windows XP Presented and Designed By: Luke Ladd.
1 Chapter Overview Computer Cases Motherboards ROM BIOS.
COMPUTER MANAGEMENT. System start-up Before switching on a computer, make sure that all the components are properly connected. The computer must be connected.
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.
1 A+ Guide to Managing and Maintaining Your PC, Fifth Edition Hardware Needs Software to Work Hardware  Physical components of a computer  Visible part.
The Basic Input/Output System Unit objectives: Access the BIOS setup utility, change hardware configuration values, and research BIOS updates Explain the.
A+ Guide to Managing and Maintaining Your PC Fifth Edition Chapter 1 Introducing Hardware.
PC Maintenance: Preparing for A+ Certification Chapter 9: Working with the BIOS Setup Program.
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.
BIOS. Accessing System BIOS You can use the System Setup utility to change variable BIOS information, such as the type of hard drive you have installed.
What is system software and what are its parts? Programs that control operation of computer Two parts are operating systems utility programs.
Chapter 4: Motherboard and BIOS.
What is a BIOS? * basic input/output system (BIOS), also known as the System BIOS * The BIOS software is built into the PC on a non-volatile ROM and is.
The Mechanics Of Computers The Operating System (OS) & Hardware.
BIOS Training Eric Chiu AE Dept What is BIOS ? Pronounced "bye-ose," an acronym for Basic Input/Output System. The BIOS is built-in software.
Lesson 3 — How a Computer Processes Data Unit 1 — Computer Basics.
Computers Are Your Future Chapter 1 Slide 1 Introduction to the Computers & Internet Chapter 1 Concepts of Information Technology IT.
CHAPTER 6 Motherboard and ROM BIOS. Chapter Overview Computer Cases Motherboards ROM BIOS.
Basic Input/Output System
Introduction to the BIOS BIOS – Part 1 © Richard Goldman Rev. January 4, 2001.
Basic Input/Output System (BIOS). 5.1Introduction to BIOS Basic Input / Output System (BIOS) boot the computer by providing a basic set of instructions.
BIOS (Basic Input Output Service) Contains system data used by the ROM BIOS service routines. Serves as a standardized communication interface between.
3A.List and describe the events that take place during the boot process. POWER SUPPLY THE POWER SUPPLY SENDS A SIGNAL TO THE COMPENENTS IN THE SYSTEM UNIT.
PC Start-up Procedure and Timing Lesson 6.  Hand in assignment from yesterday.  Describe the two main computer buses.  Describe how cache memory works.
Software Grade 10. BIOS and the Power-on Self Test A computer can’t do much without instructions The first thing the CPU does when you switch it on is.
Suleiman Mohammed (mcpn,mncs)
PARTS OF A COMPUTER 2 Hardware Computer Hardware is any of the physical parts of the computer you can touch. There are 4 categories: 1. Input Devices.
Digital Literacy: Computer Basics
POST and The Boot Process
Computer Maintenance I
Lesson 2 Component Overview Core Hardware Fundamentals.
Introduction To Computers
Computer Maintenance Chapter Five BIOS and CMOS Dr. Mohammad AlAhmad.
PCs ENVIRONMENT and PERIPHERALS Lecture 3. operating system and other system software that control the usage of the computer equipment application programs.
IT Chapter 2 Part A How Computers Work Input, process, output, and storage The operating system helps the computer perform four basic operations,
Computer systems is a 10-credit unit
Chapter 6: BIOS.
BIOS & CMOS.
Operating System Review
Computer Maintenance Unit Subtitle: Basic Input/Output System (BIOS)
TOPIC 6: SYSTEM START-UP AND CONFIGURATION
My Faculty Name Is Mr.Dattarey Joshi
Operating System Review
Device management How does the operating system manage the hardware and peripheral devices? Device Driver: Each device is attached to your computer with.
Overview 1. Inside a PC 2. The Motherboard 3. RAM the 'brains' 4. ROM
Introduction to Computing
Introduction to BIOS Prof. Shamim Ahmad Hakim
Presentation transcript:

Basic Input Output System B.I.O.S Basic Input Output System

Computer and Information Technology for HKCEE Introduction to BIOS Basic Input / Output System (BIOS) boot the computer by providing a basic set of instructions load the operating system after turning on the computer perform POST (Power-On Self Test) provide set-up program for changing BIOS parameters provide low-level routines for the communications between OS and hardware devices DVEP

Computer and Information Technology for HKCEE Introduction to BIOS BIOS combination BIOS program CMOS stores BIOS program BIOS parameter DVEP

Computer and Information Technology for HKCEE Introduction to BIOS Advantages of storing BIOS in ROM code and data are readily available during booting BIOS content are not corrupted by errant applications BIOS hardware components BIOS ROM PC startup program (POST) BIOS CMOS memory house the configuration information of individual PC DVEP

Computer and Information Technology for HKCEE Introduction to BIOS The BIOS ROM All BIOS are contained in ROM in old days BIOS is now located in EEPROM chip erased and rewritten by special programs called flash BIOS BIOS CMOS memory provide a non-volatile storage for PC’s control information need very little power to operate powered by lithium battery DVEP

Computer and Information Technology for HKCEE BIOS chip DVEP

Computer and Information Technology for HKCEE The BIOS Boot Process 1. The power supply sends a signal to the components in the system unit. 2. The CPU finds the ROM chips that contains BIOS. 3. The BIOS performs the POST which checks components (e.g. mouse, keyboard connectors and expansion card) The results of the POST are compared with data in the CMOS chip. 5. The BIOS looks for the system files in floppy disk drive and hard disk. 6. The system files and the kernel of the OS load into RAM from hard disk. DVEP

Computer and Information Technology for HKCEE The BIOS Boot Process Beep codes A series of beep: BIOS program encounter problems One short beep: everything is normal Errors can be indicated when video screen does not function Interpret the beep codes by consulting main board menu DVEP

Computer and Information Technology for HKCEE The BIOS Boot Process POST Error messages Error messages are shown on display system Interpret error messages by consulting owner’s manual DVEP

Computer and Information Technology for HKCEE Configuring the BIOS Setup program interfaces 1. Hit a particular key or key combination at a right time to enter the BIOS setup utility DVEP

Computer and Information Technology for HKCEE Configuring the BIOS Setup program interfaces 2. A BIOS setup screen is displayed. DVEP

Computer and Information Technology for HKCEE Configuring the BIOS Typical key control Incorrect settings of BIOS may lead to system halt Quit the setup without saving changes if we are not sure about the changed settings Boot sequence control the order in which BIOS looks for an OS on start-up usual sequence: floppy disk  hard disk  CD-ROM DVEP

Computer and Information Technology for HKCEE Configuring the BIOS Typical key control Performance tuning through BIOS settings BIOS settings are responsible for how the chipset is controlled. Chipset is the key to the overall system performance BIOS parameters: Choose the optimal bus speed settings Enable the CPU’s internal cache External cache memory Enable system BIOS shadowing Quick power-on self test Update the BIOS DVEP

Parts of the Boot Process Step 1: POST Step 2: ROM BIOS startup program searches for and loads an OS Step 3: OS configures the system and completes its own loading Step 4: User executes application software

Boot Step 1

Boot Step 2

Boot Step 3

A Easy Real Life Example of the BIOS Imagine the BIOS is the general manager of a store. The manager has to make sure all of the employees (Drivers, devices, etc) and everything is in order for opening (Booting up). So the manager (BIOS) checks all of the employees and sees if they are in working fast enough and getting the job done. If they are then the store (Computer) is in good shape. Then the general manager goes into his office and does some paper work and turns its duties to the operating system (manager). So basically when you hear BIOS, think general manager of the computer or “store.”

Real life Visual of how the BIOS Works Manager If everything’s go, Manager hands its duties to the… General Manager (Operating System) (BIOS) Checks On General Manager Workers (Devices, Drivers, etc.) Checks On Function/Work On Store (Computer)

End… Thank you……..