CUET-PG SERIES Data-science
Machine Learning
6 previous year questions.
Volume: 6 Ques
Yield: Medium
High-Yield Trend
4
2026 2
2025 Chapter Questions 6 MCQs
01
PYQ 2025
medium
data-science ID: cuet-pg-
When the output is one of a finite set of values (such as sunny/cloudy/rainy or true/false), the learning problem is known as:
1
Classification
2
Clustering
3
Regression
4
Optimization
02
PYQ 2025
medium
data-science ID: cuet-pg-
The agent observes input-output pairs and learns a function that this learning maps from input to output. For example, the inputs could be camera images, each one accompanied by an output saying "bus" or "pedestrian," etc. This type of learning is known as:
1
Supervised
2
Unsupervised
3
Reinforcement
4
Semi-supervised
03
PYQ 2026
medium
data-science ID: cuet-pg-
Which ensemble technique reduces variance by training multiple trees on different subsets of data?
1
Boosting
2
Bagging
3
Stacking
4
Gradient Descent
04
PYQ 2026
medium
data-science ID: cuet-pg-
A high variance in a machine learning model is a primary indicator of which problem?
1
Underfitting
2
Overfitting
3
High bias
4
Data normalization
05
PYQ 2026
medium
data-science ID: cuet-pg-
In Linear Regression, what is the primary goal of the Ordinary Least Squares (OLS) method?
1
Maximize the variance of predictions
2
Minimize the sum of squared residuals
3
Maximize the correlation between variables
4
Minimize the number of features
06
PYQ 2026
medium
data-science ID: cuet-pg-
Which activation function is zero-centered and ranges between and ?
1
Sigmoid
2
ReLU
3
Tanh
4
Softmax