TOPIC 6: SYSTEM START-UP AND CONFIGURATION

Slides:



Advertisements
Similar presentations
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.
Advertisements

The Operating System. What is an Operating System? The program that is loaded first and manages the hardware resources like main memory, backing storage.
Chapter 9: Understanding System Initialization The Complete Guide To Linux System Administration.
DIT314 ~ Client Operating System & Administration CHAPTER 4 CONFIGURING HARDWARE DEVICES AND STARTUP PROCESS Prepared By : Suraya Alias.
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.
MCT260-Operating Systems I Operating Systems I Introduction to Operating Systems.
Basic Input Output System
 Contents 1.Introduction about operating system. 2. What is 32 bit and 64 bit operating system. 3. File systems. 4. Minimum requirement for Windows 7.
LECTURE 14 Operating Systems and Utility Programs
Lesson 4 Computer Software
Operating Systems.
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.
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.
Hands-On Microsoft Windows Server 2008
Linux Booting Procedure
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.
Lesson 6 Operating Systems and Software
Computer Maintenance Unit Subtitle: Basic Input/Output System (BIOS) Excerpted from 1 Copyright © Texas Education Agency, All.
Operating Systems  A collection of programs that  Coordinates computer usage among users  Manages computer resources  Handle Common Tasks.
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 Components Checklist There are many parts that work together to make a computer work.
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.
Lesson 3 — How a Computer Processes Data Unit 1 — Computer Basics.
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.
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.
Computer Maintenance I
NON STANDARD HARDWARE By the end of this lesson you will be able to: 1. Identify non standard computer hardware 2. Understand ACRONYMS used to describe.
24/06/20161 Hardware Processor components & ROM. 224/06/2016 Learning Objectives Describe the function and purpose of the control unit, memory unit and.
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,
NT1110 Computer Structure and Logic Unit 8 (Module 5A) COMPUTER OPERATION AND SECURITY.
Chapter Objectives In this chapter, you will learn:
BIOS & CMOS.
Operating System Review
CS101 Booting A Computer.
Operating Systems and Utility Programs
The CPU is the brain of the computer
Computer Maintenance Unit Subtitle: Basic Input/Output System (BIOS)
Computer Software.
Key Terms By: Kelly, Jackson, & Merle
Introduction to Computers
CS101 Booting A Computer.
CONFIGURING HARDWARE DEVICE & START UP PROCESS
Operating System Review
Starting the computer. Every day we are using an operating system and most specifically a Windows operating system but most of us are not aware of the.
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.
Modern PC operating systems
Overview 1. Inside a PC 2. The Motherboard 3. RAM the 'brains' 4. ROM
Computer Startup.
Introduction to Computing
CS101 Booting A Computer.
Motherboard BIOS and Troubleshooting
Introduction to BIOS Prof. Shamim Ahmad Hakim
The computer and Its Operating System Environment
WINDOW 7 INSTALLATION Prepared By:- Mr. Pawan Kumar
Presentation transcript:

TOPIC 6: SYSTEM START-UP AND CONFIGURATION COMPUTER STUDIES

Unit 1: Computer Booting Unit 2: System Configuration Topic Summary Unit 1: Computer Booting Unit 2: System Configuration Unit 3: Software Installation Unit 4: Computer Troubleshooting

TOPIC 6: SYSTEM START-UP AND CONFIGURATION Unit 1: Computer Booting

Unit Objectives To be able to: Define booting Describe the types of booting Explain when booting can be done Describe Step-by-step the process of booting

Unit Introduction For the computer to run it needs an OS, because the OS is the software that manages all the activities and devices attached to the computer. However, when the computer is off, the OS is not running, and is simply stored on the hard disk inside the computer. Therefore when a user presses the power button when the computer is off, the OS cannot get itself out of the hard drive since is it off. So how does the computer start up without the OS? In this unit we shall look at the step by step details of the boot process.

Definition of Booting Booting is the process of loading the operating system (OS) from disk into working memory. Booting (also known as booting up) is the initial set of operations that a computer system performs when electrical power is switched on. The process begins when a computer that has been turned off is re-energized, and ends when the computer is ready to perform its normal operations.

Types of booting There are basically two types of booting: 1. Cold booting. This is the process of turning on a computer after it had been powered off completely. 2. Warm booting. This is the process of restarting a computer that already is powered on. 7/1/2018

Reasons for warm booting When you install new software, often an on-screen prompt instructs you to restart the computer. In this case, a warm boot is appropriate.

Steps involved in the Boot Process The BIOS looks for system files on the Hard disk (C:) The system files and the kernel of the Operating System load into RAM from the Hard Disk. The OS loads configuration information and displays the welcome screen. The power supply sends a signal to the components in the system unit. The processor finds the ROM chip(s) that contain the BIOS (Basic input/output system). The BIOS performs the POST (Power-On Self Test) which checks components such as the mouse, keyboard and adapter cards. A series of messages may display. The results of the POST are compared with data in a CMOS chip

the Boot Process (cont…) On start up, the OS may verify that the person attempting to use the computer is a legitimate user through use of a password. After the user logs on, the desktop and icons are displayed on the screen. Finally, the operating system also executes programs in the Startup folder, which contains a list of programs that open automatically when you boot the computer.

Further Definitions. A boot loader is a computer program that loads the main operating system or runtime environment for the computer after completion of self-tests. Examples of boot loaders include NTLDR, BOOTMGR, GNU GRUB, Syslinux, e.t.c. A boot drive is the drive from which your personal computer boots (starts). In most cases, drive C (the hard disk) is the boot drive.