Operating System Review

Slides:



Advertisements
Similar presentations
Chapter 8: Operating Systems and Utility Programs
Advertisements

Buffers & Spoolers J L Martin Think about it… All I/O is relatively slow. For most of us, input by typing is painfully slow. From the CPUs point.
Chapter 7 Operating Systems and Utility Programs.
Chapter 8 Operating Systems and Utility Programs
Discovering Computers Fundamentals, Third Edition CGS 1000 Introduction to Computers and Technology Fall 2006.
Chapter 8 Operating Systems and Utility Programs.
Chapter 7 Operating Systems and Utility Programs
Professor Michael J. Losacco CIS 1110 – Using Computers Operating Systems & Utility Programs Chapter 7.
Chapter 8 Operating Systems and Utility Programs.
Operating Systems: Software in the Background
1 Pertemuan 6 Understanding Operating Systems Matakuliah: J0282 / Pengantar Teknologi Informasi Tahun: 2005 Versi: 02/02.
Chapter 8 Operating Systems and Utility Programs By: James Granahan.
OPERATING SYSTEMS AND SYSTEMS SOFTWARE. SYSTEMS SOFTWARE Systems software consists of the programs that control the operations of the computer and its.
Living in a Digital World Discovering Computers 2010.
Operating Systems.
IT Introduction to Information Technology CHAPTER 08 – Operating System.
© Paradigm Publishing Inc. 4-1 Chapter 4 System Software.
Chapter 8 Operating Systems and Utility Programs
Chapter Three OPERATING SYSTEMS.
Your Interactive Guide to the Digital World Discovering Computers 2012.
Chapter 8 Operating Systems and Utility Programs Serena Oldhouser.
BUSINESS COMPUTER APPLICATION University of Palestine College of Business Instructor: Mr. Ahmed Abumosameh.
Computer Software What is system software?
Chapter 4 System Software.
Chapter 3 - Computer Software
Software GCSE COMPUTING.
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.
Chapter 8: Operating Systems and Utility Programs Catherine Gifford Dan Falgares.
Your Interactive Guide to the Digital World Discovering Computers 2012.
Chapter 7 Operating Systems and Utility Programs.
© Paradigm Publishing Inc. 4-1 OPERATING SYSTEMS.
1 Chapter 7 Operating Systems & Utility Programs.
OPERATING SYSTEM - program that is loaded into the computer and coordinates all the activities among computer hardware devices. -controls the hardware.
© Paradigm Publishing, Inc. 4-1 Chapter 4 System Software Chapter 4 System Software.
Discovering Computers & Microsoft Office 2010 Discovering Computers Chapter 4.
Chapter 8 Operating Systems. Objectives Identify the types of system software Summarize the startup process on a personal computer Describe the functions.
CSC190 Introduction to Computing Operating Systems and Utility Programs.
BABCA Software Operating Systems (OS) aka Systems Software A set of instructions that coordinate all the activities among computer hardware resources.
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Chapter 6A Operating System Basics PART I.
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.
Discovering Computers Fundamentals, 2011 Edition Living in a Digital World.
1 Chapter 8 Operating Systems and Utility Programs.
DISCOVERING COMPUTERS 2018 Digital Technology, Data, and Devices
Software.
Chapter 3: SYSTEM SOFTWARE
Introduction to comp. and prog. CS 101 G 964
Operating Systems & System Software
Objectives Overview Define system software and identify the two types of system software Describe the functions of an operating system Summarize the features.
Discovering Computers 2012: Chapter 8
Chapter 8 Operating Systems and Utility Programs
Operating System Review
Operating Systems and Utility Programs
Objectives Overview Define system software and identify the two types of system software Describe the functions of an operating system Summarize the startup.
Chapter 8 Operating Systems and Utility Programs.
Computer Software.
Chapter 7 Operating Systems and Utility Programs
TexPREP Summer Camp Computer Science
Discovering Computers 2011: Living in a Digital World Chapter 8
Objectives Overview Define system software and identify the two types of system software Describe the functions of an operating system Summarize the features.
Operating System Review
Objectives Overview Define system software and identify the two types of system software Describe the functions of an operating system Summarize the startup.
Objectives Overview Define system software and identify the two types of system software Describe the functions of an operating system Summarize the startup.
Chapter 8 Operating Systems and Utility Programs
Chapter 8 Operating Systems and Utility Programs
Objectives Overview Define system software and identify the two types of system software Describe the functions of an operating system Summarize the startup.
Presentation transcript:

