Q.1.
____________ is a software analysis method used to identify structural units in code under test.
Q.2.
LCSAJ stands for _______________
Q.3.
The JJ in JJ-path stands for ___________
Q.4.
In a narrower sense, LCSAJ is also called ____________
Q.5.
______________________ is the most common and least efficient debugging technique.
Q.6.
An effective method for locating errors in small programs is to ___________ the incorrect results through the logic of the program until the point where the logic went astray is found.
Q.7.
__________ involves the use of induction or deduction and introduces the concept of binary partitioning.
Q.8.
________________ is the computation of the set of programs statements.
Q.9.
The point at which the program slice affects the values at some point of interest is __________
Q.10.
Program slicing can be used in ______________ to locate source of errors more easily.