Вы находитесь на странице: 1из 66

Copyright 2006, The McGraw-Hill Companies, Inc. All rights reserved.

4-1

Chapter

4
Computer Software

Copyright 2006, The McGraw-Hill Companies, Inc. All rights reserved.

4-2

Learning Objectives 1. Describe several important trends occurring in computer software. 2. Give examples of several major types of application and system software. 3. Explain the purpose of several popular software packages for end user productivity and collaborative computing.
Copyright 2006, The McGraw-Hill Companies, Inc. All rights reserved. 4-3

Learning Objectives 4. Outline the functions of an operating system. 5. Describe the main uses of computer programming software, tools, and languages.

Copyright 2006, The McGraw-Hill Companies, Inc. All rights reserved.

4-4

What is Software? Definition: Various kinds of programs used to operate computers and related devices

Copyright 2006, The McGraw-Hill Companies, Inc. All rights reserved.

4-5

Types of Software

Copyright 2006, The McGraw-Hill Companies, Inc. All rights reserved.

4-6

Types of Software Application Software - performs information processing tasks for end users System Software manages and supports operations of computer systems and networks

Copyright 2006, The McGraw-Hill Companies, Inc. All rights reserved.

4-7

Application Software General-Purpose programs that perform common information processing jobs for end users

Application-Specific support specific applications of end users in business and other fields

Copyright 2006, The McGraw-Hill Companies, Inc. All rights reserved.

4-8

How is Software Developed? Custom Software software applications that are developed within an organization for use by that organization

Commercial Off-the-shelf (COTS) Software software that is developed by a software developer with the intention of selling the software in multiple copies

Copyright 2006, The McGraw-Hill Companies, Inc. All rights reserved.

4-9

General-Purpose Application Software Software Suites Web Browsers Electronic Mail Word Processing Spreadsheets Database Managers Presentation Graphics Personal Information Managers Groupware
4 - 10

Copyright 2006, The McGraw-Hill Companies, Inc. All rights reserved.

Software Suites

Copyright 2006, The McGraw-Hill Companies, Inc. All rights reserved.

4 - 11

Integrated Packages Definition: Combine some of the functions of several programs into one software package

Copyright 2006, The McGraw-Hill Companies, Inc. All rights reserved.

4 - 12

Graphical User Interface (GUI) Definition: Icons, tool and status bars, menus, and so on, which gives an application its look and feel

Copyright 2006, The McGraw-Hill Companies, Inc. All rights reserved.

4 - 13

Web Browser Definition: Software interface used to point and click through the hyperlinked resources of the Internet

Copyright 2006, The McGraw-Hill Companies, Inc. All rights reserved.

4 - 14

Web Browser

Copyright 2006, The McGraw-Hill Companies, Inc. All rights reserved.

4 - 15

Electronic Mail & Instant Messaging Electronic Mail software used to send and receive electronic messages and file attachments via the Internet, intranets or extranets Instant Messaging (IM) software used to send and receive electronic messages instantly to facilitate real time communication and collaboration
Copyright 2006, The McGraw-Hill Companies, Inc. All rights reserved. 4 - 16

E-mail

Copyright 2006, The McGraw-Hill Companies, Inc. All rights reserved.

4 - 17

Word Processing & Desktop Publishing Word Processing software that supports the creation, editing, revision and printing of documents

Desktop Publishing (DTP) software that supports the production of materials that look professionally published

Copyright 2006, The McGraw-Hill Companies, Inc. All rights reserved.

4 - 18

Word Processing

Copyright 2006, The McGraw-Hill Companies, Inc. All rights reserved.

4 - 19

Electronic Spreadsheets Definition: Software that supports the development of electronic worksheets consisting of rows and columns used for business analysis, planning and modeling

Copyright 2006, The McGraw-Hill Companies, Inc. All rights reserved.

4 - 20

Spreadsheets

Copyright 2006, The McGraw-Hill Companies, Inc. All rights reserved.

4 - 21

Presentation Graphics Definition: Software that helps convert numeric data into graphics displays and prepare multimedia presentations including graphics, photos, animation, and video clips

Copyright 2006, The McGraw-Hill Companies, Inc. All rights reserved.

4 - 22

Presentation Software

Copyright 2006, The McGraw-Hill Companies, Inc. All rights reserved.

4 - 23

Graphics Software

Copyright 2006, The McGraw-Hill Companies, Inc. All rights reserved.

4 - 24

Video Software

Copyright 2006, The McGraw-Hill Companies, Inc. All rights reserved.

4 - 25

Personal Information Manager (PIM) Definition: Software for end user productivity and collaboration

Copyright 2006, The McGraw-Hill Companies, Inc. All rights reserved.

4 - 26

Groupware Definition: Software that helps workgroups and teams work together to accomplish group assignments

