54
Lead Black Slide

Lead Black Slide. © 2001 Business & Information Systems 2/e2 Chapter 5 Information System Software

Embed Size (px)

Citation preview

Page 1: Lead Black Slide. © 2001 Business & Information Systems 2/e2 Chapter 5 Information System Software

Lead Black Slide

Page 2: Lead Black Slide. © 2001 Business & Information Systems 2/e2 Chapter 5 Information System Software

© 2001 Business & Information Systems 2/e

2

Chapter 5

Information System Software

Page 3: Lead Black Slide. © 2001 Business & Information Systems 2/e2 Chapter 5 Information System Software

© 2001 Business & Information Systems 2/e

3

Our Agenda Software Concepts Application Software System Software Software Development

Page 4: Lead Black Slide. © 2001 Business & Information Systems 2/e2 Chapter 5 Information System Software

4© 2001 Business & Information Systems 2/e

Learning Objectives Explain in detail what programs and

software are. Identify the common application

software used in information systems.

Describe some ways users can tell an operating system what to do.

Describe some of the capabilities of operating systems.

Page 5: Lead Black Slide. © 2001 Business & Information Systems 2/e2 Chapter 5 Information System Software

5© 2001 Business & Information Systems 2/e

Learning Objectives (cont’d.) Explain the main differences between

the five types, or generations, of programming languages.

Explain the difference between object-oriented programming and traditional programming, and identify one traditional and one object-oriented programming language.

Page 6: Lead Black Slide. © 2001 Business & Information Systems 2/e2 Chapter 5 Information System Software

6© 2001 Business & Information Systems 2/e

Learning Objectives (cont’d.) Identify programming languages

that are used with the Internet and the World Wide Web.

Page 7: Lead Black Slide. © 2001 Business & Information Systems 2/e2 Chapter 5 Information System Software

© 2001 Business & Information Systems 2/e

7

Software Concepts

Information System Software

Page 8: Lead Black Slide. © 2001 Business & Information Systems 2/e2 Chapter 5 Information System Software

8© 2001 Business & Information Systems 2/e

Software Concepts A program is a set of instructions that

tells the computer what to do. Software can be a single program or a

group of programs needed to perform several functions.

Simple programs may have a few hundred instructions (lines of code) though most have many more (several million).

Page 9: Lead Black Slide. © 2001 Business & Information Systems 2/e2 Chapter 5 Information System Software

© 2001 Business & Information Systems 2/e

9

Application Software

Information System Software

Page 10: Lead Black Slide. © 2001 Business & Information Systems 2/e2 Chapter 5 Information System Software

10© 2001 Business & Information Systems 2/e

Individual Application Software Word processing Spreadsheet Graphics Database Browser

Page 11: Lead Black Slide. © 2001 Business & Information Systems 2/e2 Chapter 5 Information System Software

11© 2001 Business & Information Systems 2/e

Workgroup Application Software Groupware E-Mail software Information sharing software Electronic conferencing software

Page 12: Lead Black Slide. © 2001 Business & Information Systems 2/e2 Chapter 5 Information System Software

12© 2001 Business & Information Systems 2/e

Other Application Software Organizational application software

Generally organization specific Interorganizational application

software Electronic Data Interchange (EDI) Generally common to the

participating organizations

Page 13: Lead Black Slide. © 2001 Business & Information Systems 2/e2 Chapter 5 Information System Software

© 2001 Business & Information Systems 2/e

13

System Software

Information System Software

Page 14: Lead Black Slide. © 2001 Business & Information Systems 2/e2 Chapter 5 Information System Software

14© 2001 Business & Information Systems 2/e

Operating System Concepts An operating system is a group of

programs that manages the operation of the computer.

Three functions of an operating system Process management Resource management Data management

Page 15: Lead Black Slide. © 2001 Business & Information Systems 2/e2 Chapter 5 Information System Software

15© 2001 Business & Information Systems 2/e

Operating System Concepts (cont’d.) Organization of an operating system

Most operating system programs are stored in secondary storage.

One operating system program is stored in a section of primary storage. It goes by various names – kernel – but generically called the “supervisor”.

The supervisor controls all activity in primary storage.

Page 16: Lead Black Slide. © 2001 Business & Information Systems 2/e2 Chapter 5 Information System Software

16© 2001 Business & Information Systems 2/e

