5.2 Data Flow Diagrams Flashcards

1
Q

What are level 0 Data flow diagrams

A

Context diagrams - they show little detail but enable the user to gain an over view of how information flows through the system

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What are level 1 data flow diagrams

A

They show how the main processes are broken down into sub processes.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Rules and tips for data flow diagrams

A
  • Each process needs an input and an output
  • each data store should have atleast one data flow in and one data flow out
  • Data stored in a system must go through a process
  • all processes must go to another process or data store
  • data flows in one direction
  • each data flow connects to at least one process
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is an entity

A

External objects outside of the system that the system communicates with.
They are sometimes sources and destinations of the systems inputs and outputs.

E.g. customer places an order via an e-commerce website ( external entity)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is a process

A

Anything that changes the data and produces an output. They represent the functionalities of the system. A process can only exist once on a DFD

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is a data store

A

Represents stored data or control at rest. They are used when different processes need to share information but are active at different times.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is the purpose of a rectangle as a standard DFD symbol

A

External entity

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is the purpose of a curved rectangle on a DFD

A

Process

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is the purpose of an arrow on a DFD

A

Data flow

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is the purpose of an open ended rectangle that’s split vertically on the left on a DFD

A

Data store

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Impacts of affecting the flow of information in information systems DFD

A

Complete or partial system failure - delay in the flow of data
Human error - data being lost or processed incorrectly
Breakdown in a working relationship - delay in the flow of data, delay in processing, delay in storage

How well did you know this?
1
Not at all
2
3
4
5
Perfectly