2025 ISYE 6501 Midterm Exam Practice Guide with
250 Questions and Correct Answers/ ISYE 6501
latest Midterm Practice Test with Correct Answers
Descriptive Analytics - ...ANSWER...✓✓ Explains what
happened.
Predictive Analytics - ...ANSWER...✓✓ Asks what will
happen in the future.
Prescriptive Analytics - ...ANSWER...✓✓ Determines the
best course of action.
What are the key differences between descriptive,
predictive, and prescriptive analytics, and how do they
contribute to data-driven decision-making? -
...ANSWER...✓✓ Descriptive analytics explains past
events, predictive analytics forecasts future outcomes,
and prescriptive analytics recommends actions based on
data analysis. Together, they provide a comprehensive
framework for understanding data, anticipating trends,
and making informed decisions.
,2|Page
Data Point - ...ANSWER...✓✓ A single observation (a row
in a table).
Attribute - ...ANSWER...✓✓ A piece of information about a
data point (a column). Also called a feature, predictor, or
variable.
Response - ...ANSWER...✓✓ The "answer" for a data point
that we are trying to predict or understand. Also called an
outcome.
Structured Data - ...ANSWER...✓✓ Data that can be
stored in a structured way, like in a table (e.g., age, sales,
hair color).
Unstructured Data - ...ANSWER...✓✓ Data not easily
described or stored (e.g., written text, images).
How does the distinction between structured and
unstructured data impact the choice of analytical
methods? - ...ANSWER...✓✓ Structured data, easily
organized in tables, allows for straightforward application
of statistical methods, while unstructured data requires
,3|Page
more complex techniques like natural language
processing or image recognition. This distinction
influences the tools and approaches analysts must use to
derive insights effectively.
Quantitative Data - ...ANSWER...✓✓ Numbers with
inherent meaning (e.g., income, temperature).
Categorical Data - ...ANSWER...✓✓ Represents
categories where the value itself isn't a quantity (e.g., zip
codes, hair color).
Binary Data - ...ANSWER...✓✓ A subset of categorical
data with only two values (Yes/No, M/F).
Time Series Data - ...ANSWER...✓✓ The same data
recorded over time, often at equal intervals.
Supervised Learning vs. Unsupervised Learning -
...ANSWER...✓✓ Supervised learning (e.g., Classification,
Regression) uses data with known "correct answers" (a
response variable) to train a model.
, 4|Page
Unsupervised learning (e.g., Clustering) works with data
that does not have a known response, aiming to discover
patterns or structures in the data itself.
In what ways do supervised and unsupervised learning
differ in their approach to data analysis, and what are
their respective applications? - ...ANSWER...✓✓
Supervised learning relies on labeled data to train models
for specific predictions, making it suitable for
classification and regression tasks, while unsupervised
learning seeks to identify patterns in unlabeled data,
often used for clustering. Each method serves distinct
purposes in data analysis, depending on the availability of
labeled data.
Model Validation - ...ANSWER...✓✓ The process of
evaluating a model to ensure it generalizes well to
unseen data.
Discuss the significance of model validation in preventing
overfitting and ensuring the reliability of predictive
models. - ...ANSWER...✓✓ Model validation is crucial as it
assesses a model's performance on unseen data, helping
to identify overfitting where a model learns noise rather
than true patterns. Techniques like splitting data into