Operating Systems: Software in the Background

Slides:



Advertisements
Similar presentations
COMPUTERS: TOOLS FOR AN INFORMATION AGE Chapter 3 Operating Systems.
Advertisements

Systems Software System Software Enables the applications software to interact with the computer and Helps the computer manage its internal and external.
Copyright © 2008 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Chapter 3: Operating Systems Computer Science: An Overview Tenth Edition.
Operating System.
Discovering Computers Fundamentals, Third Edition CGS 1000 Introduction to Computers and Technology Fall 2006.
Chapter 6 Review System Software: Operating Systems and Utilities.
What You Will Learn Components of a computer’s system software The importance of an operating system Functions of an operating system Types of user interfaces.
Professor Michael J. Losacco CIS 1110 – Using Computers Operating Systems & Utility Programs Chapter 7.
Copyright © 2003 by Prentice Hall 1 Computers: Tools for an Information Age Chapter 3 Operating Systems: Software in the Background.
1 Chapter 2 Operating Systems: Software in the Background.
Chapter 5 System Software.
LECTURE 14 Operating Systems and Utility Programs
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.
Chapter 3  Manage the computer’s resources ◦ CPU ◦ Memory ◦ Disk drives ◦ Printers  Establish a user interface  Execute and provide services for applications.
Week 6 Operating Systems.
CSCI-235 Micro-Computer in Science System Software.
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.
© Paradigm Publishing Inc. 4-1 Chapter 4 System Software.
Chapter 8 Operating Systems and Utility Programs
Your Interactive Guide to the Digital World Discovering Computers 2012.
Chapter 4 Operating Systems and File Management. 4 Chapter 4: Operating Systems and File Management 2 Chapter Contents  Section A: Operating System Basics.
Chapter 8 Operating Systems and Utility Programs Serena Oldhouser.
BUSINESS COMPUTER APPLICATION University of Palestine College of Business Instructor: Mr. Ahmed Abumosameh.
Chapter 4 System Software.
Operating System. Architecture of Computer System Hardware Operating System (OS) Programming Language (e.g. PASCAL) Application Programs (e.g. WORD, EXCEL)
Operating Systems  By the end of this session, you will know: What an Operating System is. The functions it performs.
Operating Systems  A collection of programs that  Coordinates computer usage among users  Manages computer resources  Handle Common Tasks.
Chapter 2 – Software Part A. Definition Computer is made up of two components Hardware Physical components Software Instructions for the computer Two.
University of Management & Technology 1 Operating Systems & Utility Programs.
CSE 101 Spring 2000 Operating Systems. The Tasks of the Operating System Single Task Multitasking.
Copyright © 2008 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Chapter 3: Operating Systems Computer Science: An Overview Tenth Edition.
Operating Systems TexPREP Summer Camp Computer Science.
Chapter 8: Operating Systems and Utility Programs Catherine Gifford Dan Falgares.
System Software CSCI-N 100 Department of Computer and Information Science.
INVITATION TO COMPUTER SCIENCE, JAVA VERSION, THIRD EDITION Chapter 6: An Introduction to System Software and Virtual Machines.
5 SYSTEM SOFTWARE CHAPTER
Yuh-Jzer JoungSystems Software The Power Behind the power.
© Paradigm Publishing Inc. 4-1 OPERATING SYSTEMS.
System Software Chapter Copyright © 2011 by The McGraw-Hill Companies, Inc. All rights reserved.
1 Sec (3.2) Operating System Architecture OS. 2 Software dividing into two categories: 1. Application software 2. System Software  Operating System 
OPERATING SYSTEM - program that is loaded into the computer and coordinates all the activities among computer hardware devices. -controls the hardware.
Software Chapter 2. Basic Types of Software System software - provides an environment in which the application software can run Applications software.
© Paradigm Publishing, Inc. 4-1 Chapter 4 System Software Chapter 4 System Software.
1 Computers: Tools for an Information Age Chapter 3 Operating Systems: Software in the Background.
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.
Types of Software Chapter 2.
What is O.S Introduction to an Operating System OS Done by: Hani Al-Mohair.
Graphical User Interfaces (GUI’s ). & Command-Line Interfaces.
Computer Operating Systems And Software applications.
Booting Process Chapter 4: System Software Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall1.
OPERATING SYSTEM REVIEW. System Software The programs that control and maintain the operation of the computer and its devices The two parts of system.
Copyright © 2003 by Prentice Hall 1 Computers: Tools for an Information Age Chapter 3 Operating Systems: Software in the Background BSM025 Computers.
Introduction to comp. and prog. CS 101 G 964
Operating System Review
Computer Software.
TexPREP Summer Camp Computer Science
Chapter 3 Software Interfaces.
Chapter 4 The Power behind the Power
Operating System Review
Systems Software Keywords Operating Systems
Operating System Review
Chapter 4 The Power behind the Power
Introduction to Computer Software
The Operating system Gives life to the hardware
The Main Features of Operating Systems
Software - Operating Systems
Presentation transcript:

Operating Systems: Software in the Background Chapter 2 Operating Systems: Software in the Background

Types of Software Systems software Application software programs related to coordinating computer operations includes operating systems, language translators, and utility programs Application software software designed to accomplish a specific task includes word processors, electronic spreadsheets, etc.

What is an operating system? The OS is a set of programs that controls access to the hardware and software resources of the computer. kernel - the part of the OS that supervises the overall operation of the OS resident when computer is on (stored in main memory)

Booting the system When the computer it turned on, the resident portions of the OS must be loaded into main memory from the hard disk. A small program in ROM makes internal hardware checks then starts the booting process.

Popular operating systems PC’s MS Windows Mac OS Linux - Unix-like system for PC’s Multiuser systems Unix - not tied to a specific platform, primary OS for the Internet

Terms platform - combination of hardware and OS used by a computer software is designed for a specific platform prompt - a signal displayed on screen to indicate that the system is waiting for a command or input icon - a picture that represents a program, hardware device, or data object (file)

More terms menu - a list of options from which a command can be selected operating environment (shell) - a program that overlays a program (often an OS) to provide a more user friendly interface

Operating System Functions Management of the computer’s hardware resources multiprogramming - single CPU runs two or more programs concurrently time sharing - special form of multiprogramming in which each user is allotted a time slice multiprocessing - multiple CPUs run programs simultaneously virtual memory - currently active part of program in memory, the rest on disk, swapped in and out as needed

Operating System Functions Execution and provision of services for application software providing access to peripherals spooling - print jobs are written temporarily to disk until the printer is ready retrieval of files for use allocating space for and storing files

Operating System Functions Establishment of a user interface - the way a user communicates with a program 2 major types for operating systems command line interface text-based, older, harder to learn MS-DOS, Unix, Linux graphical user interface use icons and menus to allow command input, popular interface for PC’s, easy to learn Windows, Mac OS

Utility programs some may be included with the OS file manager - organizes files for easy access provides the ability to display, copy, name, delete, and move files format and copy disks backup and restore duplication of important materials for safe storage

More utility programs disk defragmentation file compression reorganization of files on disk to improve system performance file compression programs to reduce the size of files for storage or transmission purposes device driver program that makes it possible for the OS to communicate with peripheral devices