21
Systems Analysis and Design for the Small Enterprise section III Process design

Systems Analysis and Design

Embed Size (px)

DESCRIPTION

section III Process design. for the Small Enterprise. Systems Analysis and Design. Software Categorization. 4GL Options Fourth Generation Languages Vertical Software - is custom designed for a specific segment of users, such as dentist offices, video stores, and so on - PowerPoint PPT Presentation

Citation preview

Page 1: Systems Analysis and Design

Sys

tem

s A

nal

ysis

an

d D

esig

nfo

r th

e S

mal

l E

nte

rpri

se

section IIIProcess design

Page 2: Systems Analysis and Design

Software Categorization

4GL Options• Fourth Generation Languages

• Vertical Software - is custom designed for a specific segment of users, such as dentist offices, video stores, and so on

• Horizontal Software - general purpose software, such as a word processor. The only difference between this and the software suites is that horizontal software refers to a single application within the suite

2

Page 3: Systems Analysis and Design

Software Categorization

4GL Options• Integrated Software - software that is often bundled with

desktop computers and is rarely sophisticated enough for the analyst to use for a small enterprise information system.

• Software Suites - the recommended software for developing the small enterprise projects similar to those in this text

3

Page 4: Systems Analysis and Design

File Sharing Considerations

“Low-Tech" File Sharing (Cut and Paste, Import-Export) - Import and export work very well. They can be incorporated into 4GL application macros to create a very smooth file sharing process.

"High-Tech" File Sharing (OLE) - For all of the hype, OLE is still rather clumsy. It works best in a linked fashion..

Internet File Sharing - This is an interesting variation on the (legal and illegal) music swapping software used by many students

File Sharing and Middleware - This type of software is good to know about, but it is for bridging incompatible file types

4

Page 5: Systems Analysis and Design

Logic Modeling

• Data flow diagrams do not show the logic inside the processes

• Logic modeling involves representing internal structure and functionality of processes depicted on a DFD

• Logic modeling can also be used to show when processes on a DFD occur

Page 6: Systems Analysis and Design

Logic Modeling

• Deliverables and Outcomes– Structured English– Decision Tables– Decision Trees– State-transition diagrams– Sequence diagrams– Activity diagrams

Page 7: Systems Analysis and Design

Modeling Logic with Structured English

• Modified form of English used to specify the logic of information processes

• Uses a subset of English– Action verbs– Noun phrases– No adjectives or adverbs

• No specific standards

Page 8: Systems Analysis and Design

Modeling Logic with Structured English

• Similar to programming language– If conditions– Case statements

Page 9: Systems Analysis and Design

Modeling Logic with Decision Tables

• A matrix representation of the logic of a decision• Specifies the possible conditions and the resulting

actions• Best used for complicated decision logic

Page 10: Systems Analysis and Design

Modeling Logic withDecision Tables

• Consists of three parts– Condition stubs

• Lists condition relevant to decision

– Action stubs• Actions that result from a given set of conditions

– Rules• Specify which actions are to be followed for a given set of conditions

Page 11: Systems Analysis and Design

Modeling Logic with Decision Tables

• Indifferent Condition– Condition whose value does not affect which action is

taken for two or more rules

• Standard procedure for creating decision tables– Name the condition and values each condition can

assume– Name all possible actions that can occur– List all rules– Define the actions for each rule– Simplify the table

Page 12: Systems Analysis and Design

Complete decision table for payroll system example

Page 13: Systems Analysis and Design

Modeling Logic with Decision Trees

• A graphical representation of a decision situation• Decision situation points are connected together by arcs

and terminate in ovals• Two main components

– Decision points represented by nodes– Actions represented by ovals

Page 14: Systems Analysis and Design

Modeling Logic with Decision Trees

• Read from left to right• Each node corresponds to a numbered choice on a

legend• All possible actions are listed on the far right

Page 15: Systems Analysis and Design

Figure 9-9Decision tree representation of the decision logic in the decision tables in

Figures 9-4 and 9-5, with only two choices per decision point

Page 16: Systems Analysis and Design

Deciding Among Structured English, Decision Tables and Decision Trees

Criteria Structured English

Decision Tables

Decision Trees

Determining Conditions and Actions

Second Best Third Best Best

Transforming Conditions and Actions into Sequence

Best Third Best Best

Checking Consistency and Completeness

Third Best Best Best

Page 17: Systems Analysis and Design

VCR Example

17

Page 18: Systems Analysis and Design

VCR Example

18

Page 19: Systems Analysis and Design

VCR Example

19

Page 20: Systems Analysis and Design

VCR Example

20

Page 21: Systems Analysis and Design

VCR Example

21