CSCE101 – Ch 3 September 14 & 16, 2006. Chapter 3 Computer Software = System Software + Application Software Delineation unclear – (ex. Microsoft Antitrust)

Slides:



Advertisements
Similar presentations
Copyright © 2008 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Chapter 3: Operating Systems Computer Science: An Overview Tenth Edition.
Advertisements

Lesson 6. The Computer Operation Computer Operating Systems GUI vs. Command line The Microsoft Windows Family File Systems – How Computers Manage Data.
Operating Systems Manage system resources –CPU scheduling –Process management –Memory management –Input/Output device management –Storage device management.
Chapter 1 Introduction to Computer Operating System.
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 6 Review System Software: Operating Systems and Utilities.
Professor Michael J. Losacco CIS 1110 – Using Computers Operating Systems & Utility Programs Chapter 7.
Operating Systems: Software in the Background
1 Chapter 2 Operating Systems: Software in the Background.
Figure 1.1 Interaction between applications and the operating system.
Lecture 1: Introduction CS170 Spring 2015 Chapter 1, the text book. T. Yang.
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.
System Software, functions of an operating system
Slide 3-1 Copyright © 2004 Pearson Education, Inc. Operating Systems: A Modern Perspective, Chapter 3.
LECTURE 14 Operating Systems and Utility Programs
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.
System Software Operating System Boot Process Files Misc.
Week 6 Operating Systems.
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.
IT Introduction to Information Technology CHAPTER 08 – Operating System.
Chapter 8 Operating Systems and Utility Programs
Computer Concepts 2013 Chapter 4 Operating Systems and File Management.
Chapter 4 Operating Systems and File Management. 4 Chapter 4: Operating Systems and File Management 2 Chapter Contents  Section A: Operating System Basics.
Operating System. Architecture of Computer System Hardware Operating System (OS) Programming Language (e.g. PASCAL) Application Programs (e.g. WORD, EXCEL)
CS 1308 Computer Literacy and the Internet. Introduction  Von Neumann computer  “Naked machine”  Hardware without any helpful user-oriented features.
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.
Copyright © 2008 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Chapter 3: Operating Systems Computer Science: An Overview Tenth Edition.
How Hardware and Software Work Together
Operating Systems TexPREP Summer Camp Computer Science.
System Software CSCI-N 100 Department of Computer and Information Science.
1 Pertemuan 5 Software: System Software Matakuliah: T0604-Pengantar Teknologi Informasi Tahun: 2008 Versi: 2.0/0.0 Williams, B.K, Stacy C. Sawyer (2007).
System Software Provides GUI Manages the resources of the computer system Defines the Software Platform Components of System Software Operating system.
Slide 3-1 Copyright © 2004 Pearson Education, Inc. Operating Systems: A Modern Perspective, Chapter 3.
Chapter 3 Operating Systems © 2007 Pearson Addison-Wesley. All rights reserved.
Chapter 3: Operating Systems
Software Chapter 2. Basic Types of Software System software - provides an environment in which the application software can run Applications software.
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.
Chapter 3 Operating Systems. © 2005 Pearson Addison-Wesley. All rights reserved 3-2 Chapter 3 Operating Systems 3.1 The Evolution of Operating Systems.
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Chapter 6A Operating System Basics PART I.
IT Essentials 1 v3 Module 4 JEOPARDY IT Essentials 1 RouterModesWANEncapsulationWANServicesRouterBasicsRouterCommands RouterModesWANEncapsulationWANServicesRouterBasicsRouterCommands.
By Nanda Page Operating Systems. Without the operating system, a computer is only devices connected together….. Operating system brings life to computer.
OPERATING SYSTEM REVIEW. System Software The programs that control and maintain the operation of the computer and its devices The two parts of system.
CT101: Computing Systems Introduction to Operating Systems.
Copyright © 2003 by Prentice Hall 1 Computers: Tools for an Information Age Chapter 3 Operating Systems: Software in the Background BSM025 Computers.
Introduction to Operating Systems Concepts
Software.
Computers: Tools for an Information Age
Nat 4/5 Computing Science Software
Introduction to comp. and prog. CS 101 G 964
Chapter Objectives In this chapter, you will learn:
Operating System Review
Computer Software.
Chapter 4 – Introduction to Operating System Concepts
TexPREP Summer Camp Computer Science
Chapter 4 The Power behind the Power
Operating System Review
Operating System Review
Chapter 4 The Power behind the Power
The Operating system Gives life to the hardware
Operating Systems: A Modern Perspective, Chapter 3
The Main Features of Operating Systems
Presentation transcript:

CSCE101 – Ch 3 September 14 & 16, 2006

Chapter 3 Computer Software = System Software + Application Software Delineation unclear – (ex. Microsoft Antitrust) System Software = Operating System + Device Drivers + Utility Programs Operating System Interface:

Operating Systems UNICOS,COS MVS,VM Windows, Unix Mac OS PenRight

Application Software Internet Explorer, Mozilla Firefox MS Word Notepad Dropbox Application software is often platform- dependent

Functions of OS Provides User Interface Manages Itself Manages CPU Manages Memory Manages Files Manages Security

Managing Itself ROM BIOS, Bootstrapping, Cold Boot, Warm Boot Diagnostics, POST, Boot Device, Boot Sector, Embedded Systems, Ctrl-Alt-Del Supervisor (Kernel) – critical piece of software. Considered a challenging programming task. Microkernels vs. monolithic kernels System calls

Boot Process When you turn your computer on… …the processor automatically begins… …executing the part of the operating system’s startup system (BIOS) located in ROM. These instructions help load the operating system from the hard disk into RAM (main memory), and… …then they pass control to the OS.

Manages CPU CPU – Central Processing Unit Von Neumann’s Architecture – one process per CPU Sequential vs. Parallel processing Single processor, dual core, multiple processors Multitasking Multiprocessing, thrashing Time-sharing, priority (dynamic and static) Multiprogramming

Manages Memory Memory, storage – Primary, secondary RAM Storage Hierarchy - caches, buffers, registers Bottlenecks Spooling Virtual memory and paging

File Management Folders (directories) Paths C:/mydocuments/termpaper/section1.doc File extensions

Manages Security Access control Passwords Firewalls Interprocess protection