wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Introduction to Data Analysis

Total questions: 54

Worksheet time: 27mins

Name
Class
Date
1.

Which statement best defines data analysis in engineering contexts?

a)

Visualizing results without transforming data

b)

Designing sensors for measurement systems

c)

Collecting, storing, backing up raw datasets

d)

Inspecting, cleaning, transforming, modeling data

2.

A study summarizes the distribution of material thickness from one sensor. Which type of analysis is being performed?

a)

Univariate analysis of one variable

b)

Time-series forecasting across seasons

c)

Bivariate analysis of two variables

d)

Multivariate analysis of many variables

3.

An engineer examines how temperature relates to pressure in a reactor. Which classification fits this task?

a)

Bivariate analysis between two variables

b)

Univariate analysis of a single metric

c)

Multivariate analysis with many metrics

d)

Descriptive reporting without relationships

4.

A quality engineer models defect rate using temperature, humidity, and line speed. What type of analysis is this?

a)

Exploratory visualization without modeling

b)

Bivariate analysis of paired measurements

c)

Univariate analysis of one measured variable

d)

Multivariate analysis with more than two variables

5.

Which statement best defines univariate analysis as shown in the diagram?

a)

Analysis of a single variable to summarize features

b)

Analysis of two variables to compare relationships

c)

Modeling multiple variables to predict outcomes

d)

Optimization of parameters across several variables

6.

Which goal is part of univariate analysis when examining one variable?

a)

Design experimental factorial treatments

b)

Identify central tendency measures

c)

Compute cross-variable correlation matrices

d)

Estimate multivariate regression coefficients

7.

A variable recorded on a continuous scale should be analyzed using which univariate type?

a)

Multivariate scale analysis

b)

Binary interaction analysis

c)

Categorical univariate analysis

d)

Continuous univariate analysis

8.

Which pair correctly matches variable type and univariate analysis type?

a)

Continuous variable with categorical univariate analysis

b)

Ordinal variable with multivariate univariate analysis

c)

Nominal variable with interaction univariate analysis

d)

Categorical variable with categorical univariate analysis

9.

When exploring outliers in a single variable, which concept is also typically assessed?

a)

Causal inference among variables

b)

Time series autoregressive order

c)

Parameter estimation across models

d)

Distribution shape and spread

10.

Which category of descriptive statistics is most concerned with the typical value of a variable?

a)

Measures of dispersion

b)

Measures of position

c)

Measures of central tendency

d)

Measures of shape

11.

Which category primarily evaluates how spread out the data is?

a)

Measures of dispersion

b)

Measures of position

c)

Measures of central tendency

d)

Measures of shape

12.

In univariate analysis, which category addresses symmetry and peakedness of a distribution?

a)

Measures of shape

b)

Measures of position

c)

Measures of central tendency

d)

Measures of dispersion

13.

When detecting outliers, which descriptive statistics aspect is directly involved?

a)

Typical value estimation

b)

Outlier identification

c)

Skewness assessment

d)

Variability measurement

14.

A quality engineer wants the relative standing of a measurement within a dataset. Which category should be used?

a)

Measures of dispersion

b)

Measures of central tendency

c)

Measures of shape

d)

Measures of position

15.

If a dataset shows a long right tail, which descriptive statistics focus would help characterize this feature?

a)

Measures of dispersion

b)

Measures of central tendency

c)

Measures of position

d)

Measures of shape

16.

For the dataset of marks [45, 52, 60, 68, 70, 75, 78, 82, 88, 95], what is the arithmetic mean?

a)

72.3 marks

b)

71.3 marks

c)

72.5 marks

d)

71.5 marks

17.

Which definition correctly describes the mean in univariate analysis?

a)

Sum of all observations divided by count

b)

Difference between max and min values

c)

Middle value after sorting observations

d)

Most frequently occurring observation

18.

In PSPP, which menu path computes descriptive statistics like the mean?

a)

Analyze → Regression → Linear

b)

Analyze → Descriptive Statistics → Descriptives

