Developing Applications and Automating Workflows Using Cisco Platforms (DEVASC) — Question 4
What are two advantages of version control software? (Choose two.)
Answer options
- A. It supports tracking and comparison of changes in binary format files.
- B. It allows new team members to access the current code and history.
- C. It supports comparisons between revisions of source code files.
- D. It provides wiki collaboration software for documentation.
- E. It allows old versions of packaged applications to be hosted on the Internet.
Correct answer: B, C
Explanation
The correct answers, B and C, highlight how version control software aids new team members in accessing the latest code and its history, and how it allows for effective comparisons between code revisions. Options A, D, and E do not directly pertain to the core advantages of version control in managing changes and facilitating collaboration on code.