Multiple choice technology testing

Data flow analysis studies:

  1. How rapidly data is transferred through a program.

  2. The rate of change of data values as a program executes.

  3. The use of data on paths through the code.

  4. The intrinsic complexity of the code.

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Data flow analysis is a technique used in static code analysis to gather information about the possible set of values calculated at various points in a program, specifically tracking the use of data along execution paths.