c)

Data → Transform → Compute Variable

d)

Graphs → Chart Builder → Summary

19.

If the mark 95 is removed from the dataset, how does the mean change?

a)

It decreases noticeably

b)

It increases slightly

c)

It remains exactly same

d)

It becomes undefined

20.

When moving the variable ‘marks’ into the PSPP Descriptives dialog, what is the next action to obtain the mean?

a)

Select Frequencies instead

b)

Click OK to run

c)

Click Cancel to exit

d)

Open Variable View first

21.

Which statement best defines the median for a dataset?

a)

Central value computed by squaring values

b)

Average of all values in the dataset

c)

Middle value after ascending order sorting

d)

Most frequent value among all observations

22.

Why is the median preferred when data contain extreme outliers?

a)

Unaffected by outliers in position

b)

Converts data into categorical classes

c)

Maximally influenced by extremes

d)

Requires normal distribution assumption

23.

In PSPP, which sequence computes the median using Frequencies?

a)

Analyze → Descriptive Statistics → Frequencies

b)

File → Open → Data → Output

c)

Transform → Compute → Descriptives

d)

Graphs → Chart Builder → Summary

24.

After opening Frequencies in PSPP, which action ensures the median is reported?

a)

Apply Z-scores transformation

b)

Click Statistics and select Median

c)

Choose Mode in variable view

d)

Enable histogram with normal curve

25.

Which statement correctly defines the mode?

a)

Middle value after sorting

b)

Arithmetic mean of observations

c)

Value least influenced by outliers

d)

Value occurring most frequently

26.

A dataset has maximum value 42 and minimum value 17. What is the range of the dataset?

a)

23

b)

26

c)

25

d)

24

27.

Which statement best defines population variance σ²?

a)

Average of absolute deviations from μ

b)

Sum of deviations divided by N

c)

Square root of mean squared deviations

d)

Mean of squared deviations from μ

28.

For population variance σ² = Σ(xi − μ)² / N, what does μ represent?

a)

Population mean

b)

Sample mean of subgroups

c)

Sample median

d)

Population standard score

29.

Given observations {10, 14, 19, 25} with population mean μ = 17, compute σ² using σ² = Σ(xi − μ)² / N.

a)

24.5

b)

23.5

c)

22.5

d)

25.5

30.

Two datasets share the same mean μ. Dataset A has values tightly clustered around μ, while Dataset B has values spread far from μ. Which statement is true?

a)

Dataset B has larger variance

b)

Dataset A has larger variance

c)

Variance cannot be compared

d)

Both have equal variance

31.

Which statement best defines standard deviation in relation to variance?

a)

It is the variance divided by sample size

b)

It is the square root of the variance

c)

It is the square of the variance value

d)

It is variance minus the population mean

32.

Given population data x₁…xN with mean μ, which expression represents population variance used to compute standard deviation?

a)

Σ(μ−xi) / (N−1)

b)

Σ(xi)²−μ / N

c)

Σ(xi−μ) / N

d)

Σ(xi−μ)² / N

33.

You need PSPP to output variance and standard deviation for a variable. Which sequence of menu actions accomplishes this?

a)

Transform → Compute → Statistics → Options

b)

Analyze → Regression → Linear → OK

c)

File → Open → Descriptive Statistics → OK

d)

Analyze → Descriptive Statistics → Descriptives → Options

34.

A dataset has population variance of 25. What is the population standard deviation?

a)

12.5 units

b)

25 units

c)

4 units

d)

5 units

35.

Which statement best describes quartiles in a dataset?

a)

They divide data into four equal parts

b)

They cluster data into three main groups

c)

They sort data into ten equal bins

d)

They average values across all observations

36.

What proportion of observations is at or below Q1 in a sorted dataset?

a)

About twenty-five percent

b)

About ten percent

c)

About fifty percent

d)

About seventy-five percent

37.

In measures of position, which quartile is the median?

a)

Q3, the upper quartile

b)

Q2, the middle quartile