Using an Operating System Starting the computer is called booting

which transfers the “supervisor” from secondary storage to primary storage.

Connecting to a network or other multi-user environment is called logging in.

Detaching from a network is called logging out.

Page 17: Lead Black Slide. © 2001 Business & Information Systems 2/e2 Chapter 5 Information System Software

17© 2001 Business & Information Systems 2/e

Elements of an Operating System User interface is the visual link

between the user and the software. Small pictures on the screen are

icons. Graphical User Interface (GUI) uses

Buttons Icons Menus Dialog boxes

Page 18: Lead Black Slide. © 2001 Business & Information Systems 2/e2 Chapter 5 Information System Software

18© 2001 Business & Information Systems 2/e

Capabilities of Operating Systems Multitasking is appearing to

execute more than one program at a time, though the CPU can execute instructions from only one program at a time.

Page 19: Lead Black Slide. © 2001 Business & Information Systems 2/e2 Chapter 5 Information System Software

19© 2001 Business & Information Systems 2/e

Capabilities of Operating Systems (cont’d.) Multi-user or Multiple-user programs

permit more than one person to use the program, and data, at a time.

One technique that is used with multiple-user operating systems is time sharing. With this technique, the users are each allocated a small amount of time by the operating system.

Page 20: Lead Black Slide. © 2001 Business & Information Systems 2/e2 Chapter 5 Information System Software

20© 2001 Business & Information Systems 2/e

Capabilities of Operating Systems (cont’d.) Two types of operating systems

Batch operating systems where the first program is executed and all data processed before moving to the second program.

Interactive operating systems allow user interaction as the program executes. Most personal computer operating systems permit user interaction.

Page 21: Lead Black Slide. © 2001 Business & Information Systems 2/e2 Chapter 5 Information System Software

21© 2001 Business & Information Systems 2/e

Capabilities of Operating Systems (cont’d.) Virtual memory is supplemental

primary storage (RAM) or “real” memory where the programs are too big for primary storage. It is created on a secondary storage device, usually the hard drive, and is generally temporary in nature.

Page 22: Lead Black Slide. © 2001 Business & Information Systems 2/e2 Chapter 5 Information System Software

22© 2001 Business & Information Systems 2/e

Capabilities of Operating Systems (cont’d.) Virtual memory operating systems

execute large programs by dividing the program into parts and transferring the necessary parts of the program from secondary storage to primary storage as needed.

The transfer process does not require any action by the user.

Page 23: Lead Black Slide. © 2001 Business & Information Systems 2/e2 Chapter 5 Information System Software

23© 2001 Business & Information Systems 2/e

Personal Computer Common Operating Systems Microsoft Windows Microsoft DOS (and others) IBM OS/2 Apple Mac OS UNIX Linux

Page 24: Lead Black Slide. © 2001 Business & Information Systems 2/e2 Chapter 5 Information System Software

24© 2001 Business & Information Systems 2/e

Multi-User Computer Common Operating Systems IBM OS/390 Hewlett Packard MPE

(MultiProgramming Executive) UNIX Network Operating Systems

Novell Netware Windows 2000 Server

Page 25: Lead Black Slide. © 2001 Business & Information Systems 2/e2 Chapter 5 Information System Software

25© 2001 Business & Information Systems 2/e

Other System Software Utility programs

Sort utility – rearranges data in a specified order

Merge utility – merges two files into one

Print utility – prints the contents of a file

Copy utility – copies data from one device to another

Page 26: Lead Black Slide. © 2001 Business & Information Systems 2/e2 Chapter 5 Information System Software

26© 2001 Business & Information Systems 2/e

Other System Software (cont’d.) Communications software – used

for communications between computers.

Database management systems – used for managing databases.

Software development software – software used to develop software.

Page 27: Lead Black Slide. © 2001 Business & Information Systems 2/e2 Chapter 5 Information System Software

© 2001 Business & Information Systems 2/e

27

Software Development

Information System Software

Page 28: Lead Black Slide. © 2001 Business & Information Systems 2/e2 Chapter 5 Information System Software

28© 2001 Business & Information Systems 2/e

Programming Language Concepts What is a programming language? Why are there so many

programming languages? How do you select a programming

language? What are the types of

programming languages?

Page 29: Lead Black Slide. © 2001 Business & Information Systems 2/e2 Chapter 5 Information System Software

