ExamGecko
Home Home / Scrum / PSD
Question list
Search
Search

Question 56 - PSD discussion

Report
Export

Cyclomatic complexity is a metric for:

A.
Measuring branching structures and nesting levels in code
Answers
A.
Measuring branching structures and nesting levels in code
B.
Assessing if code is written in as few lines as possible
Answers
B.
Assessing if code is written in as few lines as possible
C.
Determining the number of unit tests required to ensure correctness
Answers
C.
Determining the number of unit tests required to ensure correctness
D.
Demonstrating code is well structured and cleanly implemented
Answers
D.
Demonstrating code is well structured and cleanly implemented
Suggested answer: A

Explanation:

Cyclomatic complexity is a number expressing the number of different paths that can be taken throughout the code. Higher means complex code.

asked 23/09/2024
HAZEM SHAIKHANI
45 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first