nerdexam
Cisco

200-901 · Question #597

What is a benefit of version control?

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…

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

How the community answered

(34 responses)
  • A
    6% (2)
  • B
    88% (30)
  • C
    3% (1)
  • D
    3% (1)

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 Practice