medium
Single Answer
0

Which of the following types of code review is not typically performed by a human?

Answer Options

A

Software inspections

B

Pair programming

C

Static program analysis

D

Software walk-throughs

Correct Answer: C

Explanation

Static program reviews are typically performed by an automated tool. Program understanding, program comprehension, pair programming, software inspections, and software walk-throughs are all human-centric methods for reviewing code.