QUESTION IMAGE
Question
which of the following are characteristics of centralized version control systems? select 3 options. changes to the project are stored in a log file on each developers computer. the process may require file locking, depending on file type. it allows many developers to work on the same project from anywhere at the same time. project files are maintained in a central repository. a full copy of all project files is stored on each developers computer.
In centralized version control systems, project files are kept in a central repository. File - locking might be needed depending on file type to avoid conflicts. Multiple developers can't work freely on the same file simultaneously like in distributed systems. Also, changes aren't mainly stored in local log files on each developer's computer and a full copy of all files isn't stored on each developer's computer by default.
Snap & solve any problem in the app
Get step-by-step solutions on Sovi AI
Photo-based solutions with guided steps
Explore more problems and detailed explanations
B. The process may require file locking, depending on file type.
D. Project files are maintained in a central repository.
(There are only two correct options based on the nature of centralized version - control systems among the given ones. The option about allowing many developers to work from anywhere at the same time is more characteristic of distributed systems, and the options about local storage on each developer's computer are incorrect for centralized systems.)