Modern Systems Analysis and Design: Structuring System Process Requirements
Modern Systems Analysis and Design: Structuring System Process Requirements
Lecture 7
Data Store:
D. Data cannot move directly from one data store to another data store. Data must be moved by a process.
E. Data cannot move directly from an outside source to a data store. Data must be moved by a process that receives
data from the source and places the data into the data store.
F. Data cannot move directly to an outside sink from a data store. Data must be moved by a process.
H. Data cannot move directly from a source to a sink. It must be moved by a process if the data are of any concern to
our system. Otherwise, the data flow is not shown on the DFD.
I. A source/sink has a noun phrase label.
P. A data flow has a noun phrase label. More than one data flow noun phrase can appear on a single arrow as long as
all of the flows on the same arrow move together as one package.
• Feedback Blank