Code Review Flashcards

1
Q

Static code analysis

A

Static code analysis uses techniques like control flow graphs, lexical analysis, and data flow analysis to assess code without running it.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Manual

A

Manual analysis is performed by reading code line by line to identify bugs or other issues.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Synthetic

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Dynamic code analysis

A

Dynamic code analysis runs code on a real or virtual processor and uses actual inputs for testing.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly