information system development & programming language

68
Discovering Computers Fundamentals, 2010 Edition Living in a Digital World

Upload: muhammad-shahid

Post on 14-May-2015

3.441 views

Category:

Technology


3 download

DESCRIPTION

The Slides Were Prepared using Discovering Computers. please inform me ab8 any mistake @ [email protected]

TRANSCRIPT

Page 1: Information system development & programming language

Discovering Computers Fundamentals,

2010 Edition

Living in a Digital World

Page 2: Information system development & programming language

Objectives Overview

Discovering Computers Fundamentals, 2010 Edition Chapter 11

2See Page 417for Detailed Objectives

Page 3: Information system development & programming language

Objectives Overview

Discovering Computers Fundamentals, 2010 Edition Chapter 11

3See Page 417for Detailed Objectives

Page 4: Information system development & programming language

System Development

Discovering Computers Fundamentals, 2010 Edition Chapter 11

4Page 418

Page 5: Information system development & programming language

System Development

Discovering Computers Fundamentals, 2010 Edition Chapter 11

5Page 418Figure 11-1

Page 6: Information system development & programming language

System Development

• System development should follow three general guidelines:

Discovering Computers Fundamentals, 2010 Edition Chapter 11

6Page 419

Page 7: Information system development & programming language

System Development

• System development should involve representatives from each department in which the proposed system will be used

Discovering Computers Fundamentals, 2010 Edition Chapter 11

7Page 419Figure 11-2

Page 8: Information system development & programming language

System Development

• Project management is the process of planning, scheduling, and then controlling the activities during system development

• To plan and schedule a project efficiently, the project leader identifies:

Discovering Computers Fundamentals, 2010 Edition Chapter 11

8Page 420

Page 9: Information system development & programming language

System Development

Discovering Computers Fundamentals, 2010 Edition Chapter 11

9Pages 420 - 421Figure 11-3a

Click to view Web Link,click Chapter 11, Click Web Link from left navigation, then click Gantt Charts below Chapter 11

A popular tool used to plan and schedule

the time relationships

among project activities is a Gantt chart

Page 10: Information system development & programming language

System Development

Discovering Computers Fundamentals, 2010 Edition Chapter 11

10Pages 420 - 421Figure 11-3b

Click to view Web Link,click Chapter 11, Click Web Link from left navigation, then click PERT Charts below Chapter 11

A PERT chart also can be

used for planning and

scheduling time

Page 11: Information system development & programming language

System Development

• Feasibility is a measure of how suitable the development of a system will be to the organization

Discovering Computers Fundamentals, 2010 Edition Chapter 11

11Page 421

Page 12: Information system development & programming language

System Development

• Documentation is the collection and summarization of data and information and includes:– Reports– Diagrams– Programs– Other information generated during system

development

Discovering Computers Fundamentals, 2010 Edition Chapter 11

12Page 422

Page 13: Information system development & programming language

System Development

• During system development, members of the project team gather data and information using several techniques

Discovering Computers Fundamentals, 2010 Edition Chapter 11

13Pages 422 - 423Figure 11-4

Page 14: Information system development & programming language

System Development

Discovering Computers Fundamentals, 2010 Edition Chapter 11

14Page 423

Page 15: Information system development & programming language

System Development

Discovering Computers Fundamentals, 2010 Edition Chapter 11

15Page 424Figure 11-5

Page 16: Information system development & programming language

System Development

• The planning phase for a project begins when the steering committee receives a project request

• Four major activities are performed:

Discovering Computers Fundamentals, 2010 Edition Chapter 11

16Page 425

Page 17: Information system development & programming language

System Development

• The analysis phase consists of two major activities:

Discovering Computers Fundamentals, 2010 Edition Chapter 11

17Pages 425 - 427

Page 18: Information system development & programming language

System Development

Discovering Computers Fundamentals, 2010 Edition Chapter 11

18Page 426Figure 11-6

Page 19: Information system development & programming language

System Development

• The system proposal assesses the feasibility of each alternative solution

• The steering committee discusses the system proposal and decides which alternative to pursue

Discovering Computers Fundamentals, 2010 Edition Chapter 11

19Pages 427 - 428

