In Software Configuration Management (SCM), which of the following is a use-case supported by standard version control systems ? (a) Managing several versions or releases of a software (b) Filing bug reports and tracking their progress (c) Allowing team members to work in parallel (d) Identifying when and where a regression occurred

In Software Configuration Management (SCM), which of the following is a use-case supported by standard version control systems ? (a) Managing several versions or releases of a software (b) Filing bug reports and tracking their progress (c) Allowing team members to work in parallel (d) Identifying when and where a regression occurred Correct Answer Only (a), (c), and (d)

The correct answer is option 1.

Key Points

Software Configuration Management(SCM) is a use-case supported by standard version control systems:

  • Develop the next version of a piece of software while fixing problems with the current one.
  • Share code with other team members in a controlled way, allowing you to develop code in parallel with others and join with the current state of the code line.
  • Identify what versions of code went into a particular component.
  • Analyze where the change happened in the history of components development.

∴ Hence the correct answer is Only (a), (c), and (d).

Related Questions