Answer:
D) Identifying Subgroups
Explanation:
In data Analytics, a third variable also known as a confounding variable, is a variable that "sits in-between", it has influence on both the independent variable and dependent variable. If this "third variable" is not properly handled, the result of the anlysis will yeild incorrect values. identifying subgroups in a dataset is important for undertanding it
Recursion does NOT take place if any of method A calls method B, which calls method A
II. method A calls method B, which calls method A
<u>Explanation:</u>
Recursion is function is function which is used to call a same function by itself by multiple times with certain condition or loops.
These type of function extremely used on data structure or virus (TSR). Purpose of the function is repeated process and checks the validation and exit by true or false.
In programming languages such as c or c++, vb.net, c# is used to menu organizations so the same function is called and used so the end user don’t write separate function for each times. In case end user has not doesn’t proper exit method on recursion function system either hang or real task to exits.