Question
Which of the following sampling techniques is most
suitable when the population is divided into distinct subgroups, and it is important to ensure each subgroup is represented proportionally in the sample?Solution
Stratified sampling is the most suitable technique when the population is divided into distinct subgroups (strata), and it is crucial to ensure that each subgroup is represented proportionally. In this method, the population is first divided into homogeneous subgroups based on a characteristic (e.g., age, income, education), and then a random sample is drawn from each subgroup. This ensures that the sample accurately represents the entire population, especially when certain subgroups are underrepresented in a simple random sample. Option A is incorrect because simple random sampling does not ensure proportional representation of subgroups. Option C is incorrect because cluster sampling divides the population into clusters, which may not necessarily represent subgroups proportionally. Option D is incorrect because systematic sampling involves selecting every nth element from a population, which does not guarantee proportional subgroup representation. Option E is incorrect because convenience sampling involves selecting individuals who are easiest to reach, which does not guarantee a representative sample.
Which of the following operations is NOT valid for a circular linked list?
Which of the following forecasting methods would be most suitable for a time series that exhibits both a long-term trend and seasonality?
You are tasked with analyzing sales data from multiple sources for a quarterly report. The raw data contains missing values and duplicate records. What ...
In Python, which library is most commonly used for data manipulation?
In Huffman Coding, which property ensures that no code is a prefix of another?
Which statistical method is most suitable for quantifying the strength and direction of a linear relationship between two continuous variables?
...Which of the following correctly handles multiple exceptions in Java?
A dataset contains customer email addresses, and you need to validate the email format. Which of the following methods is most suitable for this task? <...
What is inheritance in Python?
Which of the following scenarios demonstrates an appropriate application of time series analysis?