Data Flow Diagrams (DFD) Overview

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/15

flashcard set

Earn XP

Description and Tags

This collection of flashcards covers key terminology and concepts related to Data Flow Diagrams, their construction, and application.

Last updated 1:38 AM on 4/15/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

16 Terms

1
New cards

Data Flow Diagram (DFD)

A graphical representation of the flow of data within a system.

2
New cards

Data Flow

Represents the movement of data between processes, data stores, and entities.

3
New cards

Process

Transforms input data flows into output data flows, described by verbs.

4
New cards

Data Store

Inventories of data, which can take the form of files, tables, etc.

5
New cards

Entity

A person, place, or thing that provides or receives data in the system.

6
New cards

Decomposition Diagram

A diagram that outlines processes of a system in a hierarchical manner.

7
New cards

Context Diagram

Illustrates the internal and external entities and data flows to and from the root node.

8
New cards

Level 0 Data Flow Diagram

A diagram using main processes of the root node from the Decomposition Diagram.

9
New cards

Level 1 Data Flow Diagram

A detailed diagram representing subprocesses from the Level 0 diagram.

10
New cards

DFD Symbols

Rectangles, circles, and arrows used to represent data inputs, outputs, and storage.

11
New cards

Top-Down Approach

A method of developing DFDs starting from the highest level down to specific details.

12
New cards

Data Store Rules

A data store must connect to at least one process in a DFD.

13
New cards

External Entities

Sources or destinations that are not part of the system but interact with it.

14
New cards

Do's and Don'ts of DFDs

Guidelines to ensure the proper flow of data in DFDs, avoiding incorrect connections.

15
New cards

Grocery List

An example of a data flow in the context of preparing ingredients for an action.

16
New cards

Physician's Office Billing System

A specific case study demonstrating the application of DFD concepts.