Chapter 4: System Software The Power Behind the Computer.

Slides:



Advertisements
Similar presentations
What is Computer Software?. Hardware vs Software Got to have both to get the job done!
Advertisements

What is Computer Software?. Hardware vs Software Got to have both to get the job done!
COMPUTERS: TOOLS FOR AN INFORMATION AGE Chapter 3 Operating Systems.
Computers Are Your Future Twelfth Edition Chapter 4: System Software Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall 1.
Systems Software System Software Enables the applications software to interact with the computer and Helps the computer manage its internal and external.
What is an operating system? Is it software?
Chapter 8 Operating Systems and Utility Programs
Chapter 8 Operating Systems and Utility Programs.
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.
UNIX Chapter 01 Overview of Operating Systems Mr. Mohammad A. Smirat.
Two Broad Categories of Software
Operating Systems: Software in the Background
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.
System Software Matt Bardsley Comm 165. System Software System software handles technical details Consists of four types of programs.
System Software Chapter 5 The Director © The McGraw-Hill Companies, Inc., 2000.
1 CMOS Configuration Chip. 1 Jumpers 1 Software n The intelligence of the computer n Computer programs, or instructions to perform a specific task n.
Computer Forensics Principles and Practices by Volonino, Anzaldua, and Godwin Chapter 6: Operating Systems and Data Transmission Basics for Digital Investigations.
Copyright 2003 The McGraw-Hill Companies, Inc CHAPTER System Software computing ESSENTIALS    
Chapter 5 System Software.
LECTURE 14 Operating Systems and Utility Programs
Chapter 8 Operating Systems and Utility Programs By: James Granahan.
Professor Michael J. Losacco CIS 1150 – Introduction to Computer Information Systems System Software Chapter 4.
Week 6 Operating Systems.
Hardware vs. Software Computer systems consist of both hardware and software. Hardware refers to anything you can physically touch. Keyboards, mice, monitors,
© Paradigm Publishing Inc. 4-1 Chapter 4 System Software.
Chapter 4 Operating Systems and File Management. 4 Chapter 4: Operating Systems and File Management 2 Chapter Contents  Section A: Operating System Basics.
University of Management & Technology Operating Systems & Utility Programs.
BUSINESS COMPUTER APPLICATION University of Palestine College of Business Instructor: Mr. Ahmed Abumosameh.
Understanding Computers1 Chapter 5 System Software: Operating Systems and Utilities.
Chapter 4 System Software.
What is Computer Software?. Hardware vs Software Got to have both to get the job done!
System Software Chapter 4 of Computers: Understanding Technology (Third edition) 1September 16, William Pegram.
How Hardware and Software Work Together
Software Software consists of the instructions issued to the computer to perform specific tasks. –The software on a computer system refers to the programs.
Chapter 4 System Software. Software Programs that tell a computer what to do and how to do it. Sets of instructions telling computers to perform actions.
System Software CSCI-N 100 Department of Computer and Information Science.
Gorman, Stubbs, & CEP Inc. 1 Introduction to Operating Systems Lesson 1 Introduction to Operating Systems.
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).
Yuh-Jzer JoungSystems Software The Power Behind the power.
© Paradigm Publishing Inc. 4-1 OPERATING SYSTEMS.
Operating Systems, Utilities, and Networks Unit 6 Lesson 1 Exercise 3 & 4.
E- Learning and Writing Skills IGGU 1101 Operating System Windows Dr. Sana’a Wafa Al-Sayegh.
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.
Module 2 Part I Introduction To Windows Operating Systems Intro & History Introduction To Windows Operating Systems Intro & History.
© 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.
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.
Chapter 2 – Part 1 Introduction To Windows Operating Systems CMPF 112 : COMPUTING SKILLS.
CH CHAPTER Browsers, Information Managers, and System Software.
Systems Software. Systems software Applications software such as word processing, spreadsheet or graphics packages Operating systems software to control.
Computer Operating Systems And Software applications.
Copyright © 2003 by Prentice Hall 1 Computers: Tools for an Information Age Chapter 3 Operating Systems: Software in the Background BSM025 Computers.
Chapter 2 Operating Systems
Computers: Tools for an Information Age
Chapter 8 Operating Systems and Utility Programs.
Introduction to Operating Systems
Chapter 4 – Introduction to Operating System Concepts
برامج النظام Software Systems
Chapter 4 The Power behind the Power
5 SYSTEM SOFTWARE CHAPTER
Computer Software CS 107 Lecture 2 September 1, :53 PM.
برامج النظام System Software
Copyright 2003 The McGraw-Hill Companies, Inc.
5 SYSTEM SOFTWARE CHAPTER
Chapter 4 The Power behind the Power
Introduction to Computer Software
Presentation transcript:

Chapter 4: System Software The Power Behind the Computer

Classifications of Systems Software Operating System Utility Programs Language Translators

Operating System Master System of programs used to manage the computer. –Resource Management –User Interface Components –Kernel/Monitor/supervisor/resident portion –Non-resident portion/ –Device Drivers

Operating System Tasks Booting Managing Storage Media User Interface –CLI –Menu –GUI

O/S Tasks (continued) Resource Management –Time –Memory –Storage File management Task management

Task Management Multiprogramming Multiprocessing Multitasking Time-sharing

File Management Copy files Move files System/file backup Rename files Erase files

Common Operating Systems PC* Operating Systems –Macintosh OS –OS/2 –Microsoft OS’s DOS Windows 3.x Windows 9x (Me) Windows NT/2000 –Novell Netware

Common OSs (Continued Unix –BSD –ATT System V –Linux (PC) –FreeBSD family (PC and others) VMS (DEC Vax computers) VM (IBM Mainframe) Palm

Operating Environment A “Shell” added to an OS to give a particular user interface. Examples –Windows 3.x over DOS –Workplace Shell for OS/2 –X – a windowing environment for many OSs especially various versions of Unix

Utility Programs Enhance existing functions or provide services not provided by the O/S Examples –Data recovery –Backup –Anti-virus –Disk repair –Compression

Language Translators Programs used to translate Source programs into Machine programs.