Developing Applications and Automating Workflows Using Cisco Platforms (DEVASC) — Question 185
What is a benefit of version control?
Answer options
- A. prevents two users from working on the same file
- B. keeps track of all changes to the files
- C. prevents the sharing of files
- D. keeps the list of data types used in the files
Correct answer: B
Explanation
The correct answer, B, highlights that version control systems are designed to track and log all changes made to files, allowing users to revert to previous versions if necessary. Option A is incorrect because version control allows multiple users to work on files simultaneously, while C is wrong as version control promotes file sharing. Option D is not accurate since version control does not focus on data types but rather on file changes.