Copyright 2006, The McGraw-Hill Companies, Inc. All rights reserved.

4 - 27

Software Alternatives Purchase Commercial Off-The-Shelf software Application Service Providers companies that own, operate, and maintain application software and the computer system resources required to offer the use of the application software for a fee as a service over the Internet
Copyright 2006, The McGraw-Hill Companies, Inc. All rights reserved. 4 - 28

Software Licensing Purchasing the right to use specific software under the terms of the software licensing agreement

Protects the vendors intellectual property right

Copyright 2006, The McGraw-Hill Companies, Inc. All rights reserved.

4 - 29

System Software
System Management Programs programs that manage the hardware, software, network, and data resources of computer systems during the execution of various information processing jobs of end users System Development Programs programs that help users develop information system programs and procedures and prepare user programs for computer processing

Copyright 2006, The McGraw-Hill Companies, Inc. All rights reserved.

4 - 30

Operating System Definition: An integrated system of programs that manages the operations of the CPU, controls the input/output and storage resources and activities of the computer system, and provides various support services as the computer executes the application programs of users

Copyright 2006, The McGraw-Hill Companies, Inc. All rights reserved.

4 - 31

Operating System Functions

Copyright 2006, The McGraw-Hill Companies, Inc. All rights reserved.

4 - 32

User Interface Definition: The part of the operating system that allows you to communicate with it so you can load programs, access files, and accomplish other tasks

Copyright 2006, The McGraw-Hill Companies, Inc. All rights reserved.

4 - 33

Types of User Interfaces Command-Driven Menu-Driven

Graphical User Interfaces

Copyright 2006, The McGraw-Hill Companies, Inc. All rights reserved.

4 - 34

Resource Management Definition: Programs to manage the hardware and networking resources of a computer system, including its CPU, memory, secondary storage devices, telecommunications processors, and input/output peripherals

Copyright 2006, The McGraw-Hill Companies, Inc. All rights reserved.

4 - 35

File Management Definition: Programs that control the creation, deletion, and access of files of data and programs as well as keeping track of the physical location of files on magnetic disks and other secondary storage devices

Copyright 2006, The McGraw-Hill Companies, Inc. All rights reserved.

4 - 36

Task Management Definition: Programs that control which task gets access to the CPU and for how much time

Multitasking approach that allows for several computing tasks to be performed in a seemingly simultaneous fashion

Copyright 2006, The McGraw-Hill Companies, Inc. All rights reserved.

4 - 37

Popular Operating Systems Microsoft Windows UNIX

Linux Mac OS X

Copyright 2006, The McGraw-Hill Companies, Inc. All rights reserved.

4 - 38

Other System Management Programs Performance Monitors programs that monitor and adjust the performance and usage of one or more computer systems to keep them running efficiently Security Monitors programs that monitor and control the use of computer systems and provide warning messages and record evidence of unauthorized use of computer resources
Copyright 2006, The McGraw-Hill Companies, Inc. All rights reserved. 4 - 39

Application Servers Definition: Software which provides an interface between an operating system and application programs of users Middleware software that helps diverse software applications and networked computer systems exchange data and work together more efficiently
Copyright 2006, The McGraw-Hill Companies, Inc. All rights reserved. 4 - 40

Programming Language

Copyright 2006, The McGraw-Hill Companies, Inc. All rights reserved.

4 - 41

Programming Languages

Copyright 2006, The McGraw-Hill Companies, Inc. All rights reserved.

4 - 42

Machine Languages All program instructions had to be written using binary codes unique to each computer

Programmers had to have a detailed knowledge of the internal operations of the specific type of CPU

Copyright 2006, The McGraw-Hill Companies, Inc. All rights reserved.

4 - 43

Assembler Languages Alphabetic abbreviations and symbols are used to represent operation codes and storage locations

Language translator programs are required to convert the instructions into machine instructions

Copyright 2006, The McGraw-Hill Companies, Inc. All rights reserved.

4 - 44

High-Level Languages Instructions that use brief statements or arithmetic expressions Each statement generates several machine instructions when translated by compilers or interpreters

Copyright 2006, The McGraw-Hill Companies, Inc. All rights reserved.

4 - 45

Fourth-Generation Languages Nonprocedural programmers specify results while computer determines the sequence of instructions that will accomplish those results Natural Language very close to human language

Copyright 2006, The McGraw-Hill Companies, Inc. All rights reserved.

4 - 46

Object-Oriented Languages
Ties together data element and the procedures or actions that will be performed upon them

Copyright 2006, The McGraw-Hill Companies, Inc. All rights reserved.

4 - 47

Web Languages
HTML a page description language that creates hypertext or hypermedia documents XML describes the contents of Web pages by applying identifying tags or contextual labels to the data in Web documents Java an object-oriented programming language that is simple, secure and platform independent
Copyright 2006, The McGraw-Hill Companies, Inc. All rights reserved. 4 - 48

