Match the terms related to Software Configuration Management (SCM) in List – I…
2017
Match the terms related to Software Configuration Management (SCM) in List – I with the descriptions in List – II.
\(\begin{array}{clcl} & \textbf{List-I} && \textbf{List-II} \\ \text{I.} & \text{Version} & \text{A.} & \text{An instance of a system that is distributed} \\ &&& \text{to customers} \\ \text{II.} & \text{Release} & \text{B.} & \text{An instance of a system which is functionally}\\&&&\text{identical to other instances but designed for} \\ &&& \text{different hardware/software instances.} \\ \text{III.} & \text{Variant} & \text{C.} & \text{An instance of a system that differs, in some} \\ &&& \text{way, from other instances} \\ \end{array}\)
Codes :
- A.
I-B; II-C; III-C
- B.
I-C; II-A; III-B
- C.
I-C; II-B; III-A
- D.
I-B; II-A; III-C
Attempted by 174 students.
Show answer & explanation
Correct answer: B
Correct matching:
Version — An instance of a system that differs in some way from other instances. Versions represent different revisions or states (for example, v1.0, v1.1).
Release — An instance of a system that is distributed to customers. A release is the packaged deliverable intended for deployment or use by end users.
Variant — An instance of a system which is functionally identical to other instances but designed for different hardware or software environments (platform-specific builds or configurations).
Why this is correct: Versions capture differences over time or revisions; releases are the units sent to customers; variants are alternate builds for different target environments. Any mapping that swaps these meanings confuses revision/state, distribution, and platform-specific builds.