SSD Wk3- Process Modeling and Data Flow Diagram Basics

0.0(0)
studied byStudied by 0 people
full-widthCall with Kai
GameKnowt Play
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/18

flashcard set

Earn XP

Description and Tags

Foundational understanding of process modeling and data modeling, Data modeling symbols

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

19 Terms

1
New cards

Process Modeling

Graphically representing processes that capture, manipulate, store, and distribute data between a system and its environment.

2
New cards

Data Flow Diagram (DFD)

A visual representation of the flow of information through a process or system, used to understand operations and discover potential problems.

3
New cards

Use Case Diagram

A diagram that captures the interactions between users (actors) and the system, outlining all possible use cases.

4
New cards

Functional Decomposition

An iterative process of breaking down a system description into finer-level details to enhance understanding.

5
New cards

Context Diagram

An overview that shows system boundaries, external entities interacting with the system, and major information flows.

6
New cards

DFD Guidelines

Rules to ensure clarity in data flow diagrams, including ensuring unique names for processes and distinguishing inputs from outputs.

7
New cards

Balanced DFD

A data flow diagram where the number of inputs and outputs at one level matches those at its corresponding higher-level process.

8
New cards

How is a Data Store represented in a DFD?

An open ended rectangle.

9
New cards

What is a Data Store in DFD?

A symbol in a DFD representing a situation where a system retains data for future processes.

10
New cards

What is a Source/Sink in DFD

An external agent in a DFD representing the origin (source) or destination (sink) of data outside the system.

11
New cards

How is a Source/Sink represented in DFD?

Rectangle or Square

12
New cards

What is a Data Flow in DFD?

Arrows indicating the movement of data between symbols in a data flow diagram.

13
New cards

How is a Data flow represented in DFD?

Arrows, indicating the direction of data transfer.

14
New cards

What is a Process in DFD?

Work or action performed on data inside the system, transforms the data.

15
New cards

How is a process represented in DFD?

A process is represented by a circle or rounded rectangle in a data flow diagram, labeled with the name of the process.

16
New cards

Level-0 DFD

A high-level data flow diagram that shows a system’s major processes, data flows, and data stores.

17
New cards

Level-1 DFD

A detailed data flow diagram that shows the sub-processes of one of the processes in a Level-0 DFD.

18
New cards

Composite Data Flow

A data flow at one level that can be split into component data flows in subsequent levels without adding new data.

19
New cards

Steps for converting Use Case Diagram to DFD

Identify Main process
Identify Data flows
Identify External Entities
Generate Diagram