Question

When code is integrated into a larger system, problems may surface. Explain how configuration management can...

When code is integrated into a larger system, problems may surface. Explain how configuration management can be useful when handling such problems.

Homework Answers

Answer #1

Dear Student,

Answer :

  • Configuration management is important when a collection of people are cooperating to develop software.
  • As it is the process of managing changes to evolving software system, the main aim of configuration management is to support the system integration process so that all developers can access the project code and documents in a controlled way, find out what changes have been made, and compile and link components to create a system.
  • It follows a few of activities like Version management, System integration and Problem tracking.
  • Eg :
  • When something does not go right with a new version of a system, it may be able to go back to a working version of the system or component.
  • Explanation:
  • If a new version of software is created, there is a significant change in functionality, technology, or the hardware is runs on, etc.
  • On the other hand a new revision of software refers to minor bug fix in that software.

Hope This Helps.

All The Best

Know the answer?
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for?
Ask your own homework help question
Similar Questions
How are management and governance of an integrated system or network different from management and governance...
How are management and governance of an integrated system or network different from management and governance of an individual organizarional entity?
Pointers in C++ may have potential problems if not properly used. For the following C++ code,...
Pointers in C++ may have potential problems if not properly used. For the following C++ code, identify the problem, briefly explain the problem, and also state Java's handling of such cases.     int *p1;    p1 = new int [1000];                                     p1 = new int [10]; (a) Name the problem: (b) Brief explain what caused the problem: (c) Does Java suffer similar problem? If yes, say so. If no, how does Java avoid such problem?
Explain how the Gray code solves the problems originated by a pure binary code.
Explain how the Gray code solves the problems originated by a pure binary code.
GI, Nervous and GU system discussion 1. How do you code for ERCPs? explain in detail,...
GI, Nervous and GU system discussion 1. How do you code for ERCPs? explain in detail, give an example. 2. When do you use a mesh when coding a hernia repair? Explain and give an example 3. Explain the endoscopic procedures that can be performed in the GU system.
Explain how schedule management is different when using an agile project management approach compared to traditional...
Explain how schedule management is different when using an agile project management approach compared to traditional planbased project management.                                                                                                       In Scrum,why is it useful to hold retrospectives at the end of weekly iterations? (1 mark)
Explain how Artificial Neural Networks can be integrated into Expert Systems to improve their performance
Explain how Artificial Neural Networks can be integrated into Expert Systems to improve their performance
What information generated by a process costing system can be used by management? How can management...
What information generated by a process costing system can be used by management? How can management use this process costing Information?
Discuss three global employee and labor relations problems. How can organizations overcome these problems? Explain.
Discuss three global employee and labor relations problems. How can organizations overcome these problems? Explain.
(1 bookmark) Without software hardware cannot operate. explain how the following system software may be useful....
(1 bookmark) Without software hardware cannot operate. explain how the following system software may be useful. Your answer must also include the elements which are included within the brackets. I. Operating system ( Type of OS and Type of Interface) II. Backup tool ( Type of Back-up and Back-up media) III. File handler (File operations).
pseudo code c Explain how you add fixed-width digits in a decimal number system. How do...
pseudo code c Explain how you add fixed-width digits in a decimal number system. How do you do this in binary? How do you do this in hexadecimal? Explain how you subtract numbers in digits in a decimal number system. How do you do this in binary? How do you do this in hexadecimal?