210k views
4 votes
Once a software engineering work product becomes a baseline it cannot be changed again?

1) True
2) False

User AlexCheuk
by
7.2k points

1 Answer

2 votes

Final answer:

False. Once a software engineering work product becomes a baseline, it can still be changed, but through a formal change control process.

Step-by-step explanation:

The statement given in the question is False. Once a software engineering work product becomes a baseline, it can still be changed. However, any changes made to the baseline need to go through a formal change control process to ensure that the changes are documented, reviewed, and approved before they can be implemented.

This process helps in maintaining the integrity of the baseline and ensures that any changes made to the work product do not compromise its quality or functionality.

For example, if a software development team creates a baseline for a software design, they can still make changes to the design if necessary. However, these changes would need to be properly documented, reviewed by the relevant stakeholders, and approved before they can be incorporated into the baseline.

User Brien Foss
by
8.4k points