Which of the following best describes Code review?
- A. A software development model where each development phase has a corresponding testing phase, forming a V shape.
- B. A systematic examination of source code by peers to identify defects and improve quality. ✓
- C. A software development model that combines iterative development with systematic risk analysis.
- D. A software development technique in which two programmers work together at one workstation.
Correct answer
B. A systematic examination of source code by peers to identify defects and improve quality.
Explanation
Code review refers to a systematic examination of source code by peers to identify defects and improve quality.