Complete the code to identify the main purpose of a software review.
The main purpose of a software review is to [1] defects early in the development process.
The main goal of software reviews is to detect defects early, so they can be fixed before causing bigger problems.
Complete the code to name a common type of software inspection.
One common type of software inspection is called a [1] review.A code review is a common inspection where developers check each other's code for errors and improvements.
Fix the error in the statement about software inspections.
Software inspections are informal meetings where developers casually discuss their code. This is [1].This statement is false because software inspections are formal, structured meetings with specific roles and goals.
Fill both blanks to complete the description of a review step.
During a software review, the [1] examines the work product while the [2] records defects found.
The reviewer looks at the work product to find issues, and the scribe writes down the defects and notes during the review.
Fill all three blanks to complete the process of a formal inspection.
The formal inspection process includes [1], [2] meeting, and [3].
The formal inspection process starts with planning, then the execution meeting where defects are found, and finally logging the defects for correction.