Computer Science, asked by zahedbinhaseen4938, 1 year ago

Difference between control flow oriented and data flow oriented design techniques

Answers

Answered by dolldeepti6
1
Control flow-oriented design deals with carefully designing the program’s control structure. A program's control structure refers to the sequence, in which the program's instructions are executed, i.e. the control flow of the program. But data flow-oriented design technique identifies:
• Different processing stations (functions) in a system
• The data items that flows between processing stations

Similar questions