Data flow analysis is a study of:

Options
- Communication bottlenecks in 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.


CORRECT ANSWER : The use of data on paths through the code.

Discussion Board
Software testing

Answer: the use of data on paths through the code.
Solution: Data-flow analysis is used to increase program understanding by defining the flow of data on paths or statement through code.
Therefore, option C is correct.


Rohit Srivastava 07-23-2014 02:17 AM

Write your comments

 
   
 
 

Enter the code shown above:
 
(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement