- A researcher conducts a survey on the experience of high school students. For their sample, they choose students from a variety of academic, social, and cultural backgrounds.
- A researcher conducts a survey on computer skills among university students. For their sample, they choose students who major in computer science.
- A researcher conducts a poll for an upcoming national election. For their sample, they choose voters from a single city.
- A researcher conducts an employee satisfaction survey for a company. For their sample, they choose employees who have worked at the company for at least 25 years.
Q: Fill in the blank: In statistics, _____ refers to the number of
individuals or items chosen for a study or experiment.
- target population
- sampling frame
- sample size
- sampling method
Q: Which of the following statements accurately describe non-probability
sampling? Select all that apply.
- Non-probability sampling typically uses random selection.
- Non-probability sampling is often based on convenience.
- Non-probability sampling is often based on the personal preferences of the researcher.
- Non-probability sampling can result in biased samples.
Q: Which sampling method involves dividing a population into groups and
randomly selecting some members from each group for the sample?
- Simple random sampling
- Stratified random sampling
- Systematic random sampling
- Cluster random sampling
Q: Which sampling method involves choosing members of a population who
are easy to contact or reach?
- Voluntary response sampling
- Convenience sampling
- Purposive sampling
- Snowball sampling
Q: Fill in the blank: Standard error measures the _____ of a sampling
distribution.
- standard deviation
- mode
- median
- mean
Q: What concept states that the sampling distribution of the mean
approaches a normal distribution as the sample size increases?
- Sampling frame
- Central limit theorem
- Bayes’ theorem
- Standard error
Q: A data professional is working with data about annual household
income. They want to use Python to simulate taking a random sample of income
values from the dataset. They write the following code: sample(n=100,
replace=True, random_state=230). What is the sample size of the random sample?
- 100
- 230
- 23
- 10
Q: Fill in the blank: A _____ sample accurately reflects the
characteristics of a population.
- Representative
- nonrepresentative
- biased
- very small
Q: What stage of the sampling process refers to creating a list of all
the items in the target population?
- Determine the sample size
- Collect the sample data
- Select the sampling frame
- Choose the sampling method
Q: Which of the following statements accurately describe a sampling
distribution? Select all that apply.
- A sampling distribution is a probability distribution of a population parameter.
- A sampling distribution can be visualized with a histogram.
- A sampling distribution represents the probability distribution of a statistic under random sampling.
- The distribution of a sample mean and the distribution of a sample proportion are examples of sampling distributions.
Q: A data professional is conducting an employee satisfaction survey.
First, they list all the employees alphabetically by first name. Then, they
randomly choose a starting point on the list and pick every third name to be in
the sample. What sampling method are they using?
- Systematic random sampling
- Cluster random sampling
- Simple random sampling
- Stratified random sampling
Q: Which of the following scenarios best describe snowball sampling?
- Researchers select members of a population who are easy to contact or reach.
- Researchers select members of a population based on random sampling.
- Researchers recruit initial participants to be in a study, then ask them to recruit other people to participate in the study.
- Researchers select participants based on the purpose of their study.
Q: Which of the following statements accurately describe the standard
error of the mean? Select all that apply.
- The higher the standard error, the more precise the sample mean is.
- The standard error of the mean measures variability among the sample means obtained in repeated sampling.
- A larger standard error indicates that, in repeated sampling, the sample means are more spread out.
- The lower the standard error, the more precise the sample mean is.
Q: Fill in the blank: The central limit theorem states that the _____
of the mean approaches a normal distribution as the sample size increases.
- sampling frame
- sampling variability
- sampling distribution
- sampling bias
Q: A data professional is working with data about annual household
income. They want to use Python to simulate taking a random sample of income
values from the dataset. They write the following code: sample(n=100,
replace=True, random_state=230). What does the argument replace=True refer to?
- Sampling without replacement
- Sampling with replacement
- Replacing decimal values with whole numbers
- Replacing whole numbers with decimal values
Q: Which of the following statements accurately describe a
representative sample? Select all that apply.
- A representative sample represents some groups in the population but not others.
- A representative sample suffers from sampling bias.
- A representative sample reflects the characteristics of the overall population.
- A representative sample helps data professionals make reliable inferences based on sample data.
Q: Which of the following statements accurately describes the
relationship between probability sampling and non-probability sampling?
- Probability sampling is more biased than non-probability sampling.
- Probability sampling is typically less expensive than non-probability sampling.
- Probability sampling gives data professionals a better chance of generating a representative sample than non-probability sampling.
- Probability sampling is typically more convenient than non-probability sampling.
Q: What is a key difference between stratified random sampling and
cluster random sampling?
- Stratified sampling is a probability sampling method; cluster sampling is a non-probability sampling method.
- In stratified sampling, you randomly choose some members from each group to be in the sample; in cluster sampling, you choose all members from each group to be in the sample.
- In stratified sampling, you randomly choose all members from each group to be in the sample; in cluster sampling, you choose some members from each group to be in the sample.
- Stratified sampling is a non-probability sampling method; cluster sampling is a probability sampling method.
Q: A data professional is working with data about annual household
income. They want to use Python to simulate taking a random sample of income
values from the dataset. They write the following code: sample(n=100,
replace=True, random_state=230). What is the random seed?
- 100
- 230
- 23
- 10
Q: The instructor of a fitness class asks their regular students to
take an online survey about the quality of the class. What sampling method does
this scenario refer to?
- Purposive sampling
- Convenience sampling
- Snowball sampling
- Voluntary response sampling
Q: A representative sample does not reflect the characteristics of a
population.
- True
- False