wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Page 1

Total questions: 131

Worksheet time: 1hrs 6mins

Name
Class
Date
1.

Which of the following is the umbrella term that covers both Machine Learning and Deep Learning?

a)

Machine Learning

b)

Deep Learning

c)

Artificial Intelligence

d)

Data Science

2.

What is the primary characteristic of a Supervised Learning model?

a)

It works on unlabeled data.

b)

It learns by trial and error based on a reward mechanism.

c)

It requires labeled data for training.

d)

It is based on a predefined set of rules.

3.

Which type of AI model is based on rules and instructions defined by a developer?

a)

Learning-Based Approach

b)

Reinforcement Learning

c)

Unsupervised Learning

d)

Rule-Based Approach

4.

A model that predicts a continuous value like temperature or price is a:

a)

Classification Model

b)

Regression Model

c)

Clustering Model

d)

Association Model

5.

What is the main advantage of Neural Networks mentioned in the document?

a)

They are based on a simple decision tree approach.

b)

They require minimal data for training.

c)

They are able to automatically extract data features.

d)

They only work on numerical data.

6.

The process of attaching meaning or tags to data is known as:

a)

Data Processing

b)

Data Mining

c)

Data Labeling

d)

Data Extraction

7.

Which of the following is a subset of Machine Learning?

a)

Artificial Intelligence

b)

Supervised Learning

c)

Rule-Based Approach

d)

All of the above

8.

In an Artificial Neural Network, which layer is responsible for processing the data using weights and biases?

a)

Input Layer

b)

Hidden Layer

c)

Output Layer

9.

A supermarket uses an AI model to group its customers based on their purchase history to send targeted offers. What kind of model is this?

a)

Supervised Learning

b)

Reinforcement Learning

c)

Classification

d)

Clustering

10.

Which learning approach is characterized by machines learning from feedback in a trial-and-error method?

a)

Supervised Learning

b)

Unsupervised Learning

c)

Reinforcement Learning

d)

Classification

11.

The core processing in an Artificial Neural Network occurs in which layer?

a)

Input Layer

b)

Hidden Layer

c)

Output Layer

d)

All layers

12.

A model is trained to classify handwritten digits (0-9). This is an example of:

a)

Unsupervised Learning

b)

Regression

c)

Classification

d)

Clustering

13.

Which of the following is a drawback of the Rule-Based Approach?

a)

It requires vast amounts of data.

b)

It is too complex to implement.

c)

The learning is static and does not adapt to changes.

d)

It cannot be used for chatbots.

14.

In the context of data, what are "features"?

a)

Rows of a table

b)

The output of a model

c)

Columns of a table

d)

The final prediction

15.

What is the difference between a training dataset and a testing dataset?

a)

Training data is unlabeled, while testing data is labeled.

b)

Training data is used to teach the model, and testing data is used to evaluate its accuracy.

c)

Training data contains only features, and testing data contains only labels.

d)

There is no difference; they are interchangeable.

16.

A model that predicts whether an email is "spam" or "not spam" is a type of:

a)

Regression model

b)

Clustering model

c)

Classification model

d)

Association model

17.

In the example of predicting a coin's currency based on its weight, what is the 'feature'?

a)

The weight

b)

The coin's currency

c)

The model's prediction

d)

The training algorithm

18.

An AI model that discovers patterns in an unlabeled dataset of dog images, such as clustering them by color or size, uses which approach?

a)

Supervised Learning

b)

Reinforcement Learning

c)

Unsupervised Learning

d)

Rule-Based Approach

19.

Which of the following is a characteristic of a Learning-Based Approach?

a)

It is based on static rules.

b)

It learns from explicit programming.

c)

It adapts to changes in data.

d)

It does not require any data.

20.

What is a "perceptron"?

a)

A type of neural network layer

b)

A machine learning algorithm

c)

A simplified model of how an AI makes a decision

d)

A type of data

21.

Which type of model is used to predict a car's approximate selling price based on parameters like fuel type and years of service?

a)

Classification

b)

Regression

c)

Clustering

d)

Association

22.

What is the role of the output layer in an Artificial Neural Network?

a)

To process data and pass it to the hidden layers.

b)

To perform calculations with weights and biases.

c)

To present the final processed data to the user.

d)

To acquire data and feed it to the network.

23.

In the context of a supermarket, which unsupervised learning method would be used to find a relationship between customers buying bread and also buying butter?

a)

Classification

b)

Clustering

c)

Regression

d)

Association

24.

Which type of learning is analogous to a child learning to swim on his own without a teacher?

a)

Supervised Learning

b)

Unsupervised Learning

c)

Reinforcement Learning

d)

Rule-Based Learning

25.

What do you need to train a supervised learning model?

a)

Unlabeled data

b)

Only features

c)

Only labels

d)

Labeled data

26.

What is the main drawback of a rule-based AI model?

a)

It is too expensive to implement.

b)

It fails to learn from its mistakes.

c)

It requires continuous human intervention.

d)

It can only handle a single type of data.

27.

When an AI model trains itself to perform tasks with vast amounts of data, it falls under which category?

a)

Machine Learning

b)

Deep Learning

c)

Rule-Based Approach

d)

Supervised Learning

28.

Which layer in an Artificial Neural Network does not perform any processing?

a)

Input layer

b)

Hidden layer

c)

Output layer

d)

Both (a) and (c)

29.

Object classification in deep learning uses powerful algorithms to identify and label objects within:

