28.2k views
4 votes
Which is a software configuration management concept that helps us to control change without seriously impeding justifiable change?

User Yassassin
by
6.1k points

1 Answer

4 votes

Answer:

Baselines

Step-by-step explanation:

The idea of software configuration management is that of monitoring and controlling changes in the software. The baseline is the standard and formally accepted form of a software item that is meant to be configured. It is like a generally accepted reference point, which could be applied in effecting incremental changes in the software.

There are three types of baselines which are the functional, developmental, and product baselines. Functional baselines provide an overview of the functionality and specifications of a system. The product baseline encompasses both the functional and physical details of the system.

User Franva
by
6.5k points