- Auser stories
- BNone of the options
- Cbug fixes
- Dboth user stories and bug fixes
The correct answer is:
✅ Codeline
In version control systems, a branch is sometimes referred to as a codeline because it represents a separate line of development that can evolve independently.
Codeline ✅ (Correct)
Trunk ❌ (Incorrect)
Mainline ❌ (Incorrect)
None of the options ❌ (Incorrect)
Thus, "Branch is also known as a Codeline." 🚀
✅ Cyclomatic Complexity Number
The complexity of code is primarily determined by Cyclomatic Complexity (CC), which measures the number of linearly independent paths in a program.
Thus, Cyclomatic Complexity Number is the correct answer! 🚀
✅ True
A build can be triggered automatically by a version control tool when changes are committed. This is a key feature of Continuous Integration (CI).
🔹 How does this work?
Thus, the statement is TRUE ✅ because modern development workflows allow builds to be triggered automatically by version control changes. 🚀
✅ IBM ClearCase is a stream-based version control system.
IBM ClearCase follows a stream-based version control model, which means:
A distributed version control system (DVCS), like Git or Mercurial, allows each developer to have a full copy of the repository locally. ClearCase does not follow this model—it relies on a central repository and stream-based branching.
Thus, IBM ClearCase is a stream-based version control system. 🚀
✅ Build Scheduler
✅ both user stories and bug fixes
✅ Functional testing
✅ Code Complexity
✅ Build repair rate
You have unsaved changes or are in the middle of a quiz. If you leave, your progress might be lost. Select option for all questions.