For the control flow, what is the correct labelling?
Number of correct answers: 1
Answer : A
If you are flying with an economy ticket, there is a possibility that you may get upgraded to business class, especially if you hold a gold card in the airline's frequent flier program. If you don't hold a gold card, there is a possibility that you will get 'bumped' off the flight if it is full and you check in late. This is shown in the figure hereafter. Note that each box (i.e. statement) has been numbered.
Three tests have been run:
Test 1: Gold card holder who gets upgraded to business class
Test 2: Non-gold card holder who stays in economy
Test 3: A person who is bumped from the flight
What is the statement coverage of these three tests?
Number of correct answers: 1

Answer : C
The comment frequency of the code fragment is 13%. To which ISO 9126 quality attribute does a good level of comment frequency especially contribute?
Number of correct answers: 1
Answer : A
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
The application of multiple condition testing is also being considered.
Which specification-based technique is largely based on the principle of multiple condition testing?
Number of correct answers: 1
Answer : C
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
Which additional set of test cases is needed to achieve both 100% statement coverage and 100% decision coverage?
Number of correct answers: 1
Answer : C