Multiple choice technology testing Data flow analysis studies: How rapidly data is transferred through a program. The rate of change of data values as a program executes. The use of data on paths through the code. 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.