nerdexam
CiscoCisco

200-901 · Question #597

200-901 Question #597: Real Exam Question with Answer & Explanation

The correct answer is B: tracking development changes. Version control systems (VCS) like Git provide numerous benefits, with one of the primary ones being the ability to track development changes. This means that every change made to the codebase is recorded along with information about who made the change, when it was made, and why

Software Development and Design

Question

What is a benefit of version control?

Options

  • Aapplication of code directly to hardware
  • Btracking development changes
  • Creuse of code-on-code patches
  • Dcompatibility with back-end systems

Explanation

Version control systems (VCS) like Git provide numerous benefits, with one of the primary ones being the ability to track development changes. This means that every change made to the codebase is recorded along with information about who made the change, when it was made, and why. This allows teams to collaborate effectively, revert to previous versions if necessary, and understand the history of the project.

Topics

#version control#software development practices#code management

Community Discussion

No community discussion yet for this question.

Full 200-901 PracticeBrowse All 200-901 Questions