Class Interval Frequency (Count) : Note: Use The Frequency Distribution Below For Questions 6 To 8
Class Interval Frequency (Count) : Note: Use The Frequency Distribution Below For Questions 6 To 8
Class Interval Frequency (Count) : Note: Use The Frequency Distribution Below For Questions 6 To 8
2. In a study of cell phone use and distracted driving, which of the following would be considered
the study “population”?
a) The group of people in Canada who own a cell phones and have their driver’s license
b) Patients brought to an emergency department after a car accident
c) Individuals responding to a campus-wide survey of cell phone use and driving behaviours
d) All car accident victims
3. Calendar times is an example of a(n) _______ level of measurement and the Kelvin scale is an
example of a(n) _______ level of measurement.
a) Interval; Ratio.
b) Interval; Interval.
c) Ordinal; Interval.
d) Nominal; Ratio
4. A study was conducted to compare 10 mg of a drug (IV) and placebo on exercise tolerance (DV)
amongst patients with chronic obstructive pulmonary disease (COPD). If self-rated exercise
tolerance was assessed on a 10 point likert scale (0-9), what level of measurement is this?
a) Ratio
b) Interval
c) Ordinal
d) Nominal
2
6. What is the cumulative frequency of scores falling below the middle class interval (.10-.11)?
a) 16
b) 14
c) 9
d) 25
8. What is the real exact upper and lower limit for the class interval .12 to .13?
a) 0.125 to 0.135
b) 0.115 to 0.125
c) 0.115-0.135
d) 0.12-0.13
9. A sample of 20 York employees had their total cholesterol (mg/dL) assessed to determine their
eligibility for a new life insurance policy.
Data = {564 407 322 311 303 303 295 293 288 275 269 265 263 261 256 204 203 199 177 149}
10. Which of the measures in Question 9 would most appropriately describe the central tendency
of the data?
a) Mean
b) Mode
c) Median
d) Mean or Median
11. What is the percentile of a student scoring a 15 out of 20 on an exam in the dataset below?
Data = {14, 15, 12, 14, 0, 6, 9.5, 20, 20, 19, 12}
a) 27th percentile
b) 19th percentile
c) 81st percentile
d) 73rd percentile
3
12. Below is a frequency histogram of lifetime knee injuries from a sample of varsity athletes at the
York Sports Medicine Clinic.
13. Which of the following SAS codes would give you the figure (in Question 12) above?
a) *Histogram for study data; b) Proc univariate;
Proc univariate; Histogram injuries / endpoints 0 to 50 by 10;
Histogram injuries / endpoints 0 to 10 by 1; Vscale = count vaxis =0 to 10 by 1;
Vscale = count vaxis =0 to 50 by 10; Vaxislabel = ‘Frequency’;
Vaxislabel = ‘Frequency’; Turnvlabels;
Turnvlabels; Label injuries = ‘number of (lifetime) knee injuries’
Label injuries = ‘number of (lifetime) knee injuries’ Run;
Run;
14. Which of the following is the best representation of a distribution with the following measures?
Mean=15.5±10.2; Median=15; Mode=16
a) b) c)
4
15. A measure of stress was taken on 500 male and 500 female Kinesiology students. The data
were normally distributed with men having a mean of 80 and standard deviation of 10, and the
women having a mean of 95 and standard deviation of 15. A high stress score indicates a high
level of stress. What score would a woman have to achieve to be less stressed than the lowest
15 percent of males?
a) 69.60
b) 10.40
c) 90.04
d) 64.40
16. Using your understanding of z-scores and percentiles, which grade is better?
17. Cardiorespiratory fitness was assessed in a sample of female tennis players at the 2017 Rogers
Cup. If the mean VO2max was reported as 55.8±6.2 ml/kg/min, what would you conclude?
****Note: Data for question 18 and 19 are represented by the frequency distribution below***
Class Frequency
Interval (count)
80-99 8
60-79 21
40-59 42
20-39 5
0-19 0
18. If this data represents grades in a third year class, what is the percentile for a student who had
a raw score of 45?
a) 24th percentile
b) 22nd percentile
c) 20th percentile
d) 76th percentile
5
19. If the top 20% of the class are to be given a scholarship. What is the raw score below which
students would not be eligible for a financial award?
a) 75.9
b) 20.8
c) 80.2
d) 72.6
20. When an error occurs in SAS, which window/screen should you check for information on your
error?
21. Given a sample with a SD of 19, which confidence interval would be largest?
22. Given a sample with a mean of 150 and a SEM of 10, which values would fall outside a 95%
confidence interval?
a) 125
b) 135
c) 155
d) 165
e) A&D
f) A&B
g) None of the above
24. You have a sample with a mean of 8 and a SD of 2.5. Given that the df for this sample is 19, and
the t-score for a P=0.05 is 2.093, what should the 95% confidence interval be?
a) 6.80 to 9.20
b) 6.83 to 9.17
c) 6.88 to 9.12
d) 6.90 to 9.10
6
25. After rolling a “fair” die NINE times in a row and getting 1 dot every time. What are the
chances of getting another 1 dot on the NEXT throw?
a) 1/3
b) 1/6
c) 1/36
d) 1/216
e) 1/360
f) <0.00001
a) 1/3
b) 1/6
c) 1/36
d) 1/216
e) 1/360
27. In Lab 3, an experiment was conducted to demonstrate learning through dart throwing. What
would have indicated that learning was evident in the experiment?
a) Average distance from the bullseye decreased and standard deviation decreased.
b) Average distance from the bullseye increased and standard deviation decreased.
c) Average distance from the bullseye decreased and standard deviation increased.
d) Average distance from the bullseye increased and standard deviation increased.
28. In lab 4, measures of central tendency and variability were calculated. Given an identical scale,
when comparing two curves…
a) The curve with a smaller standard deviation will have a higher peak
b) The curve with a larger standard deviation will have a lower peak
c) All of the above
d) None of the above
29. Which of the following SAS commands would give you the mean value of the dataset?
a) Proc means
b) Proc univariate
c) Proc freq; no print;
d) both a) and b)