ch4 software

48
Information System for Managers Chapter 4 - Software: Systems and Application Software

Upload: diwakar-kumar

Post on 01-Jul-2015

98 views

Category:

Documents


1 download

TRANSCRIPT

Page 1: Ch4 Software

Information System for Managers

Chapter 4 - Software: Systems and Application Software

Page 2: Ch4 Software

CONTENT

Why Learn about S/WIntroductionSystem Software

Operating System Utility Programs Middleware and Others

Application SoftwareProgramming LanguagesOpen Source Software

Page 3: Ch4 Software

Why Learn About Software?

Systems & application S/W are critical in helping individuals & organizations achieve their goals

Decide – Build or BuyChoose appropriate software platform

considering the skills and experienceNeed to be aware of recent trends and issues to

be effective in business and personal life

Page 4: Ch4 Software

Introduction

Systems software: coordinates the activities and functions of hardware and programs

Computer system platform: combination of a hardware configuration and systems software

Application software: helps users solve particular problems

Computer programs: sequences of instructions for the computer

Documentation: describes program functions

Page 5: Ch4 Software

Systems Software

Operating systemsUtility programsMiddleware and Others

Page 6: Ch4 Software

Operating Systems (continued)

Combinations of OSs, computers, and users Single computer with a single user, e.g. PC Single computer with multiple users, e.g. Main Frame

computer where hundreds of users are working Multiple computers, e.g. network of computers Special-purpose computers, e.g. home appliances

Page 7: Ch4 Software

Operating Systems (continued)

OS is set of programsActivities performed by the operating system

Perform common computer hardware functions Provide a user interface and input/output

management Provide a degree of hardware independence Manage system memory Manage processing tasks Provide networking capability Control access to system resources Manage files

Page 8: Ch4 Software

Operating Systems (continued)

Figure 4.4: The Role of Systems Software

Page 9: Ch4 Software

Operating Systems (continued)

Common hardware functions Get input from keyboard or some other input device Retrieve data from disks Store data on disks Display information on a monitor or printer

Page 10: Ch4 Software

Operating Systems (continued)

User interface and input/output management User interface: allows individuals to access and

command the computer system Command-based user interface: requires that text

commands be given to the computer to perform basic activities

Graphical user interface (GUI): uses icons and menus displayed on screen to send commands to the computer system

Page 11: Ch4 Software

Operating Systems (continued)

Hardware independence Application program interface (API): allows

applications to make use of the operating system If hardware changes, application software need not

change

Memory management Control how memory is allocated, accessed and

maximize available memory and storage Physical Memory vs. Virtual Memory

Page 12: Ch4 Software

Operating Systems (continued)

Figure 4.6: Application Program Interface Links Application Software to the Operating System

Page 13: Ch4 Software

Processing tasks Multitasking: more than one program can run at the

same time Time-sharing: allows more than one person to use a

computer system at the same time Scalability: ability of the computer to handle an

increasing number of concurrent users smoothly

Networking capability Features and capabilities of the OS that aid users in

connecting to a computer network

Operating Systems (continued)

Page 14: Ch4 Software

Operating Systems (continued)

Access to system resources and security Protection against unauthorized access Logins and passwords

File management Ensures that files in secondary storage are available

when needed and that they are protected from access by unauthorized users

Page 15: Ch4 Software

Current OS

Table 4.2: Popular Operating Systems Cross All Three Spheres of Influence

Page 16: Ch4 Software

Current OS (cont)

Microsoft PC operating systems PC-DOS and MS-DOS: early, command-driven OSs Windows XP: greatly improved stability and security

over previous versions of Windows Windows XP Professional X64: for computers with

newer 64-bit capabilities Vista: latest version of Windows Which is the new OS already announced?

Page 17: Ch4 Software

Current OS (cont)

Apple operating systems Often provide cutting edge tools in graphics and

music not available from Microsoft Mac OS X

Jaguar (OS X.2) Panther (OS X.3) Tiger (OS X.4): support for 64-bit computing,

Dashboard, Spotlight, etc.

Page 18: Ch4 Software

Current OS (cont)

Linux Developed by Linus Torvalds in 1991 Open-source product Only the kernel of an OS Several distributions available with

capabilities/applications that form a complete OS Examples: Red Hat Linux, Caldera OpenLinux

Page 19: Ch4 Software

Workgroup Operating Systems

Windows ServerUNIXNetWareRed Hat LinuxMac OS X Server

Page 20: Ch4 Software

Enterprise Operating Systems

z/OSMPE/iXHP-UXLinux

Page 21: Ch4 Software

Operating Systems for Small Computers, Embedded Computers,

and Special-Purpose Devices

Palm OSWindows EmbeddedWindows Mobile

Page 22: Ch4 Software

Utility Programs

Hardware utilities: i.e. check status of Hard DiskVirus-detection and recovery utilitiesFile-compression utilitiesSpam and pop-up blocker utilitiesNetwork and Internet utilitiesServer and mainframe utilities

Monitor network Virtual Machine – Multiple OS on same machine

Other utilities, e.g. Searches for files and documents

Page 23: Ch4 Software

Middleware and Others

Middleware: Software that allows different applications to communicate & exchange data.

WEB Server (e.g. Apache)Application Server (WEBSphere)Transaction Server (Tuxedo)RDBMS (SQL Server 2005)CompilersInterpreters

Page 24: Ch4 Software

Application Software

Primary function is to apply the power of the computer to give individuals, workgroups, and the entire enterprise the ability to solve problems and perform specific tasks, e.g.

