0% found this document useful (0 votes)
51 views4 pages

What Are The Similarities and Differences Between A Data Flow Diagram and A Use Case - Quora

A data flow diagram (DFD) shows the flow of data through a system by depicting external entities, data stores, processes, and data flows. A use case describes a system's functionality from the user's perspective by defining interactions between actors and the system to achieve a goal. While a DFD focuses on data and processes, a use case emphasizes how users interact with the system and what they can accomplish without technical details.

Uploaded by

Clement Emmanuel
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
51 views4 pages

What Are The Similarities and Differences Between A Data Flow Diagram and A Use Case - Quora

A data flow diagram (DFD) shows the flow of data through a system by depicting external entities, data stores, processes, and data flows. A use case describes a system's functionality from the user's perspective by defining interactions between actors and the system to achieve a goal. While a DFD focuses on data and processes, a use case emphasizes how users interact with the system and what they can accomplish without technical details.

Uploaded by

Clement Emmanuel
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

11/5/2018 (3) What are the similarities and differences between a data flow diagram and a use case?

data flow diagram and a use case? - Quora

3
Home Answer Notifications Search Quora Add Question or Link

Trying to regain internet connection... Hide this message.

Data Flow Diagrams (DFD) Use Case Analysis +2 Related Questions

What are the similarities and differences between What is a data flow diagram?
a data flow diagram and a use case? What are the difference between level 0, level 1
Answer Follow · 11 Request and level 2 Data flow diagrams?

What is the relationship between a use case


Ad by DigitalOcean diagram and the class diagram? What is the
Starting a new project? Get started for free. difference between a use case diagram and a
sequence di...
Scale your deployments with a flexible and predictable pricing model. Free for 60
days. What are the advantages and disadvantages of
data flow diagrams?
Learn more at try.digitalocean.com
Why do system analysts use data flow diagram
(DFD)?
6 Answers
What’s the difference between a data flow diagram
Robert Smith, MOBILE APP DEVELOPERS and use case diagram in terms of construction and
usage?
Answered May 19, 2017

DFD (Data Flow Diagram) How can I learn to do Data flow diagrams better?

Where can I draw a data flow diagram online?


DFD is concerned with the flow of information/data and processes in the system
working with this information/data. It helps in identifying any business processes or What is the difference between a class diagram
and a use case diagram? Why do we need this?
existing business processes.
What is a use case diagram?
At most simply you can say a data flow is about how data flow and how it will be used
 Ask New Question
in system. And for more elaboration where data will be saved.
More Related Questions
Start with context diagram simple representation of whole system. So for the further
representation we do 1 more level and dig again to go through 3 level after that it' is Question Stats
not much necessary to dig more. More levels needed when asked for more process
11 Public Followers
information.
12,273 Views

Use Case Last Asked Oct 6, 2017


Edits
Use case is concerned with defining about what the system has to offer to its users.
You can say Unified modeling language to it. Moreover while developing software's
or in systems engineering, all actions we performed or event happening in this model
or software defined by use case. What are achievement we want to get defined by use
case. Actors in use case either human or external system or you can say a bot or data
server. Higher levels software's use these use cases where all the thing must shown.

6.4k Views · View Upvoters

Upvote · 4 Share

Add a comment... Recommended All

Ad by Quora for Business


Get app downloads by leveraging relevant content.
Promote your mobile app today. Quora's topic targeting helps find better audiences.

Start now at quora.com

https://www.quora.com/What-are-the-similarities-and-differences-between-a-data-flow-diagram-and-a-use-case 1/4
11/5/2018 (3) What are the similarities and differences between a data flow diagram and a use case? - Quora
Nihal Ansari, Blockchain Consultant (2016-present)
Answered Oct 18, 2017

1. Data flow diagram talks about the flow of data, i.e. Input - a process that
Trying to regain internet connection... Hide this message.
processes it - and output in a system or a portion of the system. There are
various blocks explaining this in a typical DFD. DFDs generally related to
the whole system or a major subsystem inside of a bigger system. DFD is
generally technical in nature.

2. A Use case - Is the journey of “one” functionality offered by your system to


the user. A use case is the presentation of one particular feature of a bigger
system which helps a user complete some task. For example, in case of an
ATM, the process of withdrawing money with the help of ATM software
from inserting the card to the collection of cash, is a use case. Use case is
independent of underlying technology and hence is a user level document.
i.e. not technical.

2.3k Views · View Upvoters

Upvote · 2 Share

Add a comment... Recommended All

