System Software Chapter 4 of Computers: Understanding Technology (Third edition) 1September 16, 2009 - William Pegram.

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.
Introduction to Computers Section 6A. home The Operating System (OS) The operating system (OS) is software that controls the interaction between hardware.
Systems Software System Software Enables the applications software to interact with the computer and Helps the computer manage its internal and external.
Chapter 7 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.
Professor Michael J. Losacco CIS 1110 – Using Computers Operating Systems & Utility Programs Chapter 7.
Chapter 8 Operating Systems and Utility Programs.
Two Broad Categories of Software
Unit 6- Operating Systems.  Identify the purpose of an OS  Identify different operating systems  Describe computer user interaction with multiple operating.
55 CHAPTER SYSTEM SOFTWARE. © 2005 The McGraw-Hill Companies, Inc. All Rights Reserved. 5-2 Competencies Describe the differences between system software.
System Software Matt Bardsley Comm 165. System Software System software handles technical details Consists of four types of programs.
Copyright 2003 The McGraw-Hill Companies, Inc CHAPTER System Software computing ESSENTIALS    
Chapter 5 System Software.
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.
Lesson 4 Computer Software
Operating Systems and Utility Programs
Discovering Computers 2009 Chapter 8 Operating Systems and Utility Programs.
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.
Lesson 6 Operating Systems and Software
Chapter 8 Operating Systems and Utility Programs.
Chapter 8 Operating Systems and Utility Programs Serena Oldhouser.
BUSINESS COMPUTER APPLICATION University of Palestine College of Business Instructor: Mr. Ahmed Abumosameh.
INTRODUCTION TO COMPUTING CHAPTER NO. 03. Operating Systems and Utility Programs Functions of Operating Systems Types of Operating Systems (Standalone.
Computer Software What is system software?
COMPUTER SOFTWARE Section 2 “System Software: Computer System Management ” CHAPTER 4 Lecture-6/ T. Nouf Almujally 1.
Chapter 4 System Software.
Software GCSE COMPUTING.
3 3 3 CHAPTER System Software. 3 Objectives By the end of this lecture, you should know how to: –Describe the differences between system software and.
University of Management & Technology 1 Operating Systems & Utility Programs.
What is Computer Software?. Hardware vs Software Got to have both to get the job done!
Software Software consists of the instructions issued to the computer to perform specific tasks. –The software on a computer system refers to the programs.
Operating Systems TexPREP Summer Camp Computer Science.
Chapter 8: Operating Systems and Utility Programs Catherine Gifford Dan Falgares.
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.
Chapter 7 Operating Systems and Utility Programs.
1 Chapter 7 Operating System & Utility Programs.  consists of the programs that control or maintain the operations of the computer and its devices. It.
5 SYSTEM SOFTWARE CHAPTER
© Paradigm Publishing Inc. 4-1 OPERATING SYSTEMS.
Chapter 8 Operating Systems and Utility Programs.
System Software Chapter Copyright © 2011 by The McGraw-Hill Companies, Inc. All rights reserved.
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.
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.
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Chapter 6A Operating System Basics PART I.
System Software Chapter Handles technical details Works with end users, application software, and computer hardware Four types of programs –Operating.
Discovering Computers 2009 Chapter 8 Operating Systems and Utility Programs.
OPERATING SYSTEM REVIEW. System Software The programs that control and maintain the operation of the computer and its devices The two parts of system.
CHAPTER 2 COMPUTER SOFTWARE. LEARNING OUTCOMES At the end of this class, students should be able to:  Explain the significance of software  Define and.
Chapter 8 Operating Systems and Utility Programs.
System Software Chapter Handles technical details Works with end users, application software, and computer hardware Four types of programs –Operating.
Chapter 8 Operating Systems and Utility Programs.
Operating System Review
Chapter 8 Operating Systems and Utility Programs.
Chapter 7 Operating Systems and Utility Programs
TexPREP Summer Camp Computer Science
Chapter 4 The Power behind the Power
5 SYSTEM SOFTWARE CHAPTER
Computer Software CS 107 Lecture 2 September 1, :53 PM.
Operating System Review
Operating System Review
5 SYSTEM SOFTWARE CHAPTER
5 SYSTEM SOFTWARE CHAPTER
Introduction to Computer Software
Presentation transcript:

System Software Chapter 4 of Computers: Understanding Technology (Third edition) 1September 16, William Pegram

System Software in Context Hardware –Input (Ch. 2) –Processing (Ch. 2) –Output (Ch. 3) –Storage (Ch. 3) Software –System software(Ch. 4) –Application software (Ch. 5) 2September 16, William Pegram

System Software Operating Systems Utility Programs Language Translators – Compiler, Interpreter 3September 16, William Pegram

Operating Systems When computer is started, part of operating system is loaded into random access memory (RAM) from the boot drive (typically the hard drive) Functions of operating system –Managing main memory –Controlling peripheral devices –Managing file operations –Monitoring system performance –Providing user interface 4September 16, William Pegram

Operating System Functions Output buffers – selected areas of RAM which hold data waiting to be transferred to an output device – This frees the CPU to move on to something else; output device will often be slower – print spooling is example Multitasking – User can work on more than 1 application at the same time Drivers – programs that allow the operating system to communicate with a peripheral device – the driver is often specific to a specific device, manufacturer and model number; typically this means that the application program need only know how to communicate with Windows and not with each peripheral device 5September 16, William Pegram

Operating System Functions (cont.) Security features –Operating system can force user to enter a correct username and password to access the computer –Windows XP and Windows Vista can provide multiple user accounts on a single machine and different levels of privileges among the accounts 6September 16, William Pegram

User Interfaces Command line – e.g. DOS Graphical User Interface (GUI) – e.g. Windows Graphical user interface was used in the Alto computer developed by Xerox Palo Alto Research Center, and later used in the Apple Lisa and Macintosh computers 7September 16, William Pegram

Elements of GUI On-Screen desktop with graphical elements displayed – icons, buttons, etc. Display windows – title bar, scroll bar, and other common features Menus with drop down menus Toolbars with icons Dialog boxes to provide information and prompt responses – tabs, radio buttons, checkboxes, text boxes, OK/cancel buttons 8September 16, William Pegram

Personal Computer Operating Systems Windows XP (ITN 114) Windows Vista Macintosh IBM OS/2 Linux (ITN 170, ITN 270) 9September 16, William Pegram

Server Operating Systems Some operating systems are used with networks, allowing multiple users to connect to the server 10September 16, William Pegram

Server Operating Systems Novell NetWare Windows NT Server Windows 2000 Server (ITN 111) Windows 2003 Server (ITN 115) Windows 2008 Server Unix (ITN 171 and ITN 271) Linux (ITN 170 and ITN 270) 11September 16, William Pegram

Wireless Device Operating Systems Palm OS Windows Mobile 12September 16, William Pegram

Utility Programs Antivirus – Norton, Symantec, McAfee Firewalls – security system that acts as boundary to protect computer or network Diagnostic Uninstaller – remove all files associated with a program Disk scanner – identify bad sectors Disk defragmenters File compression – WinZip, PKZIP, and Stuffit 13September 16, William Pegram

Utility programs (cont.) Backup Disk toolkits – fix problems with a disk Spam blocker Anti-spyware – Windows Defender 14September 16, William Pegram

Language Translators Programmers generally write programs in high-level languages – Java, COBOL, Fortran Compilers translates entire program into machine language file; that file is then executed whenever program is run Interpreter translates one statement at a time without producing a file, so repeated runs require interpreter each time 15September 16, William Pegram