Railway Reservation ATM Pay Roll

Application programs interact with systems software; systems software then directs computer hardware to perform the necessary tasks

Page 25: Ch4 Software

Overview of Application Software

Proprietary software: one-of-a-kind program for a specific application, usually developed and owned by a single company, e.g. Pay Roll for Krune Computer Consultancy

Off-the-shelf software: existing software program that is purchased, e.g. Tally

Page 26: Ch4 Software

Overview of Application Software (continued)

Table 4.4: A Comparison of Proprietary and Off-the-Shelf Software

Page 27: Ch4 Software

Overview of Application Software (continued)

Table 4.4: A Comparison of Proprietary and Off-the-Shelf Software (continued)

Page 28: Ch4 Software

Personal Application Software

Serves the needs of an individual userIncludes personal productivity software

Enables users to improve their personal effectiveness

Page 29: Ch4 Software

Personal Application Software (continued)

Table 4.5: Examples of Personal Productivity Software

Page 30: Ch4 Software

Personal Application Software (continued)

Table 4.5: Examples of Personal Productivity Software (continued)

Page 31: Ch4 Software

Personal Application Software (continued)

Software suite: collection of single application programs packaged in a bundle

Microsoft Office: most popular general-purpose software suite

Other general-purpose software suites: Corel’s WordPerfect Office, Lotus SmartSuite, Sun Microsystems’s StarOffice

Integrated application packages: offer a range of capabilities for less money than software suites

Example: Microsoft Works

Page 32: Ch4 Software

Personal Application Software (continued)

Table 4.6: Major Components of Leading Software Suites

Page 33: Ch4 Software

Workgroup Application Software

Workgroup application software: support teamwork, whether people are in the same

location or dispersed around the world Helps groups of people work together more efficiently

and effectivelyExamples Schedule Team Meetings – reflects on individual

calendar Collaborative software for working on same

document, e.g. Track Change Threaded group discussion

Page 34: Ch4 Software

Enterprise Application Software

Software that benefits an entire organization

Page 35: Ch4 Software

Enterprise Application Software

Enterprise resource planning (ERP) software: set of integrated programs that manage a company’s vital business operations for an entire multisite, global organization

Specialized Application Software Forecasting sale for next month Predicting which customer is more likely to buy Which items in supermarket sell together Visualize and analyze the human genome

Page 36: Ch4 Software

Programming Languages

Sets of keywords, symbols, and a system of rules for constructing statements by which humans can communicate instructions to be executed by a computer

Different languages have different characteristics

Syntax: a set of rules associated with a programming language

Page 37: Ch4 Software

The Evolution of Programming Languages

3G Example – C, COBOL, FORTRAN Table 4.9: The Evolution of Programming Languages

Page 38: Ch4 Software

3GL Vs 4GL

3GL Tells how to do More Efficient More flexible

4GL Tells what to do (How part left on system) Higher productivity

Embedding 4GL in 3GL – Best of both worlds3GL Object oriented programming languages

are based on objects, e.g. C++, Java

Page 39: Ch4 Software

The Evolution of Programming Languages (continued)

Figure 4.21: Reusable Code in Object-Oriented Programming

Page 40: Ch4 Software

Complier and Interpreter

Compiler: a special software program that converts programmer’s source code into machine-language program

Interpreter: a special software program that converts programmer’s instruction (One at a time) into machine-language instructions and executes them

Page 41: Ch4 Software

The Evolution of Programming Languages (continued)

Figure 4.23: How a Compiler Works

Page 42: Ch4 Software

Software Issues and Trends

Because software is such an important part of today’s computer systems, software issues have received increased attention

Major software issues and trends discussed in the text

Software bugs, copyright, software licensing, open-source software, shareware and public domain software, multiorganizational software development, software upgrades, and global software support

Page 43: Ch4 Software

Software Issues and Trends (Cont)

Software bug: defect in a computer program that keeps it from performing as it is designed to perform

Most software products are protected by law using copyright or licensing provisions

In some cases, you are given unlimited use of software on one or two computers

In other cases, you pay for your usage—if you use the software more, you pay more

Some software now requires that you register or activate it before it can be fully used

Page 44: Ch4 Software

Open-Source Software

Open-source software: software freely available to anyone in a form that can

be easily modified (System Software, Utility or Application Software)

Some widely used open-source software: Linux OS, Free BSD, Apache, Sendmail, Perl

Open-source software disadvantages systems can contain hidden costs, particularly for

user support or solving problems with the software However community or paid third party support made

available

Page 45: Ch4 Software

Open-Source Software (continued)

Table 4.10: Examples of Open-Source Software

Page 46: Ch4 Software

Shareware, Freeware, and Public Domain Software

Shareware and freeware: Software that is very inexpensive or free Source code cannot be modified Source code may not be available (Acrobat Reader)

Public domain software: Shareware and freeware that is in the public domain Not protected by copyright law Can be freely copied and used May not be open source

Open Source Source is available

Page 47: Ch4 Software

Software Upgrades

Software companies revise their programs and sell new versions periodically

Revised software may or may not offer any major additional capabilities

Revised software may have patches for bugsRevised software can contain bugs or errors

Users should not be first to work at the latest version Who should be first?

Software upgrades usually cost much less than the original purchase price

Page 48: Ch4 Software

Global Software Support

Vendors face the challenge of providing adequate support for their software customers in all locations of the world

Trend of outsourcing global support to one or more third-party distributors