nerdexam
Cisco

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…

Software Development and Design

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)
  • A
    88% (15)
  • B
    6% (1)
  • D
    6% (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

#Version Control System#Source Code Management#Change Tracking

Community Discussion

No community discussion yet for this question.

Full 200-901 Practice