Click to view Web Link,click Chapter 11, Click Web Link from left navigation, then click Vertical Market Software below Chapter 11

Page 20: Information system development & programming language

System Development

• The design phase consists of two major activities

Discovering Computers Fundamentals, 2010 Edition Chapter 11

20Page 428

Page 21: Information system development & programming language

System Development

• To acquire the necessary hardware and software:

Discovering Computers Fundamentals, 2010 Edition Chapter 11

21Pages 428 - 430

Click to view Web Link,click Chapter 11, Click Web Link from left navigation, then click E-Zines below Chapter 11

Page 22: Information system development & programming language

System Development

• The next step is to develop detailed design specifications– Sometimes called a physical design

Discovering Computers Fundamentals, 2010 Edition Chapter 11

22Page 430

Page 23: Information system development & programming language

System Development

• Systems analysts typically develop two types of designs for each input and output

Discovering Computers Fundamentals, 2010 Edition Chapter 11

23Pages 430 - 431Figures 11-8 – 11-9

Mockup Layout chart

Page 24: Information system development & programming language

System Development

• A prototype (proof of concept) is a working model of the proposed system– Prototypes have inadequate or missing documentation– Users tend to embrace the prototype as a final system– Should not eliminate or replace activities

Discovering Computers Fundamentals, 2010 Edition Chapter 11

24Page 431

Page 25: Information system development & programming language

System Development

• Computer-aided software engineering (CASE) tools are designed to support one or more activities of system development

Discovering Computers Fundamentals, 2010 Edition Chapter 11

25Page 432Figure 11-10

Page 26: Information system development & programming language

System Development

• The purpose of the implementation phase is to construct the new or modified system and then deliver it

Discovering Computers Fundamentals, 2010 Edition Chapter 11

26Page 432

Page 27: Information system development & programming language

System Development

• Various tests should be performed on the new system

Discovering Computers Fundamentals, 2010 Edition Chapter 11

27Page 433

Page 28: Information system development & programming language

System Development

• Training involves showing users exactly how they will use the new hardware and software in the system– One-on-one sessions– Classroom-style lectures– Web-based training

Discovering Computers Fundamentals, 2010 Edition Chapter 11

28Page 433Figure 11-11

Page 29: Information system development & programming language

System Development

• One or more of four conversion strategies can be used to change from the old system to the new system– Direct conversion– Parallel conversion– Phased conversion– Pilot conversion

Discovering Computers Fundamentals, 2010 Edition Chapter 11

29Pages 433 - 434

Page 30: Information system development & programming language

System Development

• The purpose of the operation, support, and security phase is to provide ongoing assistance for an information system and its users after the system is implemented

Discovering Computers Fundamentals, 2010 Edition Chapter 11

30Page 434

Page 31: Information system development & programming language

System Development

• A computer security plan should do the following:

Discovering Computers Fundamentals, 2010 Edition Chapter 11

31Page 434

Page 32: Information system development & programming language

Programming Languages and Program Development Tools

• A computer program is a series of instructions that directs a computer to perform tasks– Created by a programmer using a programming

language

Discovering Computers Fundamentals, 2010 Edition Chapter 11

32Pages 435 - 436Figure 11-12

Page 33: Information system development & programming language

Programming Languages and Program Development Tools

• Machine language is the first generation of programming languages

• Only language the computer directly recognizes

Discovering Computers Fundamentals, 2010 Edition Chapter 11

33Page 436Figure 11-13

Page 34: Information system development & programming language

Programming Languages and Program Development Tools

• Assembly language is the second generation of programming languages

• Programmer writes instructions using symbolic instruction codes

• A source program contains the code to be converted to machine language

Discovering Computers Fundamentals, 2010 Edition Chapter 11

34Page 437Figure 11-14

Page 35: Information system development & programming language

Programming Languages and Program Development Tools

• In a procedural language, the programmer writes instructions that tell the computer what to accomplish and how to do it– Third-generation language (3GL)

Discovering Computers Fundamentals, 2010 Edition Chapter 11

35Page 438

Page 36: Information system development & programming language

Programming Languages and Program Development Tools

Discovering Computers Fundamentals, 2010 Edition Chapter 11

