What involves preparing software for external release and keeping track of the system versions that have been released for customer use ?
A. System building
B. Release management
C. Change management
D. Version management
A. System building
B. Release management
C. Change management
D. Version management
A. Change management
B. Version management
C. System building
D. Release management
Explanation: It involves approving those changes that are worthwhile, and tracking which components in the system have been changed.
A. Agile method
B. Parallel compilation method
C. Large systems method
D. All of the mentioned
Explanation: In keeg with the agile methods notion of making many small changes, continuous integration involves rebuilding the mainline frequently, after small source code changes have been made.
A. Version and release identification
B. Build script generation
C. Project support
D. Change history recording
Explanation: All other options are a part of version management
Which of the following is not a Version management feature ? Read More »
Software Management A. Minimal recompilation
B. Documentation generation
C. Storage management
D. Reporting
Explanation: To reduce the storage space required by multiple versions of components that differ only slightly, version management systems usually provide storage management facilities.
Which of the following is not a build system feature ? Read More »
Software Management A. Design & Test specification
B. Source code
C. Log information
D. All of the mentioned
Explanation: A configuration item is an approved and accepted deliverable, changes have to be made through formal procedure.
Which of the following is a configuration item ? Read More »
Software Management A. System building
B. Mainline
C. Software Configuration Item(SCI)
D. None of the mentioned
A. Version
B. Codeline
C. Baseline
D. None of the mentioned
Which of the following is a collection of component versions that make up a system ? Read More »
Software Management A. electronic and paper documentation describing the system
B. packaging and associated publicity that have been designed for that release
C. an installation program that is used to help install the system on target hardware
D. all of the mentioned
Explanation: Release creation is the process of creating the collection of files and documentation that includes all of the components of the system release.
Which of the following is a part of system release ? Read More »
Software Management A. Branching
B. Merging
C. Codeline
D. Mainline
Explanation: The code may then be developed independently.