2.1 :Input Output Control System. Learning Outcomes Distinguish between Directory Management and Disk Space Management Identify the primary function perform.

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.
Windows TBE 550. Windows - Keyboard Special keys include ALT (Alternate), CTRL (Control), PRTSC (Print Screen)
What’s the computer?? computer is an electronic device that stores, processes, inputs, and outputs data to produce a result.
Chapter 3 Understanding the Boot Process and Command Line.
Computer Bits and Parts Parts of the computer system.
Lesson 15 – INSTALL AND SET UP NETWARE 5.1. Understanding NetWare 5.1 Preparing for installation Installing NetWare 5.1 Configuring NetWare 5.1 client.
MCT260-Operating Systems I Operating Systems I Introduction to Operating Systems.
Computer Hardware.
 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
How to Install Windows 7.
Computer Basics Flashcards #2
Windows XP Intro Matzo’s Geek List. Geek Talk/Terms KeyboardThe thing you type on when you’re using a computer. The keyboard has a standard typewriter-like.
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 8 Operating Systems and Utility Programs
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.
Chapter 8 Operating Systems and Utility Programs Serena Oldhouser.
Learning Targets Identify the external parts of the computer Identify examples of input devices Identify examples of output devices Define basic computer.
University of Management & Technology 1 Operating Systems & Utility Programs.
What is system software and what are its parts? Programs that control operation of computer Two parts are operating systems utility programs.
Working with Windows 2000 What it is: The system inside your computer that enables it to run software Uses icons (pictures) to access and work within programs.
Computer Basics.
The Mechanics Of Computers The Operating System (OS) & Hardware.
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.
Outcome 1: Describe the structure and function of an operating system.
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.
CSC190 Introduction to Computing Operating Systems and Utility Programs.
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Chapter 6A Operating System Basics PART I.
Lesson 2 Component Overview Core Hardware Fundamentals.
OPERATING SYSTEM REVIEW. System Software The programs that control and maintain the operation of the computer and its devices The two parts of system.
IT Chapter 2 Part A How Computers Work Input, process, output, and storage The operating system helps the computer perform four basic operations,
1. What makes a Computer a Computer?  Receives data  Processes data  Stores data  Produces a result 2.
Power Supply.
Introduction to comp. and prog. CS 101 G 964
Computer systems is a 10-credit unit
Chapter Objectives In this chapter, you will learn:
BIOS & CMOS.
Operating System Review
The CPU is the brain of the computer
Chapter 1 Getting Started
Computer Maintenance Unit Subtitle: Basic Input/Output System (BIOS)
Computer Software.
TOPIC 6: SYSTEM START-UP AND CONFIGURATION
Key Terms By: Kelly, Jackson, & Merle
Basic Computer Components
Introduction to Computers
Operating System Review
Computer Applications
The Computer Work Stations
Booting Up 15-Nov-18 boot.ppt.
المحور 3 : العمليات الأساسية والمفاهيم
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.
0. What is a Computer?.
Device management How does the operating system manage the hardware and peripheral devices? Device Driver: Each device is attached to your computer with.
Operating System Review
Modern PC operating systems
Computer Startup.
ITEC 1011 Introduction to Information Technologies 0. What is a Computer?
Introduction to Computing
Understanding input, output and storage devices
Computing Essentials Module 1.
Windows.
Computing Essentials Module 1.
Introduction to BIOS Prof. Shamim Ahmad Hakim
The computer and Its Operating System Environment
Presentation transcript:

2.1 :Input Output Control System

Learning Outcomes Distinguish between Directory Management and Disk Space Management Identify the primary function perform by input / output control system Describe boot process

Directory Management vs Disk Space Management Directory Management The purpose is organize file, directory and operation on them Disk Space Management The purpose is manage files stored on disk.

Differentiate between File System and IOCS File SystemIOCS File system provide facilities which enable a user to create files, assign meaningful name and specify how the files to be shared with others users of the system Implement efficient organization and access of data in files.

Function Perform by File System and IOCS File SystemIOCS Directory structure and file naming facilities A set of mechanism for storage and access of data Protection of file against illegal forms access A library of modules to perform efficient file processing Static and dynamic sharing of files Reliable storage of files

Boot Process Booting up is a bootstrapping process that starts operating systems when the user turns on a computer system Booting is the process of starting or restarting a computer

Type of Boot Process 1.Cold Boot 2.Warm Boot

Type of Boot Process : Cold Boot When turning on a computer that has been powered off completely. Example : by press power button.

Type of Boot Process : Warm Boot Is the process of restarting a computer that already is powered on. Example : In Windows XP, warm boot can be perform by : – pressing combination of (CTRL + ALT +DEL) – selecting a button or an option from a list in a dialog box – pressing the reset button on the computer

How a PC Boots Up 1.The power supply send a signal to the component s in the system unit 2.The processor finds the ROM chip(s) that contain the BIOS (basic input output system) 3.The BIOS performs the POST(power-on self test), which checks components such as mouse, keyboard and adapter cards.

Cont… 4. The results of the POST are compared with data in a CMOS chip 5. The BIOS looks for the system file in drive A (floppy disk drive), sometimes a CD or DVD drive and then drive C (hard disk)

6. The system file and the kernel of the operating system load into memory (RAM) from storage (hard disk) 7. The operating system loads configuration information, may request user information and display the desktop on the screen.