36Pages 438 – 439Figures 11-15 – 11-16

Page 37: Information system development & programming language

Programming Languages and Program Development Tools

• The C programming language is used to write many of today’s programs

Discovering Computers Fundamentals, 2010 Edition Chapter 11

37Page 439Figure 11-17

Page 38: Information system development & programming language

Programming Languages and Program Development Tools

• COBOL (COmmon Business-Oriented Language) is designed for business applications, but easy to read because of the English-like statements

Discovering Computers Fundamentals, 2010 Edition Chapter 11

38Page 440Figure 11-18

Page 39: Information system development & programming language

Programming Languages and Program Development Tools

• An object-oriented programming (OOP) language allows programmers the ability to reuse and modify existing objects

• Other advantages include:

Discovering Computers Fundamentals, 2010 Edition Chapter 11

39Page 440

Page 40: Information system development & programming language

Programming Languages and Program Development Tools

• Java is an object-oriented programming language developed by Sun Microsystems

• The Just-in-time (JIT) compiler to convert the bytecode into machine-dependent code

Discovering Computers Fundamentals, 2010 Edition Chapter 11

40Pages 440 - 441Figure 11-19

Click to view Web Link,click Chapter 11, Click Web Link from left navigation, then click Java Platforms below Chapter 11

Page 41: Information system development & programming language

Programming Languages and Program Development Tools

• The Microsoft .NET Framework allows almost any type of program to run on the Internet or an internal business network, as well as computers and mobile devices

Discovering Computers Fundamentals, 2010 Edition Chapter 11

41Page 441

Page 42: Information system development & programming language

Programming Languages and Program Development Tools

• C++ is an extension of the C programming language– Additional features for working with objects, classes,

events, and other object-oriented concepts

• C# is based on C++ and was developed by Microsoft

Discovering Computers Fundamentals, 2010 Edition Chapter 11

42Page 441

Page 43: Information system development & programming language

Programming Languages and Program Development Tools

Discovering Computers Fundamentals, 2010 Edition Chapter 11

43Pages 441 - 443

Page 44: Information system development & programming language

Programming Languages and Program Development Tools

Discovering Computers Fundamentals, 2010 Edition Chapter 11

44Page 442Figure 11-20

Page 45: Information system development & programming language

Programming Languages and Program Development Tools

Discovering Computers Fundamentals, 2010 Edition Chapter 11

45Page 443

Page 46: Information system development & programming language

Programming Languages and Program Development Tools

• PowerBuilder is a powerful program development RAD tool

• Best suited for Web-based, .NET, and large-scale enterprise object-oriented applications

Discovering Computers Fundamentals, 2010 Edition Chapter 11

46Page 443

Page 47: Information system development & programming language

Programming Languages and Program Development Tools

• A 4GL (fourth-generation language) is a nonprocedural language that enables users and programmers to access data in a database– One popular 4GL is SQL

Discovering Computers Fundamentals, 2010 Edition Chapter 11

47Page 443Figure 11-21

Page 48: Information system development & programming language

Programming Languages and Program Development Tools

• Classic programming languages include:

Discovering Computers Fundamentals, 2010 Edition Chapter 11

48Page 444Figure 11-22

Page 49: Information system development & programming language

Programming Languages and Program Development Tools

• An application generator is a program that creates source code or machine code from a specification of the required functionality– Often bundled as part of a DBMS

Discovering Computers Fundamentals, 2010 Edition Chapter 11

49Pages 444 - 445Figure 11-23

Page 50: Information system development & programming language

Programming Languages and Program Development Tools

• A macro is a series of statements that instructs an application how to complete a task

• You usually create the macro in one of two ways:– Record the macro with a macro recorder– Write the macro

Discovering Computers Fundamentals, 2010 Edition Chapter 11

50Page 445

Click to view Web Link,click Chapter 11, Click Web Link from left navigation, then click Macros below Chapter 11

Page 51: Information system development & programming language

Programming Languages and Program Development Tools

• HTML is a special formatting language that programmers use to format documents for display on the Web

• XHTML is a markup language that allows Web sites to be displayed more easily on mobile devices