29© 2001 Business & Information Systems 2/e

What is a Programming Language

English is a natural language. It has words, symbols and grammatical rules.

A programming language also has words, symbols and rules of grammar.

The grammatical rules are called syntax. Each programming language has a

different set of syntax rules.

Page 30: Lead Black Slide. © 2001 Business & Information Systems 2/e2 Chapter 5 Information System Software

30© 2001 Business & Information Systems 2/e

Why Are There So Many Programming Languages Programming languages have

evolved over time as better ways have been developed to design them.

Different programming languages are designed for different types of programs.

First programs were developed in the 1950s.

Page 31: Lead Black Slide. © 2001 Business & Information Systems 2/e2 Chapter 5 Information System Software

31© 2001 Business & Information Systems 2/e

How Do You Select a Programming Language

Is it designed for the type of program that needs to be written?

Is it available on the computer being used?

Are trained programmers available? Is it easy to write programs in the

language? Is the language efficient when the

program is executed?

Page 32: Lead Black Slide. © 2001 Business & Information Systems 2/e2 Chapter 5 Information System Software

32© 2001 Business & Information Systems 2/e

What Are the Types of Programming Languages First Generation Languages Second Generation Languages Third Generation Languages Fourth Generation Languages Fifth Generation Languages

Page 33: Lead Black Slide. © 2001 Business & Information Systems 2/e2 Chapter 5 Information System Software

33© 2001 Business & Information Systems 2/e

First Generation Languages

Machine language Operation code – such as addition or

subtraction. Operands – that identify the data to be

processed. Machine language is machine dependent

as it is the only language the computer can understand.

Very efficient code but very difficult to write.

Page 34: Lead Black Slide. © 2001 Business & Information Systems 2/e2 Chapter 5 Information System Software

34© 2001 Business & Information Systems 2/e

Second Generation Languages

Assembly languages Symbolic operation codes replaced

binary operation codes. Assembly language programs needed to

be “assembled” for execution by the computer. Each assembly language instruction is translated into one machine language instruction.

Very efficient code and easier to write.

Page 35: Lead Black Slide. © 2001 Business & Information Systems 2/e2 Chapter 5 Information System Software

35© 2001 Business & Information Systems 2/e

Third Generation Languages

Closer to English but included simple mathematical notation. Programs written in source code which

must be translated into machine language programs called object code.

The translation of source code to object code is accomplished by a machine language system program called a compiler.

Page 36: Lead Black Slide. © 2001 Business & Information Systems 2/e2 Chapter 5 Information System Software

36© 2001 Business & Information Systems 2/e

Third Generation Languages (cont’d.)

Alternative to compilation is interpretation which is accomplished by a system program called an interpreter.

Common third generation languages FORTRAN COBOL C and C++ Visual Basic

Page 37: Lead Black Slide. © 2001 Business & Information Systems 2/e2 Chapter 5 Information System Software

37© 2001 Business & Information Systems 2/e

Fourth Generation Languages A high level language (4GL) that

requires fewer instructions to accomplish than a third generation language.

Used with databases Query languages Report generators Forms designers Application generators

Page 38: Lead Black Slide. © 2001 Business & Information Systems 2/e2 Chapter 5 Information System Software

38© 2001 Business & Information Systems 2/e

Fifth Generation Languages Though no clear definition at

present, natural language programs generally can be interpreted and executed by the computer with no other action by the user than stating their question.

Limited capabilities at present.

Page 39: Lead Black Slide. © 2001 Business & Information Systems 2/e2 Chapter 5 Information System Software

39© 2001 Business & Information Systems 2/e

Programming Languages Two broad groups

Traditional programming languages Sequences of instructions First, second and some third generation

languages Object-oriented languages

Objects are created rather than sequences of instructions

Some third generation, and fourth and fifth generation languages

Page 40: Lead Black Slide. © 2001 Business & Information Systems 2/e2 Chapter 5 Information System Software

40© 2001 Business & Information Systems 2/e

Traditional Programming Languages FORTRAN

FORmula TRANslation. Developed at IBM in the mid-1950s. Designed for scientific and

mathematical applications by scientists and engineers.

Page 41: Lead Black Slide. © 2001 Business & Information Systems 2/e2 Chapter 5 Information System Software

41© 2001 Business & Information Systems 2/e

