Which of the following functions will help determine the strength of a relationship between two variables?

A) STDEV.P B) VARPA C) CORREL D) VAR.P

C

Computer Science & Information Technology

You might also like to view...

Which of the following is NOT true about adding and stacking fields?

A) When a control is selected, Access outlines the control in yellow. B) When you add an existing field, Access adds two controls. C) If you use your pointer to move the control, without clicking on the move handle, you will move both controls at the same time. D) If you click the move handle, you will move just one control.

Computer Science & Information Technology

Write an if statement to do the following. (Assume the variables have been declared. You do not need to declare the variables. Simply construct an if statement.) Hint: You will need to use comparison operators and a logical operator.

If both variables a and b are greater than 0, then increment the value of the variable c by 1.

Computer Science & Information Technology