200-901 · Question #549
What is a benefit of using a version control system?
The correct answer is A. tracks changes to the files. A version control system (VCS) provides the benefit of tracking changes to files over time. It maintains a historical record of modifications, allowing developers to view, compare, and revert changes. This functionality is crucial for collaboration, troubleshooting, and…
Question
What is a benefit of using a version control system?
Options
- Atracks changes to the files
- Benforces change management controls
- Ccentralizes binary files
- Dprevents code from being stored locally
How the community answered
(17 responses)- A88% (15)
- B6% (1)
- D6% (1)
Explanation
A version control system (VCS) provides the benefit of tracking changes to files over time. It maintains a historical record of modifications, allowing developers to view, compare, and revert changes. This functionality is crucial for collaboration, troubleshooting, and maintaining a comprehensive history of the codebase.
Topics
Community Discussion
No community discussion yet for this question.