Traditional Programming Languages (cont’d.) COBOL

COmmon Business Oriented Language.

Developed in 1959. Designed to be common to many

different computers. Typically used for business

applications.

Page 42: Lead Black Slide. © 2001 Business & Information Systems 2/e2 Chapter 5 Information System Software

42© 2001 Business & Information Systems 2/e

Traditional Programming Languages (cont’d.) BASIC

Beginner’s All-purpose Symbolic Instruction Code.

Developed at Dartmouth College in mid 1960s.

Developed as a simple language for students to write programs with which they could interact through terminals.

Page 43: Lead Black Slide. © 2001 Business & Information Systems 2/e2 Chapter 5 Information System Software

43© 2001 Business & Information Systems 2/e

Traditional Programming Languages (cont’d.) C

Developed by Bell Laboratories in the early 1970s.

Provides control and efficiency of assembly language while having third generation language features.

Often used for system programs. UNIX is written in C.

Page 44: Lead Black Slide. © 2001 Business & Information Systems 2/e2 Chapter 5 Information System Software

44© 2001 Business & Information Systems 2/e

Object-Oriented Programming Languages Smalltalk

First object-oriented language. Developed by Xerox in mid-1970s. Still in use on some computers.

Page 45: Lead Black Slide. © 2001 Business & Information Systems 2/e2 Chapter 5 Information System Software

45© 2001 Business & Information Systems 2/e

Object-Oriented Programming Languages (cont’d.) C++

It is C language with additional features.

Widely used for developing system and application software.

Graphical user interfaces can be developed easily with visual programming tools.

Page 46: Lead Black Slide. © 2001 Business & Information Systems 2/e2 Chapter 5 Information System Software

46© 2001 Business & Information Systems 2/e

Special Programming Languages HTML

HyperText Markup Language. Used on the Internet and the World

Wide Web (WWW). Web page developer puts brief codes

called tags in the page to indicate how the page should be formatted.

Page 47: Lead Black Slide. © 2001 Business & Information Systems 2/e2 Chapter 5 Information System Software

47© 2001 Business & Information Systems 2/e

Special Programming Languages (cont’d.) XML

Extensible Markup Language. A language for defining other

languages.

Page 48: Lead Black Slide. © 2001 Business & Information Systems 2/e2 Chapter 5 Information System Software

48© 2001 Business & Information Systems 2/e

Special Programming Languages (cont’d.) JAVA

An object-oriented language similar to C++ that allows a web page developer to create programs for applications, called applets that can be used through a browser.

Objective of JAVA developers is that it be machine, platform and operating system independent.

Page 49: Lead Black Slide. © 2001 Business & Information Systems 2/e2 Chapter 5 Information System Software

© 2001 Business & Information Systems 2/e

49

Information Systems Software

Key Terms

Page 50: Lead Black Slide. © 2001 Business & Information Systems 2/e2 Chapter 5 Information System Software

50© 2001 Business & Information Systems 2/e

Key Terms Assembler Assembly Language BASIC Booting Browser Button C C++ COBOL

Command Compiler Database Software Dialog Box Electronic

Conferencing Software

Electronic Messaging Software

FORTRAN

Page 51: Lead Black Slide. © 2001 Business & Information Systems 2/e2 Chapter 5 Information System Software

51© 2001 Business & Information Systems 2/e

Key Terms (cont’d.) Fourth-Generation

Language (4GL) Graphical User

Interface (GUI) Graphics Software Groupware HTML Icon

Information Sharing Software

Interpreter Java Menu Multitasking Network Operating

System (NOS) Object

Page 52: Lead Black Slide. © 2001 Business & Information Systems 2/e2 Chapter 5 Information System Software

52© 2001 Business & Information Systems 2/e

Key Terms (cont’d.) Object-Oriented

Programming Operating Environment Page Programmer Programming Programming

Language Prompt Spreadsheet Software

Time-Sharing User Interface Utility Program Virtual Memory Window Word Processing

Software XML

Page 53: Lead Black Slide. © 2001 Business & Information Systems 2/e2 Chapter 5 Information System Software

© 2001 Business & Information Systems 2/e

53

Summary Software Concepts Application Software System Software Software Development

Page 54: Lead Black Slide. © 2001 Business & Information Systems 2/e2 Chapter 5 Information System Software

Final Black Slide