HTML

Copyright 2006, The McGraw-Hill Companies, Inc. All rights reserved.

4 - 49

Web Services Definition: Software components that are based on a framework of Web and object-oriented standards and technologies for using the Web to electronically link the applications of different user and different computing platforms

Copyright 2006, The McGraw-Hill Companies, Inc. All rights reserved.

4 - 50

Web Services

Copyright 2006, The McGraw-Hill Companies, Inc. All rights reserved.

4 - 51

Language Translator Programs


Assembler translates the symbolic instruction codes of programs written in an assembler language into machine language instructions Compiler translates high-level language statements Interpreter compiler that translates and executes each statement in a program one at a time
Copyright 2006, The McGraw-Hill Companies, Inc. All rights reserved. 4 - 52

Programming Tools Graphical Programming Interfaces Programming Editors

Debuggers CASE tools

Copyright 2006, The McGraw-Hill Companies, Inc. All rights reserved.

4 - 53

Case #3: Growth of Linux in Business


Statistics: Linux runs almost 15% of all servers Growing at 23% per year Over 10% of IBM mainframe sales run Linux

Only 1% of PCs use Linux but 30% of chief technologists were considering moving their companies PCs to Linux
Copyright 2006, The McGraw-Hill Companies, Inc. All rights reserved. 4 - 54

Case #3: Growth of Linux in Business


How did Linux get into the mainstream? Low-cost alternative in sagging economy Intel loosened its relationship with Microsoft IBM made an effort to be Linux-compatible

Fear of Microsoft gaining a stranglehold on corporate customers

Copyright 2006, The McGraw-Hill Companies, Inc. All rights reserved.

4 - 55

Case #3: Growth of Linux in Business Open Source: Free Stable Easily fixed if bugs appear

Copyright 2006, The McGraw-Hill Companies, Inc. All rights reserved.

4 - 56

Case #3: Growth of Linux in Business 1. Should businesses continue to switch to the Linux operating system on servers and mainframes? Why or why not?

2. Should business and consumer PC users switch to Linux PC operating systems like Lindows and software suites like Suns Star Office? Why or why not?
Copyright 2006, The McGraw-Hill Companies, Inc. All rights reserved. 4 - 57

Case #3: Growth of Linux in Business 3. Should the IT departments of companies like Merrill Lynch contribute their software improvements to the opensource community for products like Linux? Explain your reasoning.

Copyright 2006, The McGraw-Hill Companies, Inc. All rights reserved.

4 - 58

Case #4: Using Java in Business Benefits: Java can run on any hardware or operating systems Easy to modify code as needs expand Networking capabilities reduce the need for remote servers Easy to integrate with middleware and databases

Copyright 2006, The McGraw-Hill Companies, Inc. All rights reserved.

4 - 59

Case #4: Using Java in Business


1. What are the benefits of Java as a programming language for retail POS applications compared to other programming languages? 2. What are the benefits of Java for the development of e-commerce portals for customers and suppliers like PartsEdge?

3. Why do companies like Marks Work Wearhouse frequently team Java with the Linux operating system?
Copyright 2006, The McGraw-Hill Companies, Inc. All rights reserved. 4 - 60

Summary Computer software consists of applications software that directs the performance of a particular use of computers to meet the information processing needs of users, and system software that controls and supports the operations of a computer system as it performs various information processing tasks.
Copyright 2006, The McGraw-Hill Companies, Inc. All rights reserved. 4 - 61

Summary
Application software includes general-purpose and application-specific categories. General-purpose application programs perform common information processing jobs for end users. Application-specific programs accomplish information processing tasks that support specific business functions.
Copyright 2006, The McGraw-Hill Companies, Inc. All rights reserved. 4 - 62

Summary
System software can be subdivided into system management programs and system development programs. System management programs manage the hardware, software, network, and data resources of a computer system during its execution of information processing jobs.

System development programs help IS specialists develop computer programs to support business processes.
Copyright 2006, The McGraw-Hill Companies, Inc. All rights reserved. 4 - 63

Summary An operating system is an integrated system of programs that supervises the operation of the CPU, controls the input/output and storage functions of the computer system, and provides various support services.

Copyright 2006, The McGraw-Hill Companies, Inc. All rights reserved.

4 - 64

Summary Programming languages require the use of a variety of programming packages to help programmers develop computer programs, and language translator programs to convert programming language instructions into machine language instruction codes.

Copyright 2006, The McGraw-Hill Companies, Inc. All rights reserved.

4 - 65

Chapter

4
End of Chapter

Copyright 2006, The McGraw-Hill Companies, Inc. All rights reserved.

4 - 66

Вам также может понравиться