FUNDAMENTALS OF COMPUTER

DATABASE FUNDAMENTALS

CLOUD COMPUTING AND DATABASES

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
This is also known as version control, or revision control, source control, is the management of changes to documents, computer programs, large web sites, and other collections of information.
A
Secure Sockets Layer (SSL)
B
Domain Name System (DNS)
C
Authentication
D
Software Configuration Management (SCM)
Explanation: 

Detailed explanation-1: -In software engineering, version control (also known as revision control, source control, or source code management) is a class of systems responsible for managing changes to computer programs, documents, large web sites, or other collections of information.

Detailed explanation-2: -Version control, also known as source control, is the practice of tracking and managing changes to software code. Version control systems are software tools that help software teams manage changes to source code over time.

Detailed explanation-3: -In revision control the emphasis is on managing the change (besides the version) while in version control the emphasis (obviously) is on managing versions which might not include merging, branching and so on.

Detailed explanation-4: -Git is one of the best version control tools that is available in the present market. Provides strong support for non-linear development. Distributed repository model.

Detailed explanation-5: -With centralized version control systems, you have a single “central” copy of your project on a server and commit your changes to this central copy. You pull the files that you need, but you never have a full copy of your project locally.

There is 1 question to complete.