a)

An image

b)

A spreadsheet

c)

A text document

d)

A database

30.

The process of a neural network finding the right output by adjusting weights based on the error is known as:

a)

Trial and error

b)

Backpropagation

c)

Forward propagation

d)

Activation

31.

What is the key difference between Clustering and Classification?

a)

Classification uses unlabeled data, while clustering uses labeled data.

b)

Classification assigns objects to predefined classes, while clustering finds similarities and groups objects.

c)

Classification is a supervised model, while clustering is a reinforcement model.

d)

Clustering requires more data than classification.

32.

What is the goal of Reinforcement Learning?

a)

To identify relationships in unlabeled data.

b)

To predict a continuous value.

c)

To make a series of decisions that maximize a reward.

d)

To classify data into discrete categories.

33.

Anomaly detection, such as flagging a sudden spike in a heart rate, is an example of which type of model?

a)

Classification

b)

Regression

c)

Machine Learning

d)

Reinforcement Learning

34.

In the example of a spam email filter, what serves as the 'labels' during the training phase?

a)

The words in the email

b)

The sender's information

c)

The classification of emails as either "spam" or "legitimate"

d)

The email attachments

35.

What is the purpose of a testing dataset?

a)

To train the model with new data

b)

To check for errors in the code

c)

To evaluate the accuracy of the trained model

d)

To find hidden patterns

36.

Which of the following is an example of a Classification problem?

a)

Predicting the price of a house

b)

Predicting the number of days a patient will stay in a hospital

c)

Predicting whether a patient will have a short or long hospital stay

d)

Predicting a city's average temperature for the next month

37.

What type of data is used for training a Regression model?

a)

Categorical data

b)

Discrete data

c)

Continuous data

d)

Unlabeled data

38.

Which type of model is used by OTT platforms like Netflix to recommend movies based on a user's watch history?

a)

Supervised Learning

b)

Regression

c)

Clustering

d)

Reinforcement Learning

39.

The structure of an Artificial Neural Network is inspired by:

a)

The human brain and nervous system

b)

The human digestive system

c)

A computer's hardware components

d)

A mathematical formula

40.

In a supervised learning example, what does a model learn from the training data?

a)

To create new features

b)

To identify new patterns without guidance

c)

To apply the knowledge to test data

d)

To define the rules itself

41.

Which of the following is a primary type of AI model mentioned in the document?

a)

Predictive-based

b)

Reward-based

c)

Learning-based

d)

Both (b) and (c)

42.

What is a "label" in the context of data?

a)

A column of a table

b)

The name of the dataset

c)

A tag that gives meaning to data

d)

The algorithm used in the model

43.

A Convolutional Neural Network (CNN) is a type of:

a)

Machine Learning model

b)

Rule-Based model

c)

Deep Learning algorithm

d)

Reinforcement Learning model

44.

When a model predicts a discrete value, such as "hot" or "cold" weather, it is using a:

a)

Regression model

b)

Classification model

c)

Association model

d)

Clustering model

45.

The "funnel type approach" described for AI, ML, and DL suggests that:

a)

DL has more applications than AI.

b)

All ML applications are also DL applications.

c)

All AI applications are also ML applications.

d)

DL has a very specific set of applications, a subset of ML, which is a subset of AI.

46.

Which learning approach would be used to analyze bank data for suspicious transactions without a predefined definition of what is "suspicious"?

a)

Supervised Learning

b)

Unsupervised Learning

c)

Regression

d)

Classification

47.

What is a key function of the hidden layer in a neural network?

a)

To acquire input data.

b)

To give the final output.

c)

To perform computations.

d)

To act as a user interface.

48.

What is the main difference between a rule-based approach and a learning-based approach?

a)

Rule-based is static, while learning-based is adaptive.

b)

Rule-based is more efficient for large datasets.

c)

Learning-based is based on predefined rules.

d)

There is no significant difference.

49.

What are "weights" and "biases" used for in a neural network?

a)

To define the final output.

b)

To acquire input data.

c)

To perform computations within the hidden layers.

d)

To create a user interface.

50.

What does Deep Learning enable software to do?

a)

To learn from a minimal amount of data.

b)

To train itself to perform tasks with vast amounts of data.

c)

To follow a predefined set of rules.

d)

To predict discrete values only.

51.

Directions: Choose the correct option from the following: - Both A and R are true, and R is the correct explanation of A. - Both A and R are true, but R is not the correct explanation of A. - A is true, but R is false. - A is false, but R is true. Assertion (A): Supervised learning models require labeled data for training. Reason (R): Labeled data acts as a guide, providing the model with a clear relationship between features and outcomes.

a)

Both A and R are true, and R is the correct explanation of A.

b)

Both A and R are true, but R is not the correct explanation of A.

c)

A is true, but R is false.

d)

A is false, but R is true.

52.

Directions: Choose the correct option from the following: - Both A and R are true, and R is the correct explanation of A. - Both A and R are true, but R is not the correct explanation of A. - A is true, but R is false. - A is false, but R is true. Assertion (A): A model predicting a house price based on its size is a Regression model. Reason (R): Regression models are used to predict discrete values.

a)

Both A and R are true, and R is the correct explanation of A.

b)

Both A and R are true, but R is not the correct explanation of A.

c)

A is true, but R is false.

d)

A is false, but R is true.

53.

Assertion: Anomaly detection is a key application of Unsupervised Learning. Choose the correct statement.

a)

True

b)

