What is the name for a systematic examination of source code by peers to identify defects and improve quality?
Difficulty: Easy
About this MCQ
This Easy Software Engineering MCQ checks one syllabus fact.
The question is: “What is the name for a systematic examination of source code by peers to identify defects and improve quality?”
The accepted answer is A. Code review. Code review refers to a systematic examination of source code by peers to identify defects and improve quality.
- A. Code review ✓
- B. Software configuration management
Why not B: “Software configuration management” is not correct. The accepted answer is A. Code review. Code review refers to a systematic examination of source code by peers to identify defects and improve quality.
- C. Spiral model
Why not C: “Spiral model” is not correct. The accepted answer is A. Code review. Code review refers to a systematic examination of source code by peers to identify defects and improve quality.
- D. Product backlog
Why not D: “Product backlog” is not correct. The accepted answer is A. Code review. Code review refers to a systematic examination of source code by peers to identify defects and improve quality.
Correct answer
A. Code review
Explanation
Code review refers to a systematic examination of source code by peers to identify defects and improve quality.
Source: Software Engineering Official Reference Guide
Tags: computer science, software engineering, sdlc, software development
Submitted by: MCQsHub Editorial
Related MCQs
- The concept in which a software development model that combines iterative development with systematic risk ana...
- Identify the correct definition of Spiral model.
- What term describes the following? a software development model where each development phase has a correspondi...
- In computer science, V-model refers to which of the following?
- Select the correct name for: an assessment conducted early in a project to determine whether a proposed system...
- Which statement correctly explains Feasibility study?