What is the purpose of version control in software engineering ?
2025
What is the purpose of version control in software engineering ?
- A.
To track the changes made to software code and manage multiple versions
- B.
To speed up the execution of the software
- C.
To ensure that the software is free from bugs
- D.
To improve the user interface of the software
Attempted by 31 students.
Show answer & explanation
Correct answer: A
Version control is a system that records changes to files over time, allowing users to recall specific versions and collaborate effectively in software engineering.