False

54.

Assertion (A): A rule-based AI model is adaptive and can handle new exceptions it was not explicitly programmed for. Reason (R): Rule-based models follow a static set of instructions predefined by a developer. Choose the correct option.

a)

Both Assertion and Reason are true, and Reason is the correct explanation of Assertion.

b)

Both Assertion and Reason are true, but Reason is not the correct explanation of Assertion.

c)

Assertion is true, Reason is false.

d)

Assertion is false, Reason is true.

e)

Both Assertion and Reason are false.

55.

Assertion (A): Deep Learning is a subset of Machine Learning. Reason (R): Deep Learning algorithms are based on artificial neural networks and require vast amounts of data for self-training. Choose the correct option.

a)

Both Assertion and Reason are true, and Reason is the correct explanation of Assertion.

b)

Both Assertion and Reason are true, but Reason is not the correct explanation of Assertion.

c)

Assertion is true, Reason is false.

d)

Assertion is false, Reason is true.

e)

Both Assertion and Reason are false.

56.

Assertion (A): Reinforcement Learning models learn by trial and error to maximize a reward. Reason (R): This learning approach is beneficial for complex problems where pre-existing data is insufficient. Choose the correct option.

a)

Both Assertion and Reason are true, and Reason is the correct explanation of Assertion.

b)

Both Assertion and Reason are true, but Reason is not the correct explanation of Assertion.

c)

Assertion is true, Reason is false.

d)

Assertion is false, Reason is true.

e)

Both Assertion and Reason are false.

57.

Assertion (A): A model classifying an email as 'spam' or 'not spam' is a Classification model. Reason (R): Classification models predict a continuous value. Choose the correct option.

a)

Both Assertion and Reason are true, and Reason is the correct explanation of Assertion.

b)

Both Assertion and Reason are true, but Reason is not the correct explanation of Assertion.

c)

Assertion is true, Reason is false.

d)

Assertion is false, Reason is true.

e)

Both Assertion and Reason are false.

58.

Assertion (A): The hidden layers of a neural network are where the core processing of data takes place. Reason (R): The input layer and output layer of an ANN perform all the computational tasks. Choose the correct option.

a)

Both Assertion and Reason are true, and Reason is the correct explanation of Assertion.

b)

Both Assertion and Reason are true, but Reason is not the correct explanation of Assertion.

c)

Assertion is true, Reason is false.

d)

Assertion is false, Reason is true.

e)

Both Assertion and Reason are false.

59.

Assertion (A): Unsupervised learning is analogous to a teacher-student relationship. Reason (R): Unsupervised learning models work on unlabeled data without any guidance. Choose the correct option.

a)

Both Assertion and Reason are true, and Reason is the correct explanation of Assertion.

b)

Both Assertion and Reason are true, but Reason is not the correct explanation of Assertion.

c)

Assertion is true, Reason is false.

d)

Assertion is false, Reason is true.

e)

Both Assertion and Reason are false.

60.

Assertion (A): The primary purpose of the testing dataset is to train the model. Reason (R): The training dataset is used to evaluate the accuracy of the model. Choose the correct option.

a)

Both Assertion and Reason are true, and Reason is the correct explanation of Assertion.

b)

Both Assertion and Reason are true, but Reason is not the correct explanation of Assertion.

c)

Assertion is true, Reason is false.

d)

Assertion is false, Reason is true.

e)

Both Assertion and Reason are false.

61.

Assertion (A): The 'weights' in a neural network are adjusted during the learning process. Reason (R): The adjustment of weights helps to reduce the error and find the right output. Choose the correct option.

a)

Both Assertion and Reason are true, and Reason is the correct explanation of Assertion.

b)

Both Assertion and Reason are true, but Reason is not the correct explanation of Assertion.

c)

Assertion is true, Reason is false.

d)

Assertion is false, Reason is true.

e)

Both Assertion and Reason are false.

62.

Assertion (A): Reinforcement learning is a type of supervised learning. Reason (R): It involves a reward system that provides feedback, which is a form of supervision. Choose the correct option.

a)

Both Assertion and Reason are true, and Reason is the correct explanation of Assertion.

b)

Both Assertion and Reason are true, but Reason is not the correct explanation of Assertion.

c)

Assertion is true, Reason is false.

d)

Assertion is false, Reason is true.

e)

Both Assertion and Reason are false.

63.

Assertion (A): Clustering is a type of unsupervised learning. Reason (R): It is used to group data points into clusters based on their similarities without using predefined classes. Choose the correct option.

a)

Both Assertion and Reason are true, and Reason is the correct explanation of Assertion.

b)

Both Assertion and Reason are true, but Reason is not the correct explanation of Assertion.

c)

Assertion is true, Reason is false.

d)

Assertion is false, Reason is true.

e)

Both Assertion and Reason are false.

64.

Assertion (A): A model predicting whether a patient will have a short or long hospital stay is a Regression model. Reason (R): The output of this prediction is a continuous value. Choose the correct option.

a)

Both Assertion and Reason are true, and Reason is the correct explanation of Assertion.

b)

Both Assertion and Reason are true, but Reason is not the correct explanation of Assertion.

c)

Assertion is true, Reason is false.

d)

Assertion is false, Reason is true.

e)

Both Assertion and Reason are false.

65.

Assertion (A): The input layer of an Artificial Neural Network (ANN) does not process data. Reason (R): Its sole function is to acquire data and feed it to the next layer. Choose the correct option.

