Which of the following is a valid way to calculate the cyclomatic complexity? 1 credit [K2]
It has been decided by management to ask an external consultant to perform a reliability assessment. The external consultant will use a checklist to support the assessment. Select TWO checklist items that are most likely to be part of a reliability checklist. 2 credits [K3]
Which TWO additional structure-based test design techniques could be used to dynamically test the code? 1 credit [K2]
Part 3 "Bonus Program"
When performing code reviews, which of the following defect types will be most difficult to find? 1 credit [K2]
A developer has spent three days looking at a system that crashes now and then. The problem was caused by two coding faults:
i. A variable was being used but had not been defined;
ii. There was a 'goto' statement to an undefined label
1 credit [K2]