Introduction to Computing

Slides:



Advertisements
Similar presentations
BIOS & CMOS To Navigation page.
Advertisements

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 Operating System. What is an Operating System? The program that is loaded first and manages the hardware resources like main memory, backing storage.
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.
MCT260-Operating Systems I Operating Systems I Introduction to Operating Systems.
Computer Hardware.
LECTURE 14 Operating Systems and Utility Programs
Chapter 1 Computer History, Fundamentals, and Operating Systems.
Operating Systems.
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.
Chapter Three OPERATING SYSTEMS.
Computer Startup Sequence Overview
How Hardware and Software Work Together
Chapter 5 Basic Input/Output System (BIOS)
Booting in Windows XP Presented and Designed By: Luke Ladd.
Basic Input Output System
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.
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.
Ch Review1 Review Chapter Microcomputer Systems Hardware, Software, and the Operating System.
The Basic Input/Output System Unit objectives: Access the BIOS setup utility, change hardware configuration values, and research BIOS updates Explain the.
MAC OS – Unit A Page: 10-11, Investigating Data Processing Understanding Memory.
University of Management & Technology 1 Operating Systems & Utility Programs.
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 Basics.
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.
TUTORIAL 2A PART D  BY : MUHAMMAD HAZIQ BIN RAHIM MUHAMMAD AIDIL FARIS BIN ANUAR.
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.
CSC190 Introduction to Computing Operating Systems and Utility Programs.
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.
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Chapter 6A Operating System Basics PART I.
POST and The Boot Process
Computer Maintenance I
Levi Garner. Topics  Computer Storage Devices  Storage Media and Storage Devices  Memory and Storage.
2.1 :Input Output Control System. Learning Outcomes Distinguish between Directory Management and Disk Space Management Identify the primary function perform.
IT Chapter 2 Part A How Computers Work Input, process, output, and storage The operating system helps the computer perform four basic operations,
ICT COMPUTER FUNDAMENTALS
Power Supply.
Computer Components ICS 3U0.
Chapter Objectives In this chapter, you will learn:
BIOS & CMOS.
Operating System Review
Hardware vs. Software Question 1 What is hardware?
Operating Systems and Utility Programs
Computer Maintenance Unit Subtitle: Basic Input/Output System (BIOS)
Computer Software.
TOPIC 6: SYSTEM START-UP AND CONFIGURATION
ICT COMPUTER FUNDAMENTALS
Computer System Structures
Key Terms By: Kelly, Jackson, & Merle
Introduction to Computers
CS101 Booting A Computer.
Operating System Review
Introduction to Computing
Device management How does the operating system manage the hardware and peripheral devices? Device Driver: Each device is attached to your computer with.
BIOS Chapter 6.
CS101 Booting A Computer.
Overview 1. Inside a PC 2. The Motherboard 3. RAM the 'brains' 4. ROM
Computer Startup.
CS101 Booting A Computer.
Introduction to BIOS Prof. Shamim Ahmad Hakim
Memory Addresses.
Presentation transcript:

Introduction to Computing Lecture-05-Starting/ Shutting Down a Computer Muhammad Hafeez Department of Computer Science GC University Lahore

Today’s Agenda The Process of Starting up The Process of Shutting Down

Start Up/ Boot Cold Booting: Warm Booting: Start a Computer when it is powered off Warm Booting: Start a computer from Operating System (Restart) Each time system is started the KERNEL is loaded in memory Memory Management CPU Clock management Allocate Resources Start/ Stop Programs KERNEL is memory resident

Steps For Booting Step 01: Turn on, power supply send signals to components in system. Step 02: The charge of electricity tells the processor chip to reset itself and find the ROM Chip that contains BIOS (A firmware that contains computers startup instructions)

Steps For Booting Step 03: The BIOS performs a series of tests to make sure computer hardware/ Operating system is connected properly. The tests, collectively called POST (power-on self test) Check Buses System Adapter Cards RAM Mouse Keyboard Drives LEDs flicker with POST test

Steps For Booting Step 04: POST results are compared with CMOS chip. CMOS is a battery powered chip that stores data about computer configuration. If error is found, the computer responds different for different kind of errors.

Steps For Booting Step 05: If POST test is successful, BIOS searches for specific system files on available secondary storage (typical C Drive of HDD) Step 06: After system files are loaded in RAM, the KERNEL of operating system is loaded, OS takes control of the computer. Step 07: OS loads system configuration information in memory.

How the System Boot

Shutting Down the System Shutting Down has three options: Power off Sleep Mode Hibernate Mode Sleep Mode: save any open program in RAM, turns off all unneeded functions, turns computer in low-powered mode. If power is removed in sleep mode, all unsaved work is lost.

Shutting Down the System Hibernate Mode: Saves open programs/ unsaved work on hard disk.

Questions ??????????????????????????