Quiz 11 Flashcards
(9 cards)
T/F
An important component of the inspection procedure is the record of fault statistics.
True
T/F
A revision is a version for a different operating system or hardware.
False
T/F
The aim of walkthroughs is to correct the faults.
False
T/F
There must be managerial independence between the development group and the SQA group.
True
T/F
Testing is not needed, if a product has been proven correct.
False
T/F
Stepwise refinement can be defined as a means to postpone decisions on details until as late as possible to concentrate on the important issues.
True
Which of the following tools can detect when the programmer calls a function with a wrong number of parameters?
Online interface checker
Linker
Version-control tool
Editor
Online interface checker
T/F
Systematic execution-based testing should be done by SQA group.
True
_____________ is solving a large problem by breaking up into smaller subproblems that hopefully will be easier to solve.
Separation of Concerns
Cost-benefit Analysis
Stepwise Refinement
Divide and Conquer Approach
Divide and Conquer Approach