Which of the following is a valid way to calculate the cyclomatic complexity?
Number of correct answers: 1
Answer : D
How many test cases are needed to test code fragment lines 26 -- 32 to achieve 100% condition determination coverage?
Number of correct answers: 1
Answer : B
You have tested the program and have found that with ''bonus'' a boundary value has not been implemented according to design. You have written an incident report. Which of the following is the incident report of the highest quality?
Number of correct answers: 1
Answer : C
Consider the following code fragment
If (a>b) and (b>c) then
b = (a+c)/2
endif
Assume that in the following options, each of the three numbers in parenthesis represent the inputs for a test case, where the first number represents variable ''a'', the second number represents variable ''b'', and the third number represents variable ''c''.
Which of the following gives a set of test case inputs that achieves 100% decision coverage for this fragment of code with the minimum number of test cases?
Number of correct answers: 1
Answer : C
The result of a product risk analysis performed on components I, II and III of the airplane control system shows the following risk matrix:

The project wants to mitigate the risks by defining different types of coverage depending on the risk level of the components. Which of the following would be a meaningful solution for setting the coverage targets?
Number of correct answers: 1
Answer : A
An embedded software company is considering to improve the quality of its software components to be delivered to the integration team. After studying various experience papers that report a higher level of quality for software components, two main alternative techniques are identified: static analysis and dynamic analysis. In deciding which one is most applicable and how they relate to each other a detailed study is performed. Which of the following are TWO key similarities between static analysis and dynamic analysis?
Number of correct answers: 2
Answer : C, E
For the control flow, what is the correct labelling?
Number of correct answers: 1
Answer : A