📢 Too many exams? Don’t know which one suits you best? Book Your Free Expert 👉 call Now!


    Question

    What is the purpose of version control systems (e.g.,

    Git, SVN)?
    A To automatically deploy code to production. Correct Answer Incorrect Answer
    B To manage different versions of source code, track changes, and facilitate collaboration among developers. Correct Answer Incorrect Answer
    C To compile code faster. Correct Answer Incorrect Answer
    D To debug code automatically. Correct Answer Incorrect Answer
    E To generate documentation. Correct Answer Incorrect Answer

    Solution

    Version control systems are essential tools for software development. They allow developers to track every change made to the codebase, revert to previous versions, merge changes from multiple contributors, and manage different branches of development, ensuring collaboration and code integrity.

    Practice Next
    ask-question