0% found this document useful (0 votes)
303 views20 pages

AIML MCQ All

The document contains a series of multiple choice questions related to AI, machine learning, and data science topics. There are 10 questions related to various weekly topics covering supervised learning, reinforcement learning, logistic regression, clustering, and decision trees. The questions cover key concepts, algorithms, applications, advantages, and disadvantages of different techniques.

Uploaded by

Fastbays
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
303 views20 pages

AIML MCQ All

The document contains a series of multiple choice questions related to AI, machine learning, and data science topics. There are 10 questions related to various weekly topics covering supervised learning, reinforcement learning, logistic regression, clustering, and decision trees. The questions cover key concepts, algorithms, applications, advantages, and disadvantages of different techniques.

Uploaded by

Fastbays
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 20

AI ML WeEK 5 BEFORE NO MCQ AND LONG

Question 1 (1 point)
Saved
Which of the following applications are in the Strategic Computing
Program?

Question 1 options:
battle management

autonomous systems

pilot's associate

All of these

None of these
Question 2 (1 point)
Saved
The function returns t if <integer> is even and nil otherwise ______
in LISP.
Question 2 options:
(numeven <integer>)

(even <integer>)

(evenp <integer>)

(numnevenp <integer>)

None of these
Question 3 (1 point)
Saved
Which of the following are the benefits of working on an expert
system development tool?
Question 3 options:
imposed structure

knowledge engineering assistance

rapid prototyping

All of these

None of these
Question 4 (1 point)
Saved
Which of the following is the first most used commercial form of
Artificial Intelligence is being used in most of the famous products
including automobiles, microwave ovens, and plug-in circuit boards
for desktop PCs. It permits the machines to efficiently handle the
vague information with a deftness that mimics human intuition.

Question 4 options:
Boolean logic

Human logic

Fuzzy logic

Functional logic

None of these
Question 5 (1 point)
Saved
An AI system by Daniel Bobrow for the purpose of reading and
solving algebra word problems.
Question 5 options:
SHRDLU
STUDENT

BACON

SIMD

None of these
Question 6 (1 point)
Saved
The function evaluates <object> and allocates this value to the
unevaluated <sconst> in LISP.

Question 6 options:
(constant <sconst> <object>)

(defconstant <sconst> <object>)

(eva <sconst> <object>)

(eva <object> <sconst>)

None of these
Question 7 (1 point)
Saved
According to the "Turing Machine", we could use which of the
following system to program any algorithmic task.

Question 7 options:
binary

electro-chemical

recursive

semantic
None of these
Question 8 (1 point)
Saved
Which of the following technology is used by MCC for investigating
the improvement of the relationship between people and
computers?

Question 8 options:
Human factors
Computer-aided design
Parallel processing
All of these
None of these
Question 9 (1 point)
Saved
In Cybernetics, Norbert Wiener recommended a method of
modeling scientific phenomena using not energy, but ______?

Question 9 options:
mathematics

intelligence

information

history

None of these

Week 8 before no assignment


Question 1 (1 point)
Saved
._______ is an area of Machine Learning in which about taking
suitable action to maximize reward in a particular situation.

Question 1 options:
Supervised learning

Unsupervised learning

Reinforcement learning

None of these
Question 2 (1 point)
Saved
._______is all about making decisions sequentially

Question 2 options:
Supervised learning

Unsupervised learning

Reinforcement learning

None of these
Question 3 (1 point)
Saved
In_________ output depends on the state of the current input and
the next input depends on the output of the previous input.

Question 3 options:
Supervised learning
Unsupervised learning

Reinforcement learning

None of these
Question 4 (1 point)
Saved
._________Reinforcement is defined as when an event, occurs due to
a particular behavior.

Question 4 options:
Negetive

Positive

Neutral

None of these
Question 5 (1 point)
Saved
There are _______ types of reinforcement.

Question 5 options:
3

None of these
Question 6 (1 point)
Saved
Which of the following is not Advantages of reinforcement learning?

Question 6 options:
Maximizes Performance

Sustain Change for a long period of time

Too much Reinforcement can lead to overload of states which can diminish th
results

None of these
Question 7 (1 point)
Saved
Reinforcement learning is one of ______ basic machine learning
paradigms

Question 7 options:
5

3
Question 8 (1 point)
Saved
.________is a type of Machine Learning paradigms in which a learning
algorithm is trained not on preset data but rather based on a
feedback system.

Question 8 options:
Supervised learning
Unsupervised learning

Reinforcement Learning

None of the above

WEEK 10

Question 1 (1 point)
Saved
The following data is to be used to construct a regression model:

X
5
7
4
15
12
9
Y
8
9
12
26
16
13
Which of the following is used where the target variable is of
categorical nature?

Question 1 options:
Keras

Knime
Logistic Regression

MXNet
Question 2 (1 point)
Saved
The following data is to be used to construct a regression model:

X
5
7
4
15
12
9
Y
8
9
12
26
16
13
How many different types of Logistic Regression?

Question 2 options:
2

5
Question 3 (1 point)
Saved
_________ the target variable can have three or more possible values
without any order.

Question 3 options:
Multinomial Logistic Regression

Binary Logistic Regression

Ordinal Logistic Regression

All of the above


Question 4 (1 point)
Saved
_______ are defined as the ratio of the probability of an event
occurring to the probability of the event not occurring.
Question 4 options:
Simple

Even

Regex

Odds
Question 5 (1 point)
Saved
SVM is insensitive to individual samples.
Question 5 options:
Yes

No

Can be yes or no