a)

Both Assertion and Reason are true, and Reason is the correct explanation of Assertion.

b)

Both Assertion and Reason are true, but Reason is not the correct explanation of Assertion.

c)

Assertion is true, Reason is false.

d)

Assertion is false, Reason is true.

e)

Both Assertion and Reason are false.

66.

Assertion (A): An Association model finds relationships between variables in a dataset. Reason (R): An example is recommending bread to a customer who buys butter. Choose the correct option.

a)

Both Assertion and Reason are true, and Reason is the correct explanation of Assertion.

b)

Both Assertion and Reason are true, but Reason is not the correct explanation of Assertion.

c)

Assertion is true, Reason is false.

d)

Assertion is false, Reason is true.

e)

Both Assertion and Reason are false.

67.

Assertion (A): Deep Learning requires only a small amount of data to train a model effectively. Reason (R): Deep learning enables software to train itself with vast amounts of data. Choose the correct option.

a)

Both Assertion and Reason are true, and Reason is the correct explanation of Assertion.

b)

Both Assertion and Reason are true, but Reason is not the correct explanation of Assertion.

c)

Assertion is true, Reason is false.

d)

Assertion is false, Reason is true.

e)

Both Assertion and Reason are false.

68.

Assertion (A): A perceptron is a simplified model of how an AI makes a decision. Reason (R): It works by summing weighted inputs and a bias, then comparing the result to a threshold. Choose the correct option regarding the truth values of Assertion (A) and Reason (R), and whether (R) explains (A).

a)

Both (A) and (R) are true, and (R) correctly explains (A).

b)

Both (A) and (R) are true, but (R) does not explain (A).

c)

(A) is true, but (R) is false.

d)

(A) is false, but (R) is true.

e)

Both (A) and (R) are false.

69.

Assertion (A): A spam email filter is a good example of a learning-based model. Reason (R): It adapts and improves its accuracy over time as it encounters new types of spam. Choose the correct option regarding the truth values of Assertion (A) and Reason (R), and whether (R) explains (A).

a)

Both (A) and (R) are true, and (R) correctly explains (A).

b)

Both (A) and (R) are true, but (R) does not explain (A).

c)

(A) is true, but (R) is false.

d)

(A) is false, but (R) is true.

e)

Both (A) and (R) are false.

70.

Assertion (A): The process of attaching meaning or tags to data is called Data Labeling. Reason (R): Data Labeling is a crucial step in preparing data for Unsupervised Learning. Choose the correct option regarding the truth values of Assertion (A) and Reason (R), and whether (R) explains (A).

a)

Both (A) and (R) are true, and (R) correctly explains (A).

b)

Both (A) and (R) are true, but (R) does not explain (A).

c)

(A) is true, but (R) is false.

d)

(A) is false, but (R) is true.

e)

Both (A) and (R) are false.

71.

Differentiate between a Rule-Based Approach and a Learning-Based Approach.

a)

A Rule-Based Approach is where a developer explicitly defines rules and instructions; a Learning-Based Approach is where the machine learns patterns on its own and adapts to changes.

b)

A Rule-Based Approach relies only on labeled data; a Learning-Based Approach relies only on unlabeled data.

c)

A Rule-Based Approach improves its accuracy over time; a Learning-Based Approach remains static and does not adapt.

d)

A Rule-Based Approach automatically discovers rules; a Learning-Based Approach strictly follows fixed instructions.

72.

What are the three main types of learning-based models?

a)

Supervised Learning, Unsupervised Learning, Reinforcement Learning

b)

Classification, Regression, Clustering

c)

Deep Learning, Neural Networks, Decision Trees

d)

Training Data, Testing Data, Validation Data

73.

What is the primary difference between labeled and unlabeled data?

a)

Labeled data has a tag or label attached, while unlabeled data has no tags attached.

b)

Labeled data is always numerical, while unlabeled data is always text.

c)

Labeled data is collected from sensors, while unlabeled data is collected from surveys.

d)

Labeled data is used only for testing, while unlabeled data is used only for training.

74.

Explain the concept of "features" and "labels" with an example.

a)

Features are the columns describing data, and a label is the target variable to be predicted; for example, predicting fruit type based on color where color is the feature and fruit name is the label.

b)

Features are the target outcomes, and labels are the input variables; for example, fruit name is the feature and color is the label.

c)

Features and labels are identical; both represent the target to be predicted in a dataset.

d)

Features are tags attached to records, while labels are metadata about the dataset structure.

75.

What is the role of a training dataset and a testing dataset?

a)

A training dataset is used to fit the model, and a testing dataset is used to evaluate the model on unseen data.

b)

A training dataset is used only for feature selection, and a testing dataset is used to tune hyperparameters.

c)

A training dataset evaluates model performance, and a testing dataset is used to train the model.

d)

A training dataset is used for storing labels, and a testing dataset is used for storing features.

76.

Define the term Artificial Neural Network (ANN). Choose the best description.

a)

A system of machine learning algorithms modeled after the human brain and nervous system that automatically extracts data features without programmer input

b)

A pre-processing tool that cleans datasets before training other models

c)

A rule-based, static program that does not learn from new data

d)

A visualization technique used only to display neural connections

77.

What are the two sub-categories of supervised learning?

a)

Classification models and Regression models

b)

Clustering and Dimensionality Reduction

c)

Reinforcement Learning and Unsupervised Learning

d)

Association Rule Mining and Anomaly Detection

