Data Flow Diagram - PowerPoint PPT Presentation

1 / 13
About This Presentation
Title:

Data Flow Diagram

Description:

Chapter 2 : Data Flow Diagram Structuring System Requirements Logic modeling * By the end of this chapter, you will.. Use Structured English as a tool for ... – PowerPoint PPT presentation

Number of Views:193
Avg rating:3.0/5.0
Slides: 14
Provided by: pc75257
Category:
Tags: data | diagram | flow | modeling

less

Transcript and Presenter's Notes

Title: Data Flow Diagram


1
  • Chapter 2
  • Data Flow Diagram
  • Structuring System RequirementsLogic modeling

2
  • By the end of this chapter, you will..
  • Use Structured English as a tool for representing
    steps in logical processes in data flow diagrams
  • Use decision tables and decision trees to
    represent the logic of choice in conditional
    statements
  • Select among Structured English, decision tables,
    and decision trees for representing processing
    logic.

3
  • 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.

4
  • Logic Modeling
  • Deliverables and Outcomes
  • Structured English (Pseudocode)
  • Decision Tables
  • Decision Trees
  • State-transition diagrams
  • Object Sequence diagrams
  • Activity diagrams

5
  • Modeling Logic with Structured English
  • Modified form of English used to specify the
    logic of information processes like Pseudocode.
  • Uses a subset of English
  • Action verbs
  • Noun phrases
  • No adjectives or adverbs
  • No specific standards.
  • Similar to programming language
  • If conditions
  • Case statements

6
  • Modeling Logic with Structured English

Structured English is used here to describe input
and output.
7
  • Modeling Logic with Structured English

Structured English is used here to describe
arithmetic operations.
8
  • Modeling Logic with Structured English

Structured English is used here to describe
repetition.
9
  • Modeling Logic with Structured English

10
  • Modeling Logic with Structured English

11
  • Modeling Logic with Decision Table

12
  • Modeling Logic with Decision Tree

13
  • 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
Write a Comment
User Comments (0)
About PowerShow.com