The Operating System ICS3M.  The operating system (OS) provides a consistent environment for other software programs to execute commands.  It gives.

Slides:



Advertisements
Similar presentations
Computer Basics 2.
Advertisements

Purpose of the Main Components of an Information System Hardware, Software and Communication Links.
COMPUTERS: TOOLS FOR AN INFORMATION AGE Chapter 3 Operating Systems.
Chapter 4 Storing Information in a Computer Peter Nortons Introduction to Computers.
Systems Software System Software Enables the applications software to interact with the computer and Helps the computer manage its internal and external.
Operating System.
The Operating System. What is an Operating System? The program that is loaded first and manages the hardware resources like main memory, backing storage.
Components of Computer
MCT260-Operating Systems I Operating Systems I Introduction to Operating Systems.
1 DOS with Windows 3.1 and 3.11 Operating Environments n Designed to allow applications to have a graphical interface DOS runs in the background as the.
Operating Systems.
 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.
OPERATING SYSTEMS AND SYSTEMS SOFTWARE. SYSTEMS SOFTWARE Systems software consists of the programs that control the operations of the computer and its.
An Introduction to Operating Systems. Definition  An Operating System, or OS, is low-level software that enables a user and higher-level application.
The Operating System The operation system (OS) is a set of programs that coordinates: Hardware functions Interaction between application software and computer.
SOFTWARE.
Week 6 Operating Systems.
Lesson 4 Computer Software
TC2-Computer Literacy Mr. Sencer February 8, 2010.
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 Concepts 2013 Chapter 4 Operating Systems and File Management.
How Hardware and Software Work Together
System software operating system 1.
Computers Are Your Future Eleventh Edition Chapter 4: System Software Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall1.
Ch Review1 Review Chapter Microcomputer Systems Hardware, Software, and the Operating System.
1 AQA ICT AS Level © Nelson Thornes 2008 Operating Systems What are they and why do we need them?
Operating Systems Advanced OS - E. OS Advanced Evaluating an Operating System.
IST 222 Introduction to Operating Systems Fall, 2004.
Operating Systems JEOPARDY Computer Repair NetworkOS OS Tasks ConceptsComponentsMisc
Operating Systems TexPREP Summer Camp Computer Science.
Chapter 3 Installing Windows XP Professional. Preparing for installation Pre-installation requirement; ◦ Hardware requirements ◦ Hardware compatibility.
Unit R005: Understanding Computer Systems Introduction System Software Software (i.e., programs) used to control the hardware directly Used to run the.
Operating System Basics section 6A. This lesson includes the following sections: Running Programs Managing Files Managing Hardware Utility Software.
The disk surface is divided into tracks. into tracks. 1.
Copyright © 2007 Heathkit Company, Inc. All Rights Reserved PC Fundamentals Presentation 15 – The Hard Drive.
Lecture 8: 9/19/2002CS149D Fall CS149D Elements of Computer Science Ayman Abdel-Hamid Department of Computer Science Old Dominion University Lecture.
OPERATING SYSTEM - program that is loaded into the computer and coordinates all the activities among computer hardware devices. -controls the hardware.
Operating Systems Lesson Objective: Understanding the functions of an operating system. Learning Outcome: Answer some basic questions on operating systems.
Parts of the Computer System
IST 222 Day 3. Homework for Today Take up homework and go over Go to Microsoft website and check out their hardware compatibility list.
Looking Inside the Computer System
Feb/18/2014 Mazen Alzyoud Early Term Exam Review.
Computer Software & its Types Instructor : Adnan Iqbal Course : Introduction to Computer.
BABCA Software Operating Systems (OS) aka Systems Software A set of instructions that coordinate all the activities among computer hardware resources.
Digital Communication Systems Comp Functions of the Operating System.
Credit:  An operating system is the program that is loaded into the computer  coordinates all the activities among.
Copyright © Genetic Computer School 2008 Computer Systems Architecture SA 8- 0 Lesson 8 Secondary Management.
Systems Software. Systems software Applications software such as word processing, spreadsheet or graphics packages Operating systems software to control.
Microsoft Window 9X Operating System Richard Goldman © February 28, 2001.
OPERATING SYSTEM REVIEW. System Software The programs that control and maintain the operation of the computer and its devices The two parts of system.
Systems Software / The Operating System CSC October 14, 2010.
INTRODUCTION TO COMPUTERS. A computer system is an electronic device used to input data, process data, store data for later use and produce output in.
Lesson 9: SOFTWARE ICT Fundamentals 2nd Semester SY
Introduction To MS-DOS
Computer Systems – Hardware, Operating System, & Software
Operating System Review
TexPREP Summer Camp Computer Science
Operating Systems What are they and why do we need them?
Operating System Review
Systems Software Keywords Operating Systems
OPERATING SYSTEMS.
Shell & Kernel Concepts in Operating System
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
DOS and window operating system
Operating Systems Tasks 17/02/2019.
Modern PC operating systems
Operating Systems Tasks 04/04/2019.
Operating Systems Tasks 05/08/2019.
Overview of Computer system
Presentation transcript:

The Operating System ICS3M

 The operating system (OS) provides a consistent environment for other software programs to execute commands.  It gives the user an interface with the computer so they can send commands (input) and receive feedback (output)

The OS  To do this the OS must communicate with the hardware to perform specific tasks:  Disk and file management  Device access  Memory management  Output format  Once the OS has organized these resources users can effectively use the machine

The OS  The OS is the center through which the system hardware, other software, and the user communicate.  The OS coordinates the communication between all components of the system.

Disk and File Management  A hard disk is made up of a series of magnetic platters.  Each of these platters is divided into sectors and tracks when the hard drive is formatted.

File Management  When the drive is initially formatted a file allocation table is stored in track 0 (the outermost track)  When an operating system is installed on the drive, it appends its FAT in track 0 as well

Organizing the Disk  We can use several tricks to organize files on a disk for faster access.  Defragmenting a hard drive is one way to improve access time.

Installing an OS  Most operating systems require you to prepare a disk before you install the OS.  With Windows 9X, that means a format with either a Windows 9x or DOS boot disk.  The format erases all information currently on the drive and prepares the FAT for the new operating system.

After Installation  Installing a Windows OS usually takes between ½ to 1½ hours  After you install the OS, you must install device drivers for hardware attached to the machine  Device drivers the OS how to communicate with the hardware device  Finally you must install software to make the system useful for the user.

Installing Software  Basically, following the directions will get you through software installation easily.  The problem with software installation is licensing and copyrights.  Companies such as Microsoft are beginning to clamp down on illegal copies of their software.  Its estimated that 1 in 10 installs of MS software is illegal.

Your Task  Complete the ‘ICS3M4MOperating Systems Question Sheet’ posted on the course website