78.

Give one example of a Classification problem and one of a Regression problem. Select the option that correctly pairs them.

a)

Predicting whether an email is spam or not spam; Predicting the price of a house based on its features

b)

Predicting the price of a house; Grouping customers by purchasing behavior

c)

Detecting anomalies; Predicting whether an email is spam or not spam

d)

Clustering emails by topic; Estimating the probability of rainfall as a label

79.

Explain the concept of Unsupervised Learning with a simple analogy. Which analogy best fits?

a)

A child learns to swim on his own without any supervision, discovering patterns independently

b)

A teacher provides graded answers for every homework problem

c)

A robot follows a fixed set of hand-written rules to perform a task

d)

A model trained only with labeled examples and explicit targets

80.

What is a perceptron, and what does it represent?

a)

A simplified model of how an AI makes a decision that takes multiple inputs, weights them, adds a bias, and compares the result to a threshold to produce an output

b)

A memory unit that stores training data for later retrieval

c)

A clustering algorithm used to group unlabeled data

d)

A visualization tool for displaying neural network architectures

81.

In an Artificial Neural Network, what is the role of the input and output layers?

a)

The input layer acquires data and feeds it into the network; the output layer presents the final processed data to the user; neither layer performs processing

b)

Both input and output layers perform most of the data processing

c)

The input layer presents final results while the output layer collects raw data

d)

Only hidden layers feed data into the network; input and output layers are optional

82.

How does an AI model make a decision?

a)

It takes factors as inputs, assigns weights based on importance, sums them with a bias, and compares the result to a threshold

b)

It selects outputs randomly to avoid bias

c)

It uses a single hard-coded rule regardless of input

d)

It treats all inputs with equal weight and ignores bias

83.

What is a key advantage of the Learning-Based Approach over the Rule-Based Approach?

a)

It is adaptive and can modify itself and learn from new data, whereas a Rule-Based model is static and does not learn from changes

b)

It requires no data to function, unlike Rule-Based models

c)

It guarantees perfect accuracy on all tasks

d)

It is deterministic and cannot change behavior after deployment

84.

What is the primary function of Unsupervised Learning models?

a)

To identify relationships, patterns, and trends from an unlabeled dataset by finding similarities and differences

b)

To predict labeled targets provided during training

c)

To execute predefined rules without learning

d)

To control robots using reward signals

85.

What is a "label" in the context of supervised learning?

a)

A piece of information or tag attached to a data point to give it meaning—the known target the model is trained to predict

b)

A learned weight used inside the model to score features

c)

A raw feature measured from the data source

d)

An error metric used to evaluate model performance

86.

Define Deep Learning.

a)

A specific learning approach and subset of Machine Learning that enables software to train itself to perform tasks with vast amounts of data by using multiple machine learning algorithms working together

b)

A rule-based programming method that avoids learning and relies on hand-written logic

c)

A technique limited to small datasets and a single algorithm

d)

A data visualization approach that represents neural network outputs only

87.

Give an example of an Association model in unsupervised learning.

a)

A system that assigns emails to predefined folders like "spam" or "inbox"

b)

A supermarket analysis that finds customers who buy bread are also likely to buy butter

c)

A model that predicts tomorrow’s temperature from historical readings

d)

A program that groups handwritten digits after being told the correct label for each

88.

What is the key difference between a Classification model and a Clustering model?

a)

Classification assigns data to predefined classes; Clustering groups similar data without predefined classes

b)

Classification groups data without labels; Clustering requires labeled data

c)

Classification is always unsupervised; Clustering is always supervised

d)

Classification uses continuous outputs; Clustering predicts numeric values

89.

What is the purpose of weights and biases in a neural network?

a)

They store the training dataset for reuse

b)

They control the influence of inputs and are adjusted during learning to reduce error and produce accurate outputs

c)

They label the input data for supervised training

d)

They prevent the network from overfitting by deleting layers

90.

What kind of data is used for a Regression model, and what kind for a Classification model?

a)

Regression uses categorical data; Classification uses continuous data

b)

Regression uses continuous numeric data; Classification uses discrete categorical data

c)

Regression and Classification both require labeled categorical data

d)

Regression uses images; Classification uses text

91.

Explain the relationship between Artificial Intelligence, Machine Learning, and Deep Learning using the "funnel type approach" described in the document.

a)

AI is a subset of ML, and DL is broader than AI

b)

AI is the broadest field; ML is a subset of AI; DL is a subset of ML forming a narrowing funnel

c)

ML is the broadest field; AI is a subset of ML; DL is unrelated

d)

DL is broader than ML and AI and does not use neural networks

92.

Describe the concept of Supervised Learning and provide an example from the document.

a)

Learning from unlabeled data to discover hidden groups, such as clustering customers by behavior

b)

Learning from labeled data that pairs features with labels, such as predicting a coin’s currency from its weight with the currency as the label

c)

Learning by trial and error without any data

d)

Learning from rules written by experts with no training data

93.

How does a Learning-Based Approach differ from a Rule-Based Approach regarding adaptability?

a)

A Rule-Based Approach dynamically adapts; a Learning-Based Approach is static

b)

Both approaches are static and follow fixed rules

c)

A Learning-Based Approach is dynamic and adapts by modifying algorithms with data, while a Rule-Based Approach follows predefined rules and does not adapt

d)

A Learning-Based Approach does not use data; a Rule-Based Approach learns from data

94.

