Uke 3 Flashcards
(10 cards)
Q1
Which of the following artifacts can be examined by using review techniques?
a) Software code
b) Requirements Specification
c) Test Designs
d) All of the above
d) All of the above
Q2
A Static Analysis Tool gives quality information about the code without executing it
a) True
b) False
True
(that’s means without executing it)
Q3
Which is NOT a type of review?
a) Walkthrough
b) Inspection
c) Informal review
d) Management approval
d) Management approval
(approval != review)
Q4
Which statement about review is true?
a) Inspection are led by a afacilitator or moderator, whereas technical reviews are not necessarily.
b) Technical reviews are led by a trained leader, inspections are not
c) In a walkthrough the author does not attend
d) Participants for a walkthrough always need to be thoroughly trained
a) INspections are led by a facilitator or moderator, whereas techincal reviews are not necessarily
Q5
What is the main difference between a walkthrough and an inspection?
a) An inspection is led by authors, whilst a review is led by a trained facilitator or moderator
b) An inspection has a trained leader, whilst a walkthrough has no leader
c) Authors are not present during inspections, whilst they are during walkthroughs
d) A walkthrough is led by the author, whilst an inspection is led by a facilitator or moderator
d) a walkthrough is led by the author,w hilst an inspection is led by a facilitator or moderator
Q6
What statement about static analysis is true?
a) With static analysis, defects can be found that are difficult to find with dynamic testing
b) Compiling is not a form of static analysis
c) When properly performed static analysis makes functional testing redundant
d) Static analysis finds all faults
a) With static analysis, defects can be found that are difficult to find with dynamic testing
Q7
Which 2 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
2) Early test design can find defects
3) Early test design can cause changes to the requirements
Q8
Static code analysis typically identifies all but one of the following problems. Which is it?
a) Unreachable code
b) Undeclared variables
c) Faults in the requirements
d) Redundant code
Faults in the requirements
Q9
The ___ of a rewview process is related to the following factors:
*The maturity of the development process
*Any legal requirements for the software product/project
*The need for an audit trail
Formality / Degree of formality
Q10