Curtis Tsang, Founder, Enterprise & Software Architect PhD, MSc, MBA, BSc.
Answered Jan 18

Similarity: Both DFD & Use Case identify functional requirements

Differences:

DFD technique - apply Top-download decomposition (more suitable for non-OOP)

Learn More:

What is Data Flow Diagram?

Logical vs Physical Data Flow Diagrams

Use Case analysis - end-to-end user scenario analysis

What is Use Case Diagram? (typically aims for OOP)

Free Tool for drawing UML diagram

Free UML Tool

UML 2.5 Diagram Example

1.7k Views · View Upvoters

Upvote · 3 Share

Add a comment... Recommended All

Crystal Pellitier
Answered Oct 12, 2015

A data flow diagram is a graphic representation of a system or portion of system. It


consists of data flows, processes, sources, destinations, and stores – all described
through the use of easily understood symbols. An entire system can be described
from the viewpoint of the data it processes with only four symbol. At the same time,

https://www.quora.com/What-are-the-similarities-and-differences-between-a-data-flow-diagram-and-a-use-case 2/4
11/5/2018 (3) What are the similarities and differences between a data flow diagram and a use case? - Quora

data flow diagrams are powerful enough to show parallel activities. When standard
symbols limit communication, a presentation graph, which uses symbols of people,
files, terminals, and documents, can be used to discuss a system with users.
Trying to regain internet connection... Hide this message.

A user case diagram shows you some of the use cases in your system, some of the
actors in your system, and the relationships between them. A use case is a high- level
piece of functionality that the system will provide. An actor is anyone or anything
that interacts with the system being built.

6.5k Views · View Upvoters

Upvote · 1 Share

Add a comment... Recommended All

Razvan Coca
Answered Mar 22, 2017

One could see data flow diagram as an augmented use case diagram. Even one that
makes far more sense to a developer/architect than the use case diagram.

However use case diagram should be as simple as possible in my view.

One reason would be that you could use the use case diagrams to draft a contract and
a bill. Another is that you would not discuss business cases and data flow in the same
long conversation. And a strategic one is that you would not want to discuss with the
client all the details of the architecture since businessmen do not always make the
best educated architectural choices.

2.5k Views · View Upvoters

Upvote · 2 Share

Add a comment... Recommended All

Andrew Targowski, former Professor Emeritus at Western Michigan


University (1980-2017)
Answered Mar 26, 2017

Data Flow Diagram only shows the sources and destinations of data coming and
going from the system and the transformation of data when it passes through some
system process. A Use Case is used to capture the functional requirements of the
system. A Use Case is a high- level piece of functionality that the system will provide
to different actors interacting with the system.

1.7k Views · View Upvoters

Upvote · 2 Share

Add a comment... Recommended All

Top Stories from Your Feed

Answer written · Psychology of Everyday Life · Sun Answer written · Psychology of Everyday Life · Sun Answer written · Weddings · Sun

What did you find while As a woman, what do men do Have you ever been to a
snooping that you wish you had that makes you cringe? wedding where someone spoke
https://www.quora.com/What-are-the-similarities-and-differences-between-a-data-flow-diagram-and-a-use-case 3/4
11/5/2018 (3) What are the similarities and differences between a data flow diagram and a use case? - Quora

never found? Kelly Rose, Experienced dater up to stop it?


Answered Oct 31 · Upvoted by Jeremi
Michael Brett, Professional Shearon, Assistant Manager at Casey's Nikki Travis, former
Rapscallion General Stores (2017-present) Entrepreneur/Retired (1992-2011)
Updated Fri · Upvoted by Zack Hossain, Trying to regain internet connection... Hide this message. Updated Oct 17
Head Executive Professional Imaginative After being with partner (now fiance) for a
Director at Life and Living (2003-present) few years, I started noticing that when we Yes. She read his cheating comments from

went out in public together- to a restaurant, his phone account as her vows, said he didn't
I found the smoking gun. I
a hotel, the Optus store — that the staff deserve her and that he needed to excuse
was sure my wife had been
(usually men) would al... (more) himself from the venue. We all watched him
cheating, but she
tuck tail and leave stunne... (more)
emphatically denied it. I had Upvote · 3.4k Share · 6
a shit-load of circumstantial Upvote · 22k Share · 72
evidence, but not undeniable
Read In Feed Read In Feed Read In Feed
proof. For 19 years I never

https://www.quora.com/What-are-the-similarities-and-differences-between-a-data-flow-diagram-and-a-use-case 4/4

You might also like