开发者

what is diffrence between Control flow diagram & Data flow diagram

what is diffrence between Cont开发者_如何学编程rol flow diagram & Data flow diagram.

Please recoomend which is best for functional specification.


Data flow diagrams are used to describe data flow within a system. They can depict transformations on data as well as storage locations. They trace the route that data travels in a system, from start to finish.

Control flow diagrams are used to describe the detailed logic of a business process or business rule. Control flow diagrams can easily illustrate decisions within the system via decision nodes that branch in different logical paths.


CONTROL FLOW diagram is a diagram to describe the flow of of process or programm. DFD is siginificant modeling techniqeue for analyzing and constructing information process


A data flow model is diagrammatic representation of the flow and exchange of information within a system.

A Control Flow Graph (CFG) is the graphical representation of control flow or computation during the execution of programs or applications.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