CompTIA Cloud+ (CV0-004) — Question 103
Which of the following do developers use to keep track of changes made during software development projects?
Answer options
- A. Code drifting
- B. Code control
- C. Code testing
- D. Code versioning
Correct answer: D
Explanation
The correct answer is D, Code versioning, which is specifically designed to manage and track changes to the codebase over time. Options A, B, and C do not represent established practices for tracking code changes; code drifting refers to divergence in codebases, code control is not a standard term, and code testing focuses on verifying functionality rather than tracking changes.