Explain the role of the input, hidden, and output layers in a simple Artificial Neural Network.

a)

Input performs all computations; hidden collects data; output stores training data

b)

Input acquires data; hidden layers perform computations and processing; output produces the final results

c)

Input is the label; hidden layers are unused; output selects features

d)

Input generates predictions; hidden layers handle data storage; output trains the network

95.

What are the two types of Supervised Learning models, and how do they differ?

a)

Classification and Regression; classification predicts discrete categories while regression predicts continuous values

b)

Clustering and Association; clustering groups unlabeled data while association finds relationships in a database

c)

Reinforcement and Unsupervised; reinforcement uses rewards and punishments while unsupervised uses labeled data

d)

Anomaly Detection and Classification; anomaly flags rare events while classification predicts continuous outputs

96.

How does Reinforcement Learning work, using the apple–cherry example from the document?

a)

It learns through trial-and-error, receiving negative feedback for incorrect choices and positive feedback for correct ones, improving decisions based on rewards and punishments

b)

It groups similar data points into clusters using similarities without any feedback

c)

It calculates the error once and sets fixed rules that never change

d)

It relies on predefined labels to classify inputs without any exploration

97.

Explain the concept of Unsupervised Learning and its purpose.

a)

It analyzes unlabeled data to identify relationships, patterns, and trends, often forming clusters based on similarities without prior guidance

b)

It uses labeled data to classify inputs into predefined categories

c)

It follows fixed rules to generate outputs without changing weights

d)

It depends on rewards and punishments to learn optimal actions

98.

In a neural network, how does the process of finding the right output occur?

a)

Data passes from the input layer through hidden layers where weights and biases are adjusted via repeated trial-and-error and error feedback until the network learns the correct output

b)

Weights are set once at initialization and never updated

c)

Outputs are determined solely by predefined rules without hidden layers

d)

The model guesses randomly until it finds the correct answer, without using error calculations

99.

Describe the two sub-categories of Unsupervised Learning with a brief example for each.

a)

Clustering groups similar unlabeled data points (e.g., OTT platform recommending songs with similar tempo), and Association finds relationships in data (e.g., supermarket linking bread buyers to butter purchases)

b)

Classification and Regression predict categories and continuous values with labeled training data

c)

Reinforcement and Supervised learning optimize actions using rewards and labeled targets

d)

Anomaly Detection and Clustering both flag outliers as anomalies in labeled datasets

100.

How do Machine Learning models improve at tasks with experience?

a)

They learn from new data and past mistakes, account for exceptions, and adapt over time rather than relying on fixed rules

b)

They depend entirely on static, rule-based logic

c)

They only improve when labels are removed from the dataset

d)

They avoid considering errors to prevent overfitting

101.

Explain the concept of Anomaly Detection as an example of Machine Learning.

a)

It learns normal patterns in a dataset and flags data points that deviate significantly from those patterns as anomalies

b)

It classifies inputs into predefined categories using labeled examples

c)

It clusters data points purely based on similarity without defining normal behavior

d)

It uses rewards and punishments to choose optimal actions

102.

What is the difference between a Regression and a Classification model?

a)

Regression predicts continuous values within a range, while classification assigns data to discrete categories.

b)

Regression assigns data to classes like "spam/not spam," while classification predicts a temperature on a continuous scale.

c)

Both regression and classification predict continuous values with no categorical outputs.

d)

Regression and classification are both unsupervised methods that do not use labeled data.

103.

Give an example of a supervised learning problem and identify the feature and the label.

a)

Predicting whether a customer is eligible for a bank loan; features include credit score, income, employment history; label is "eligible" or "not eligible."

b)

Clustering users based on browsing patterns without labels; features and labels are unknown.

c)

Detecting anomalies in transactions without a predefined "fraud" label; the model learns patterns without labels.

d)

Predicting weather types using unlabeled temperature readings; the label is the temperature itself.

104.

Describe the process of a Learning-Based spam email filter and explain why it is more effective than a Rule-Based one.

a)

A learning-based filter is trained on labeled emails ("spam"/"legitimate"), learns content patterns, and adapts to new examples, whereas a rule-based filter relies on predefined rules and fails to catch novel spam.

b)

A rule-based filter is more effective because fixed rules always generalize better than learned patterns.

c)

A learning-based filter does not require labeled emails and therefore cannot adapt its performance over time.

d)

A learning-based filter only applies static rules and is less accurate than a rule-based filter.

105.

What are the key takeaways from the "Test Yourself" section regarding Supervised vs. Unsupervised Learning?

a)

A social media platform identifying a friend in a tagged photo album is supervised learning.

b)

An OTT platform recommending content based on unlabeled watch history is unsupervised learning.

c)

A bank analyzing transactions for suspicious activity without a predefined "fraud" label is unsupervised learning.

d)

Detecting spam solely by fixed rules is supervised learning.

106.

What is a Training Data Set? How is it similar to a teacher-student relationship?

a)

A training data set is a collection of labeled examples used for a model to learn; it is similar to a teacher-student relationship because, like instructional examples before testing, labeled data teaches the model before evaluation.

b)

A training data set is unlabeled and is only used after the model is deployed.

c)

A training data set contains a single example; students are graded without prior practice, mirroring model training.

d)

It is similar to a teacher-student relationship because students generate labels for the teacher during instruction.

107.

What is the difference between a feature and a label in a dataset?

a)

Features are descriptive attributes or columns (e.g., color, size, price); a label is the target variable the model is trained to predict.

