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.

Slides:



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

Objectives Overview Define an operating system
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 5 System Software.
Professor Michael J. Losacco CIS 1110 – Using Computers Operating Systems & Utility Programs Chapter 7.
System Software Chapter 5 McGraw-Hill/Irwin Copyright © 2008 by The McGraw-Hill Companies, Inc. All rights reserved.
System Software Chapter Describe the differences between system software and application software Discuss the four types of system software Discuss.
Chapter 8 Operating Systems and Utility Programs.
55 CHAPTER SYSTEM SOFTWARE. © 2005 The McGraw-Hill Companies, Inc. All Rights Reserved. 5-2 Competencies Describe the differences between system software.
INFORMATION TECHNOLOGY, THE INTERNET, AND YOU
McGraw-Hill/Irwin Copyright © 2008 by The McGraw-Hill Companies, Inc. All rights reserved. Chapter 5 System Software.
Copyright 2003 The McGraw-Hill Companies, Inc CHAPTER System Software computing ESSENTIALS    
Chapter 5 System Software.
Chapter 8 Operating Systems and Utility Programs By: James Granahan.
Living in a Digital World Discovering Computers 2010.
Learning Outcomes At the end of this lesson, students should be able to: State the types of system software – Operating system – Utility system Describe.
Lesson 4 Computer Software
Lesson 4: What Is Software?
Operating Systems Operating System
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 8 Operating Systems and Utility Programs
Lesson 6 Operating Systems and Software
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.
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.
 2002 Prentice Hall Chapter 4 Software Basics: The Ghost in the Machine.
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.
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.
Explain the purpose of an operating system
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 8: Operating Systems and Utility Programs Catherine Gifford Dan Falgares.
McGraw-Hill/Irwin Copyright © 2007 by The McGraw-Hill Companies, Inc. All rights reserved. Chapter 5 System Software.
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.
Kuliah 4 Pengantar Teknologi Informasi Oleh Coky Fauzi Alfi cokyfauzialfi.wordpress.com Software.
OPERATING SYSTEM - program that is loaded into the computer and coordinates all the activities among computer hardware devices. -controls the hardware.
McGraw-Hill Technology Education © 2006 by the McGraw-Hill Companies, Inc. All rights reserved. 55 CHAPTER SYSTEM SOFTWARE.
© Paradigm Publishing, Inc. 4-1 Chapter 4 System Software Chapter 4 System Software.
CSC190 Introduction to Computing Operating Systems and Utility Programs.
Chapter 9 Operating Systems Discovering Computers Technology in a World of Computers, Mobile Devices, and the Internet.
Digital Communication Systems Comp Functions of the Operating System.
CONTENT  Introduction Introduction  Operating System (OS) Operating System (OS) Operating System (OS)  Summary Summary  Application Software Application.
Computing Fundamentals Module Lesson 23 — Computer Software
Chapter 2 – Part 1 Introduction To Windows Operating Systems CMPF 112 : COMPUTING SKILLS.
BMTS 242: Computer and Systems Lecture 5: Yousef Alharbi Website
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Chapter 6A Operating System Basics PART I.
Computer Operating Systems And Software applications.
System Software Chapter Handles technical details Works with end users, application software, and computer hardware Four types of programs –Operating.
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.
Operating System Basics. Outline The User Interface Running Programs Managing Files Managing Hardware Utility Software.
Chapter 8 Operating Systems and Utility Programs.
Computers: Tools for an Information Age
Chapter 8 Operating Systems and Utility Programs.
5 SYSTEM SOFTWARE CHAPTER
5 SYSTEM SOFTWARE CHAPTER
5 SYSTEM SOFTWARE CHAPTER
Introduction to Computer Software
Presentation transcript:

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 in a certain order. Programs

The Two Main Categories of Software Application Software System Software

System software includes programs that manage the basic operations of a computer such as starting up and saving and printing files.