c)

Q4, the highest quartile

d)

Q1, the lower quartile

38.

Which definition correctly describes a percentile?

a)

Proportion of data above the median value

b)

Difference between Q1 and Q3 values

c)

Average of the lowest half of observations

d)

Value below which a given percentage falls

39.

Which step sequence produces quartiles in PSPP Frequencies?

a)

Analyze → Descriptive Statistics → Frequencies

b)

Graphs → Descriptive Statistics → Quartiles

c)

Analyze → Regression → Frequencies

d)

Transform → Compute → Quartiles

40.

After opening Frequencies in PSPP, which action enables quartile output?

a)

Enable Filters, select By Group

b)

Click Charts, choose Boxplot

c)

Click Statistics, select Quartiles

d)

Open Options, check Means

41.

In a sorted dataset, which statement about Q3 is accurate?

a)

Approximately seventy-five percent lie at or below it

b)

Exactly half of observations equal its value

c)

It is computed as the arithmetic mean

d)

It marks the lowest twenty-five percent boundary

42.

Which statement best describes a distribution with skewness equal to zero?

a)

It is perfectly symmetrical around its center

b)

It has a long right tail and short left tail

c)

It has a long left tail and short right tail

d)

It has multiple modes and heavy tails

43.

A positive skewness value most commonly indicates which distribution feature?

a)

Tail extends toward lower values on the left

b)

Center is shifted left without tail change

c)

Peak is flat with light tails

d)

Tail extends toward higher values on the right

44.

In PSPP, which sequence accesses skewness and kurtosis for a dataset?

a)

File → Settings → Statistics → Moments

b)

Transform → Compute → Moments → Shape

c)

Graph → Explore → Shape → Moments

d)

Analyze → Descriptive Statistics → Descriptives

45.

After opening Descriptives in PSPP, what must you do to include shape measures?

a)

Run Normality test under Nonparametrics

b)

Select Means and Standard Deviations only

c)

Choose Graphs and enable Histograms and QQ plots

d)

Click Options and select Skewness and Kurtosis

46.

An engineer observes a dataset with negative skewness. Which interpretation aligns with this value?

a)

Distribution is bimodal with balanced tails

b)

Distribution is symmetrical with equal tails

c)

Distribution is right skewed with a longer right tail

d)

Distribution is left skewed with a longer left tail

47.

Which statistic best describes the count of observations in each category for a categorical variable?

a)

Frequency for each category

b)

Percentage of the sample

c)

Mode of the distribution

d)

Proportion across all categories

48.

A survey records product color choices: Red 40, Blue 30, Green 30 out of 100. What is the percentage for Blue?

a)

Most common category value

b)

Count divided by unique categories

c)

30 percent of the sample

d)

0.30 of the sample

49.

In categorical univariate analysis, which measure identifies the most frequently occurring category?

a)

Frequency per category

b)

Percentage over total

c)

Mode of categories

d)

Proportion by class

50.

Which statement best defines bivariate analysis in engineering data contexts?

a)

Study of three variables and interactions

b)

Study of relationships between two variables

c)

Study of one variable without comparisons

d)

Study of experimental design with many factors

51.

When conducting bivariate analysis, what aspects of the relationship are commonly evaluated?

a)

Cost, schedule, and risk

b)

Mean, median, and mode

c)

Bias, variance, and error

d)

Strength, direction, and nature

52.

Which pairing of variable types typically uses cross-tabulation and chi-square?

a)

Continuous with binary

b)

Categorical with continuous

c)

Categorical with categorical

d)

Continuous with continuous

53.

You have a categorical factor (material grade) and a continuous response (tensile strength). Which technique is most appropriate?

a)

Cross-tabulation

b)

Correlation or regression

c)

Principal component analysis

d)

t-test or ANOVA

54.

For two continuous variables, such as temperature and viscosity, which technique is commonly selected to model their relationship?

a)

Chi-square test

b)

Regression or correlation

c)

Median test

d)

Cross-tabulation