Choose the correct description of Version control.
- A. A general, reusable solution to a commonly occurring problem in software design.
- B. An Agile framework that organizes work into fixed-length iterations called sprints.
- C. The process of modifying software after delivery to fix issues or improve performance.
- D. A system that records changes to files over time so specific versions can be recalled later. ✓
Correct answer
D. A system that records changes to files over time so specific versions can be recalled later.
Explanation
Version control refers to a system that records changes to files over time so specific versions can be recalled later.