Which method recommends that very frequent system builds should be carried out with automated testing to discover software problems ?

Which method recommends that very frequent system builds should be carried out with automated testing to discover software problems ?

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.

Which of the following is not a build system feature ?

Which of the following is not a build system feature ?

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 a configuration item ?

Which of the following is a configuration item ?

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 part of system release ?

Which of the following is a part of system release ?

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.