00:00

QUESTION 51

- (Exam Topic 13)
A washing machine has three temperature bands for different kinds of fabrics: fragile fabrics are washed at temperatures between 15 and 30 degrees Celsius; normal fabrics are washed at temperatures between 31 and 60 degrees Celsius; heavily soiled and tough fabrics are washed at temperatures between 61 and 100 degrees Celsius.
Which of the following contains only values that are in different equivalence partitions?

Correct Answer: C
Answer (A) includes two values from the lower partition, answer (B) contains two values from the second partition, answer (D) contains one value that is invalid (out of range).

QUESTION 52

- (Exam Topic 13)
Which of the following statements are true?
(i) Defects are likely to be found earlier in the development process by using reviews rather than static analysis.
(ii) Walkthroughs require code but static analysis does not require code.
(iii) Informal reviews can be performed on code and specifications.
(iv) Dynamic techniques are generally used before static techniques.
(v) Dynamic techniques can only be used after code is ready to be executed.

Correct Answer: D
The other answers are incorrect because:
(ii) Walkthroughs do not require code and static analysis does require code.
(iv) Static techniques do not execute the code and therefore can be run before and after the code is ready for execution.

QUESTION 53

- (Exam Topic 2)
As part of the improvement program, the organization is also looking at tool support. Which type of tool could be used to ensure higher quality of the code to be reviewed? 1 credit

Correct Answer: C

QUESTION 54

- (Exam Topic 10)
Which one of the following estimation approaches is appropriate at this stage of the project? 2 credits

Correct Answer: A

QUESTION 55

- (Exam Topic 5)
Part of the testing strategy indicates that you are going to be using systematic test design techniques. Your manager has asked that you present the main advantages of using these techniques at the next board meeting. Identify THREE main benefits of using systematic test design techniques within this company. 2 credits (for 2 out of 3 correct 1 credit)

Correct Answer: BDE