b)

A feature is the final decision output, while a label is any column in the dataset.

c)

Features are tags or target variables, whereas labels are descriptive attributes.

d)

There is no difference; features and labels are interchangeable terms.

108.

In the context of the perceptron example, how do the values for weights and bias affect the final decision?

a)

Weights represent the importance of each input (higher weight increases influence), and bias controls the decision threshold or cautiousness (higher bias makes decisions more conservative).

b)

Weights and bias are random values and do not affect the decision outcome.

c)

Bias always equals the sum of weights, and a higher bias always increases acceptance of inputs.

d)

Weights represent labels, and bias is an input feature.

109.

Describe the concept of Object Identification in Deep Learning and give an example from the document. Select all statements that correctly reflect the description and example provided.

a)

It is the task of identifying and labeling objects within an image.

b)

It uses algorithms to analyze what is in a picture and categorize those things.

c)

An example given is a model that correctly predicts a bird when pixels of a bird image are input.

d)

It is primarily about discovering clusters in unlabeled tabular data.

110.

What is a Convolutional Neural Network (CNN) and how is it different from a standard ANN? Select all statements that correctly describe CNNs as presented.

a)

A CNN is a type of Deep Learning algorithm.

b)

CNNs are specifically designed to process image-based data.

c)

CNNs assign importance (via learnable weights and biases) to different aspects of an image to differentiate features.

d)

There is no difference between CNNs and ANNs; they are identical in purpose and design.

e)

CNNs are highly effective for tasks like object identification and image classification.

111.

Explain the different types of learning-based AI models: Supervised, Unsupervised, and Reinforcement Learning. Select all statements that correctly match the key characteristics and examples described.

a)

Supervised Learning requires a labeled dataset and aims to predict an output based on input features.

b)

Unsupervised Learning works on unlabeled data to discover hidden patterns or groups.

c)

Reinforcement Learning involves trial-and-error interactions with an environment, using rewards for good actions and penalties for bad ones.

d)

A practical example of Reinforcement Learning is a robot receiving positive rewards for moving toward an exit and negative rewards for hitting a wall.

e)

Unsupervised Learning provides explicit labels during training to guide the model.

112.

Describe the structure and function of an Artificial Neural Network (ANN) and explain how information flows through its layers to produce an output. Select all statements that accurately represent the description provided.

a)

An ANN consists of three main types of layers: an input layer, one or more hidden layers, and an output layer.

b)

The input layer acquires raw data and passes it to the next layer without performing computations.

c)

Hidden layers perform the actual computations, using weights and biases to adjust the output.

d)

The output layer provides the final output to the user and does not perform computation like the hidden layers.

e)

Training involves a continuous loop of trial and error where weights are adjusted based on error to improve accuracy.

113.

Explain the concept of the Rule-Based Approach and its key characteristics. Why is it considered a static form of AI, and what are its limitations? Choose the option that best captures the definition, its static nature, and a primary limitation.

a)

A developer explicitly programs decision rules (e.g., a decision tree with fixed instructions); it is static because it cannot learn from new data; a key limitation is poor adaptability to unforeseen scenarios.

b)

A model discovers rules from data without human guidance; it is static because it only uses historical data; a key limitation is excessive computational cost.

c)

A developer programs only high-level goals and the system learns rules autonomously; it is static because training takes long; a key limitation is overfitting to training data.

d)

A model uses probabilistic learning to update rules after each interaction; it is static because updates happen infrequently; a key limitation is needing large datasets.

114.

Compare and contrast Classification and Regression models. Give an example of a real-world scenario for each and explain why one model is more suitable than the other for that scenario. Select all statements that are correct.

a)

Classification predicts a discrete or categorical output; a bank default prediction is suitable because the output is yes/no.

b)

Regression predicts a continuous numerical value; house price prediction is suitable because the output varies within a range.

c)

Classification predicts continuous values; it is suitable for pricing houses because the target is a number.

d)

Regression assigns customers to one of two categories; it is suitable for default prediction because the task is categorical.

115.

Describe the concept of Unsupervised Learning and its two main sub-categories: Clustering and Association. Explain how they are used to find patterns in data. Select all statements that accurately reflect the definitions and uses.

a)

Unsupervised learning operates on unlabeled data to discover hidden patterns without guidance.

b)

Clustering groups data into clusters based on similarities and is used to organize users/items with shared characteristics.

c)

Association finds interesting relationships or "association rules" between variables, such as products frequently purchased together.

d)

Supervised learning requires labeled outputs and focuses on predicting predefined targets from inputs.

116.

Explain how a perceptron, a simplified model of a neural network, makes a decision. Use the example of deciding whether to go out or not. Choose the option that best describes the decision process.

a)

Each input (e.g., "Do I have a jacket?", "Is it sunny now?", "Do I have an umbrella?", "What is the weather forecast?") is assigned a weight; the perceptron adds the weighted inputs and a bias, compares the total to a threshold, and outputs yes/no accordingly.

b)

The perceptron averages all inputs, ignores any bias, and outputs yes if the average exceeds 0.5.

c)

The perceptron selects the single most important input and uses a majority vote across repeated checks to output yes/no.

d)

Inputs are multiplied together without weights; if the product is nonzero, the perceptron outputs yes, otherwise no.

117.

What are the key concepts and terminologies related to data that are essential for understanding AI modeling? Explain the role of each. Which term corresponds to the description: information in any form that serves as the raw material for AI models.

