SOFTWARE ENGINEERING

SOFTWARE DESIGN

ARCHITECTURAL DESIGN

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Structured design is a data flow oriented design method
A
True
B
False
C
Either A or B
D
None of the above
Explanation: 

Detailed explanation-1: -Data flow design is a way to represent the architectural design of the software. It expresses the input-process-output of the software. The designs start with creating the data flow diagram, and later we transform the diagram into a structure chart.

Detailed explanation-2: -Structured vs Object Oriented Methodology. Structured design breaks a system down into functional modules. Each module can be described as having inputs, processing, and outputs. Structured de sign is a top-down decomposition of system functionality, while object oriented design focuses on system behavior.

Detailed explanation-3: -The data structure-oriented design approach utilizes the data structures of the input data, internal data (for example databases) and output data to develop software. In the data structure-oriented approach, the emphasis is on the object, which is the d ata.

There is 1 question to complete.