Zusammenfassung der Ressource
Frage 1
Frage
Which of the following artifacts can be examined by using review techniques?
Frage 2
Frage
Which statement about the function of a static analysis tool is true?
Antworten
-
Gives quality information about the code without executing it.
-
Checks expected results against actual results.
-
Can detect memory leaks.
-
Gives information about what code has and has not been exercised.
Frage 3
Frage
Which is not a type of review?
Antworten
-
Walkthrough
-
Inspection
-
Informal review
-
Management approval
Frage 4
Frage
What statement about reviews is true?
Antworten
-
Inspections are led by a trained moderator, whereas technical reviews are not necessarily.
-
Technical reviews are led by a trained leader, inspections are not.
-
In a walkthrough, the author does not attend.
-
Participants for a walkthrough always need to be thoroughly trained.
Frage 5
Frage
What is the main difference between a walkthrough and an inspection?
Antworten
-
An inspection is led by the authors, whilst a walkthrough is led by a trained moderator.
-
An inspection has a trained leader, whilst a walkthrough has no leader.
-
Authors are not present during inspections, whilst they are during walkthroughs.
-
A walkthrough is led by the author, whilst an inspection is led by a trained moderator.
Frage 6
Frage
Which of the following characteristics and types of review processes belong together?
1. Led by the author
2. Undocumented
3. No management participation
4. Led by a trained moderator or leader
5. Uses entry and exit criteria
s. Inspection
t. Technical review
u. Informal review
v. Walkthrough
Antworten
-
s = 4, t = 3, u = 2 and 5, v = 1
-
s = 4 and 5, t = 3, u = 2, v = 1
-
s = 1 and 5, t = 3, u = 2, v = 4
-
s = 5, t = 4, u = 3, v = 1 and 2
Frage 7
Frage
What statement about static analysis is true?
Antworten
-
With static analysis, defects can be found that are difficult to find with dynamic testing.
-
Compiling is not a form of static analysis.
-
When properly performed, static analysis makes functional testing redundant.
-
Static analysis finds all faults.
Frage 8
Frage
Which of the following statements about early test design are true and which are false?
1. Defects found during early test design are more expensive to fix.
2. Early test design can find defects.
3. Early test design can cause changes to the requirements.
4. Early test design takes more effort.
Antworten
-
1 and 3 are true. 2 and 4 are false.
-
2 is true. 1, 3 and 4 are false.
-
2 and 3 are true. 1 and 4 are false.
-
2, 3 and 4 are true. 1 is false.
Frage 9
Frage
Static code analysis typically identifies all but one of the following problems. Which is it?