Operating System Review

System Software The programs that control and maintain the operation of the computer and its devices The two parts of system software are the Operating System (OS) and utility programs. Operating system (OS) (sometimes called the platform) coordinates all activities among computer hardware resources, applications and the user. Utility programs are used to maintain the health of the operating system.

Operating System Functions start up the computer provide user interface manage programs manage memory schedule jobs and configure devices control a network administer security Provide file management and other utilities monitor performance

Operating Systems Location on the hard drive of most PC and laptops or on ROM chips in most hand held devices

Operating System Start-up Starting or restarting a computer is called Booting There are two ways of booting a computer

Operating System Start-up cold boot Process of turning on a computer after it has been powered off completely warm boot Process of restarting a computer that is already powered on

The User Interface Controls how you enter data and instructions and how information is displays on screen Two Types Command line Graphic User Interface (GUI)

OS Functions – Multitasking The operating system can have more them one program running at the same time. Programs run in the foreground are currently in use. All other programs run in background

Operating System and Start-up Programs OS – Memory Management As more programs are started more memory is needed to have them available for use OS Internet Explorer Microsoft Word Photo Studio PowerPoint When you close an application memory is released for use PowerPoint Photo Studio Memory Microsoft Word Internet Explorer Operating System and Start-up Programs

Operating System and Start-up Programs OS – Virtural Machines Virtual memory (VM) management allocates portion of hard disk to function like RAM This occurs when the amount of information that needs to be accessed by the CPU exceeds the amount of memory the PC contains. Operating System and Start-up Programs Internet Explorer Microsoft Word Photo Studio PowerPoint Memory

Opreating Systems - Jobs A job is an operation that the processor handles. Job scheduling is a dynamic process.

Opreating Systems - Jobs An operation the processor manages receiving data from an input device transferring items from storage to memory and from memory to storage sending information to an output device processing instructions

Operating Systems – Configuring Hardware When the OS starts up it must find and configure all of the hardware attached to the PC It does this by using device drivers This is a small program that tells the operating system how to configure and communicate with each peace of hardware. Each device attached to a PC has a unique driver These drivers are either found in the OS system or come with the hardware on a CD/DVD disk.

Operating System - Drivers device driver

Operating Systems - Spooling Spooling is used to control the process of printing. Print jobs are sent to a buffer instead of directly to printer, where print jobs wait their turn

Operating Systems - Spooling print spooler application print job print queue

Types of Operating Systems Embedded Network Stand-alone

Network Operating System There are a number of network operating systems These systems are designed to link multiple computers and peripherals together There systems produced by Microsoft, Sun and other companies They can be based on Windows, Unix and Linux.

Embedded Operating Systems Operating systems for mobile devices

Utility Programs A system software that allows the user to perform maintenance type tasks including Managing the computer Its device Its programs

Security Center Shows the status of programs running designed to protect the PC for outside threats.

Personal Firewall Detects and protects a computer from unauthorized intrusions

Uninstaller Removes programs from the operating system.

Disk Cleanup A program that scans for unnecessary files It then gives you the option to remove the files.

Disk Fragmantation When a hard drive is new files are stored in sequential blocks of data. When files are deleted space is opened up on the hard drive When new files are saved the bocks they contain fill in the hard drive starting from the front of the drive. The new files is now fragmented on the hard drive

Disk Fragmantation Over time the hard drive on a computer becomes extremely fragmented. This will effect the speed at which the computer will work To correct this problem you must defragment the hard drive.