a)

Data

b)

Features

c)

Labels

d)

Training Dataset

e)

Testing Dataset

118.

What are the key concepts and terminologies related to data that are essential for understanding AI modeling? Explain the role of each. Which term corresponds to the description: descriptive attributes of the data represented by the columns of a table.

a)

Data

b)

Features

c)

Labels

d)

Training Dataset

e)

Testing Dataset

119.

What are the key concepts and terminologies related to data that are essential for understanding AI modeling? Explain the role of each. Which term corresponds to the description: a special feature that provides a tag or meaning to the data, acting as the target variable the model is trained to predict.

a)

Data

b)

Features

c)

Labels

d)

Training Dataset

e)

Testing Dataset

120.

What are the key concepts and terminologies related to data that are essential for understanding AI modeling? Explain the role of each. Which term corresponds to the description: a collection of labeled data used to teach the model to analyze and learn.

a)

Data

b)

Features

c)

Labels

d)

Training Dataset

e)

Testing Dataset

121.

What are the key concepts and terminologies related to data that are essential for understanding AI modeling? Explain the role of each. Which term corresponds to the description: a dataset used to test the accuracy and performance of the trained model that may or may not be labeled.

a)

Data

b)

Features

c)

Labels

d)

Training Dataset

e)

Testing Dataset

122.

Explain the concept of Reinforcement Learning and discuss why it is particularly important for handling large complex problems where pre-existing data may be insufficient. Which description best matches Reinforcement Learning.

a)

An approach where an agent learns by trial and error to maximize cumulative reward through feedback for desired and undesired actions

b)

A method that relies exclusively on large labeled datasets to fit a mapping from inputs to outputs

c)

A technique that clusters data points based on similarity without any feedback signals

d)

A supervised approach that minimizes classification error using fixed training labels

123.

Explain the concept of Reinforcement Learning and discuss why it is particularly important for handling large complex problems where pre-existing data may be insufficient. Which reason best explains why Reinforcement Learning is suitable when prior labeled data is limited or environments are changing.

a)

It can adapt by exploring the environment and learning strategies from feedback without needing extensive pre-existing labeled datasets

b)

It requires a comprehensive labeled dataset before any learning can begin

c)

It is only effective when the environment is static and fully known in advance

d)

It replaces trial-and-error with direct instruction from a fixed teacher

124.

Imagine a healthcare organization is using an AI model for two different tasks related to patient hospital stays. a) To predict whether a patient will have a short or long hospital stay. Identify the type of model (classification or regression) that would be suitable for this task and justify your choice.

a)

Classification, because the output is a discrete category (short stay or long stay)

b)

Regression, because the output is a continuous number of days

c)

Classification, because the output is a continuous number of days

d)

Regression, because the output is a pair of categories

125.

Imagine a healthcare organization is using an AI model for two different tasks related to patient hospital stays. b) To predict the number of days a patient will stay in the hospital. Identify the type of model (classification or regression) that would be suitable for this task and justify your choice.

a)

Regression, because the output is a continuous value (number of days)

b)

Classification, because the output is a discrete category (short stay or long stay)

c)

Classification, because the output is a probability of a class

d)

Regression, because the output is a categorical label

126.

What is the difference between supervised and unsupervised learning, and how do they relate to the concepts of "teacher and student" and "learning without guidance"? Which statement best captures this difference.

a)

Supervised learning involves guidance from labeled data during training, while unsupervised learning proceeds without such guidance

b)

Both supervised and unsupervised learning require labeled data and a teacher

c)

Unsupervised learning uses labels provided by a teacher, while supervised learning discovers patterns without labels

d)

Supervised learning and unsupervised learning both avoid feedback or guidance entirely

127.

Based on the passage: “Supervised Learning is analogous to a teacher and student relationship. The model is the student, and the labeled data acts as the teacher, providing solved examples for the student to learn from… The goal is to predict a known outcome.” What is the primary goal of supervised learning described here?

a)

Predict a known outcome from labeled examples

b)

Discover clusters in an unlabeled dataset

c)

Generate new synthetic data without guidance

d)

Randomly assign labels to unseen data

128.

According to the passage, which analogy best captures supervised learning? The passage states that labeled data acts as the teacher, providing solved examples for the student (model) to learn from.

a)

A teacher guiding a student with worked examples

b)

A child learning to swim alone without supervision

c)

An explorer wandering without a map

d)

A machine guessing patterns with no feedback

129.

The passage says: “Unsupervised Learning is like learning without any guidance. The model is given an unlabeled dataset and must discover patterns, relationships, and trends on its own.” What type of dataset is used in unsupervised learning as described?

a)

Labeled dataset with target outcomes

b)

Partially labeled dataset with some targets

c)

Unlabeled dataset with no provided answers

d)

Balanced dataset with equal class sizes

130.

According to the passage, what is the model’s goal in unsupervised learning? It mentions finding the inherent structure within the data, such as grouping similar data points together in clusters.

a)

Predict known labels on unseen data

b)

Memorize training examples for perfect recall

c)

Find inherent structure like clustering similar points

d)

Reduce dataset size through compression

131.

From the passage, what role does labeled data play in supervised learning? The text states that the labeled data acts as the teacher, providing solved examples for the student (model) to learn from.

a)

It serves as a teacher by providing solved examples

b)

It is ignored so the model discovers patterns alone

c)

It is used only to generate synthetic samples

d)

It is removed to avoid bias during training