Application Software Application software includes programs that perform a single task such as spreadsheet analysis.

Operating System manages main memory, or RAM controls and configures peripheral devices formats and copies disks manages essential file operations monitors system performance provides a user interface.

How A Computer Boots Up

RAM Windows loads portions of code into all three areas of RAM on startup.

Platform Platform is determined by the type of computer and processor.

Software User Interfaces All software, including operating systems, must have a user interface to allow communication between the software and the user. The interface controls the manner in which data and commands are entered and the way information and processing options are presented on the screen.

Two Types of User Interfaces Command-line interfaces Graphical user interfaces (GUIs)

Command-line interfaces Designed to accept commands from the user in the form of lines of text code. The DOS operating system has a command-line interface.

Graphical User Interfaces (GUIs) Accept user commands in the form of mouse clicks on icons or menu items.

Graphical User Interfaces (GUIs) Common command icons On-screen desktop Display windows Key feature option menus Dialog boxes Online Help

PC Operating Systems Microsoft Windows Novell NetWare Macintosh, UNIX, and OS/2

Microsoft Windows D eveloped in 1985 Increasingly has dominated PC market Most recent version: Windows XP Has required more powerful microprocessors and more disk space with each release (software driving hardware) Under development: Windows Longhorn (working name)

Microsoft Windows Clicking the Start button in Windows XP displays a menu of options, including: My Documents My Recent Documents My Computer My Network Places Help and Support Search Run Log Off Shut Down And others...

Microsoft Windows Windows and other GUIs allow users to work with multiple applications at the same time.

Novell NetWare Novell NetWare is a popular and widely used operating system for microcomputer-based local area networks.

UNIX Uses a complex command- line interface Offers simultaneous access by many users to a single powerful computer Cross-platform operating system UNIX was the first language of the Internet.

Macintosh The Mac OS was the first commercial GUI, serving as a model for the Windows GUI that followed. Long a favorite of graphic artists and designers, the Mac OS only runs on Apple Macintosh computers.

Macintosh OSX Its newest version, Mac OS X, includes a new interface called Aqua and is based on the UNIX operating system.

OS/2 Operating Systems IBM’s OS/2 GUI operating system was developed to compete with Microsoft Windows and the Apple Mac OS. The latest version, OS/2Warp, can run programs written for both DOS and Windows systems. A network server version also has been developed.

Server Operating Systems Windows NT Server Windows 2000 Server Windows Server 2003 UNIX Linux Netware 6

Wireless Device Operating Systems Palm OSWindows CEPocket PC

Microsoft’s.NET Initiative – The.NET Initiative incorporates applications and a suite of tools and services that operate over the Internet, using XML. – Users will rent applications over the Internet and will be able to integrate fax, , and phone services. – The Internet will house all of a user’s data.

Utilities A utility program performs a single maintenance or repair task.

Utilities Virus checkers Diagnostic utilities Uninstallers Disk scanners Disk defragmenters File compression utilities Backup utilities Disk toolkits Spam blockers

Language Translators Convert high-level program languages into machine language so the computer can run the program.

Types of Language Translators Compilers Interpreters

Compilers Compilers translate an entire program at once

Interpreters Interpreters act on just one line of instruction at a time.

On the Horizon USER-FRIENDLY SYSTEM SOFTWARE In the future, system software users may be able to click on wizard icons to automatically perform tasks such as formatting disks or copying files. IMPROVED UTILITIES SOFTWARE Suites containing all needed utilities, including antivirus programs, a firewall that automatically blocks Internet hackers, and programs that can identify hacker locations. NEW USER INTERFACE DESIGN FOR OPERATING SYSTEMS Operating systems for the PC are evolving in an “all-in-one” direction. LINUX: AN OPEN-SOURCE CHALLENGE TO WINDOWS? Fans of Linux praise its stability, flexibility, and generally low cost (vendors usually package it with various tools; hence there is a charge).