Beginner
Web & Software Development
Q6 / 100
What is version control and why is it important?
Correct! Well done.
Incorrect.
The correct answer is B) A system tracking changes to files over time, enabling collaboration, rollback, and history — Git is the most widely used system
B
Correct Answer
A system tracking changes to files over time, enabling collaboration, rollback, and history — Git is the most widely used system
Explanation
Version control (Git, SVN) tracks every change. Benefits: history, collaboration, branching, rollback, blame/blame. Git is distributed — every clone has the full history.
Progress
6/100