Can not say


Question 6 (1 point)
Saved
Which of the following are advantages of the logistic regression?

Question 6 options:
Logistic Regression is very easy to understand

It requires less training

It performs well for simple datasets as well as when the data set is linearly
separable

All of the above


Question 7 (1 point)
Saved
7. 0 and 1, or pass and fail or true and false is an example of?
Question 7 options:
Multinomial Logistic Regression

Binary Logistic Regression

Ordinal Logistic Regression

None of the above


Question 8 (1 point)
Saved
What are the disadvantages of Logistic Regression?

Question 8 options:
Sometimes a lot of Feature Engineering is required

It is quite sensitive to noise and overfitting

Both A and B

None of the above


Question 9 (1 point)
Saved
Can we solve the multiclass classification problems using Logistic
Regression?
Question 9 options:
Yes

No

Can be yes or no

Can not say


Question 10 (1 point)
Saved
Mean Square Error (MSE) is suitable for Logistic Regression.
Question 10 options:
TRUE

FALSE

Can be true or false

Can not say

WEEK 11

Question 1 (1 point)
Saved
Movie Recommendation systems are an example of:

1. Classification

2. Clustering

3. Reinforcement Learning

4. Regression
Question 1 options:
2 Only

1 and 2
1 and 3

2 and 3

1, 2 and 3

1, 2, 3 and 4
Question 2 (1 point)
Saved
Sentiment Analysis is an example of:

1. Regression

2. Classification

3. Clustering

4. Reinforcement Learning
Question 2 options:
1 Only
1 and 2

1 and 3

1, 2 and 3

1, 2 and 4

1, 2, 3 and 4
Question 3 (1 point)
Saved
Can decision trees be used for performing clustering?
Question 3 options:
True
False
Question 4 (1 point)
Saved
Which of the following is the most appropriate strategy for data
cleaning before performing clustering analysis, given less than
desirable number of data points:

1. Capping and flouring of variables

2. Removal of outliers
Question 4 options:
1 only

2 only

1 and 2

None of the above


Question 5 (1 point)
Saved
What is the minimum no. of variables/ features required to perform
clustering?

Question 5 options:
0

3
Question 6 (1 point)
Saved
For two runs of K-Mean clustering is it expected to get same
clustering results?

Question 6 options:
Yes

No
Question 7 (1 point)
Saved
Is it possible that Assignment of observations to clusters does not
change between successive iterations in K-Means

Question 7 options:
Yes

No

Can't say

None of these
Question 8 (1 point)
Saved
Which of the following can act as possible termination conditions in
K-Means?

1. For a fixed number of iterations.

2. Assignment of observations to clusters does not change between


iterations. Except for cases with a bad local minimum.

3. Centroids do not change between successive iterations.

4. Terminate when RSS falls below a threshold.


Question 8 options:
1, 3 and 4
1, 2 and 3

1, 2 and 4
All of the above
Question 9 (1 point)
Saved
Which of the following clustering algorithms suffers from the
problem of convergence at local optima?

1. K- Means clustering algorithm

2. Agglomerative clustering algorithm

3. Expectation-Maximization clustering algorithm

4. Diverse clustering algorithm


Question 9 options:
1 only

2 and 3

2 and 4

1 and 3

1,2 and 4

All of the above


Question 10 (1 point)
Saved
Which of the following algorithm is most sensitive to outliers?

Question 10 options:
K-means clustering algorithm

K-medians clustering algorithm

K-modes clustering algorithm


K-medoids clustering algorithm

WEEL 12

Question 1 (1 point)
Saved
Decision tree is a flow chart like --------

Question 1 options:
leaf structure

tree structure

steam

none of these
Question 2 (1 point)
Saved
Decision-tree algorithm falls under the category of

Question 2 options:
unsupervised learning algorithms

reinforcement learning algorithm

supervised learning algorithms

prone to errors in classification problems with many class


Question 3 (1 point)
Saved
---------- is the measure of uncertainty of a random variable it
characterizes the impurity of an arbitrary collection of examples.
Question 3 options:
Information Gain

Gini Index

Entropy

None of these
Question 4 (1 point)
Saved
Decision Nodes are represented by ____________
Question 4 options:
Disks

Squares

Circles

Triangles
Question 5 (1 point)
Saved
Decision trees are also known as CART. What is CART?

Question 5 options:
Classification and Regression Trees

Customer Analysis and Research Tool

Communication Access Real-time Translation

Computerized Automatic Rating Technique


Question 6 (1 point)
Saved
Decision tree learners may create biased trees if some classes
dominate. What's the solution of it?
Question 6 options:
balance the dataset prior to fitting
imbalance the dataset prior to fitting

Balance the dataset after fitting

No solution possible
Question 7 (1 point)
Saved
What is the maximum depth in a decision tree?
Question 7 options:
the length of the longest path from a root to a leaf
the length of the shortest path from a root to a leaf
the length of the longest path from a root to a sub-node

None of these
Question 8 (1 point)
Saved
Suppose you have a neural network that is overfitting to the training
data. Which of the following can fix the situation?

Question 8 options:
Regularization
Decrease model complexity

Train less/early stopping

All of the above


Question 9 (1 point)
Saved
Overfitting occurs when a model _________.
Question 9 options:
does fit in future states.

does not fit in future states.

does fit in current state.

does not fit in current state.


Question 10 (1 point)
Saved
End Nodes are represented by __________

Question 10 options:
Disks

Squares

Circles

Triangles

Submit Quiz10 of 10 questions saved

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy