Computer Science, asked by rajeswarinaidu64, 3 months ago

From the options identify the features that are part of the software configuration management

Select one or more:
Synchronisation control
Concurrency control
Support management
Version management

Answers

Answered by Alokkumar7633
31

Answer:

Version management, concurrency management, synchronization management

Answered by vishakasaxenasl
3

Answer:

Software configuration management consist of features like Version management, concurrency control, synchronization control.

Explanation:

When a software is developed it doesn't evolve as a whole at once. The software has to go through a number of phases and we need to handle all the phases efficiently in order to develop a productive software. This process is called software configuration management. It has certain features:

  • Concurrency Control: The process of coordinating simultaneous operations that might be conflicting with each other is known as the concurrency control.
  • Synchronization Control: Synchronization is the defined as the ability to coordinate, organize and manage flow of information, services, and  data in such a way that the software functions as a single entity. Changes made by any component are quickly reflected and synchronized with other components.
  • Version Management: Basically Version Management allows to track on changes made on a particular software and keep a record of every changes made. Let’s  suppose if a team of developer add some new features in a application and the updated version is not working properly so as version control system keeps track of our work so we can easily roll back to the previous version and find some other ways to add this new functionality.

#SPJ3

Similar questions