Chapter 25: Configuration Management – Flashcards
11 test answers
Unlock all answers in this set
Unlock answers 11question
Describe two actions that the GIT version management system takes to reduce storage requirements
answer
Standard compression algorithm Use notion of packfiles (several smaller files are combined into an indexed single file
Unlock the answer
question
Three different platforms that may be involved in a system building process
answer
The development system The build server The target environment
Unlock the answer
question
What are two types of signatures that may be used to relate source code files and their equivalent object code in a build system?
answer
Modification timestamps Source code Checksums
Unlock the answer
question
What are the objectives of the change management process?
answer
1. to ensure that the evolution of the system is controlled and that the most urgent and cost-effective changes are prioritized 2. Process of analyzing the costs and benefits of proposed changes, approving those changes that are cost-effective, and tracking which components in the system have been changed
Unlock the answer
question
System version
answer
version of the system that has a particular set of services/actions
Unlock the answer
question
System release
answer
version of the system that is distributed to the customers
Unlock the answer
question
What files and other info may be included in a system release?
answer
Configuration files Data files Installation program Documentation Packaging and associated publicity
Unlock the answer