engineering computer science MCQ #1264

What is the purpose of version control systems?

engineering computer science MCQ #1264

  1. Question 1

    Q1. What is the purpose of version control systems?

    • A) To manage different versions of code
    • B) To improve code quality
    • C) To automate testing
    • D) To manage project documentation

    Answer: To manage different versions of code

    Explanation: Version control systems, such as Git, manage different versions of code, allowing developers to track changes and collaborate on projects.