Version Control allows users to lock files so they can only be edited by one person at a time and track changes to files
Answer options
A
True
B
False
Correct answer: True
Explanation
Quick AnswerThe correct answer is True because it directly addresses the core logic of Software Engineering.
Version control systems allow locking files to prevent concurrent edits and track file history.