Question

What is the concept of "forking" in the context of open source software?

A Merging code changes Correct Answer Incorrect Answer
B Creating a new project from an existing one Correct Answer Incorrect Answer
C Compiling the source code Correct Answer Incorrect Answer
D Version control Correct Answer Incorrect Answer
E Debugging code Correct Answer Incorrect Answer

Solution

The concept of "forking" in the context of open source software refers to option B) Creating a new project from an existing one. It involves taking an existing open source project and creating a separate, independent project based on it.

Practice Next
×
×