Discovering Computers Fundamentals, 2010 Edition Chapter 11

51Page 446Figure 11-24

Page 52: Information system development & programming language

Programming Languages and Program Development Tools

• XML allows Web developers to create customized tags and use predefined tags to display content appropriately on various devices– WML is a subset of XML and is used to design pages

for microbrowsers

• Two applications of XML are RSS 2.0 and ATOM

Discovering Computers Fundamentals, 2010 Edition Chapter 11

52Pages 446 - 447

Click to view Web Link,click Chapter 11, Click Web Link from left navigation, then click XML below Chapter 11

Page 53: Information system development & programming language

Programming Languages and Program Development Tools

• Web browsers can execute short programs to add interactive elements to Web pages

• To send and receive information between your computer and a Web server, these programs use the CGI (common gateway interface)

Discovering Computers Fundamentals, 2010 Edition Chapter 11

53Page 447

Page 54: Information system development & programming language

Programming Languages and Program Development Tools

• Programmers write scripts, applets, servlets, or ActiveX controls using a variety of languages

Discovering Computers Fundamentals, 2010 Edition Chapter 11

54Pages 447 - 448

Click to view Web Link,click Chapter 11, Click Web Link from left navigation, then click PHP below Chapter 11

Page 55: Information system development & programming language

Programming Languages and Program Development Tools

Discovering Computers Fundamentals, 2010 Edition Chapter 11

55Page 448

Page 56: Information system development & programming language

Programming Languages and Program Development Tools

• Web 2.0 allows Web sites to provide a means for users to:

Discovering Computers Fundamentals, 2010 Edition Chapter 11

56Page 448

Page 57: Information system development & programming language

Programming Languages and Program Development Tools

• Most Web 2.0 sites use APIs– An API enables programmers to interact with an

environment such as a Web site or operating system

Discovering Computers Fundamentals, 2010 Edition Chapter 11

57Page 448Figure 11-26

Page 58: Information system development & programming language

Programming Languages and Program Development Tools

• Web page authoring software can create sophisticated Web pages that include images, video, audio, animation, and other effects

Discovering Computers Fundamentals, 2010 Edition Chapter 11

58Page 449

Page 59: Information system development & programming language

Programming Languages and Program Development Tools

• Multimedia authoring software allows programmers to combine text, graphics, animation, audio, and video in an interactive presentation

Discovering Computers Fundamentals, 2010 Edition Chapter 11

59Page 449

Page 60: Information system development & programming language

Programming Languages and Program Development Tools

Discovering Computers Fundamentals, 2010 Edition Chapter 11

60Page 449Figure 11-27

Page 61: Information system development & programming language

Program Development Cycle

• Program development consists of a series of steps programmers use to build computer programs

Discovering Computers Fundamentals, 2010 Edition Chapter 11

61Pages 450 - 451Figure 11-28

Page 62: Information system development & programming language

Program Development Cycle

• The sequence control structure shows one or more actions following each other in order

Discovering Computers Fundamentals, 2010 Edition Chapter 11

62Page 452Figure 11-29

Page 63: Information system development & programming language

Program Development Cycle

• The selection control structure tells the program which action to take, based on a certain condition– If-then-else– Case

Discovering Computers Fundamentals, 2010 Edition Chapter 11

63Page 452Figure 11-30

Page 64: Information system development & programming language

Program Development Cycle

Discovering Computers Fundamentals, 2010 Edition Chapter 11

64Page 453Figure 11-31

Page 65: Information system development & programming language

Program Development Cycle

• The repetition control structure enables a program to perform one or more actions repeatedly as long as a certain condition is met

Discovering Computers Fundamentals, 2010 Edition Chapter 11

65Page 453Figures 11-32 – 11-33

Page 66: Information system development & programming language

Video: Electronic Arts Going Mobile

Discovering Computers Fundamentals, 2010 Edition Chapter 11

66

CLICK TO START

Page 67: Information system development & programming language

Summary

Discovering Computers Fundamentals, 2010 Edition Chapter 11

67Page 454

Page 68: Information system development & programming language

Discovering Computers Fundamentals,

2010 Edition

Living in a Digital World

Chapter 11 Complete