SOFTWARE ENGINEERING

SOFTWARE DESIGN

ARCHITECTURAL DESIGN

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
In transaction mapping the first level factoring results in the
A
creation of a CFD
B
derivation of the control hierarchy
C
.distribution of worker modules
D
refinement of the module view
Explanation: 

Detailed explanation-1: -In many software applications, a single data item triggers one or a number of information flows that effect a function implied by the triggering data item. The data item, called a transaction, and its corresponding flow characteristics .

Detailed explanation-2: -Answer: transform flow-overall data flow is sequential and flows along a small number of straight line paths. transaction flow-a single data item triggers information flow along one of many paths.

Detailed explanation-3: -It means splitting functions into smaller functions (along the structural lines of the problem). It means finding those functions which are fundamental to the problem (you can tell they are fundamental because they are used in multiple places).

There is 1 question to complete.