Question: provide, I have questions in software engineering please: question 1 ======== Two major dimensions of alteration are:Change in functionality and Change in implementation technique A

provide, I have questions in software engineering please:

question 1

========

Two major dimensions of alteration are:Change in functionality and Change in implementation technique

A change in functionality

Comes from a change in the business rules

A modification of the business rules results in modifications of the system

Change of functionality does not affect how the system is implemented, that is, how forward engineering is carried out.

can you gve example here please?

Question 2

========

An example of rework strategy

is replacing unstructured control flow constructs (GOTOs) with more commonly used structured constructs (for loop) by first generating a control flow graph (CFG) for the given system, then applying a restructuring algorithm to the CFG to produce a structured CFG, and finally translating the new, structured CFG back into the original programming language.

An example of replace strategy is replacing the unstructured control flow with a structured control flow by first representing the program at a higher level without using control flow concepts, then by representing the system at a lower level of abstraction with a new structured control flow.

can you clarify the above steps please it is not clear to me? Use examples please

Thanks

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!