Which of the following artefacts can be examined using review techniques? {Ans: Software code, Requirements specification, Test designs}What statement about static analysis is true? {Ans: With static analysis, defects can be found that are difficult to find with dynamic testing}Which is not a type of review ? {Ans: management approval. Types of review : Walkthrough, Inspection, Informal/formal review}Static code analysis typically identifies all but one of the following problems, which is it? {Ans: Faults in the requirement. It finds unreachable code, undeclared variables, too few comments.}What statement about reviews is true ? {Ans: Inspections are led by a trained moderator, whereas technical reviews are not necessarily}Which of the following statements about early test design are true and which are false? {Ans: Early test design can find defects. Early test design may cause changes to the requirements.}