wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Quiz-5 ML

Total questions: 15

Worksheet time: 8mins

Name
Class
Date
1.

Among the following options, identify the one which is not a type of learning

a)

Semi - Supervised Learning

b)

Semi-Unsupervised Learning

c)

Reinforcement

Learning

d)

Both A and B

2.

What is the application of machine learning methods to a large database called?

a)

Big Data Computing

b)

Internet of things

c)

Data Mining

d)

Artificial Intelligence

3.

Identify the type of learning in which labeled training data is used

a)

Supervised Learning

b)

Unsupervised Learning

c)

Semi-Supervised Learning

d)

Semi-Unsupervised Learning

4.

What is the term known as on which the machine learning algorithms build a model based on sample data?

a)

Data Training

b)

Training Data

c)

Test Data

d)

Both B and C

5.

Machine learning is a subset of which of the following

a)

Artificial Intelligence

b)

Deep learning

c)

Data Learning

d)

Big Data

6.

The father of machine learning is

a)

Geoffrey Everest Hinton

b)

Alan Turing

c)

Geoffrey Chaucer

d)

Elon Musk

7.

Among the following options identify the one which is false regarding regression.


a)

It is used to predict

b)

It is used to interpret

c)

It relates inputs to outputs

d)

It discovers casual relationships

8.

Identify the successful applications of ML.


a)

Learning to classify new astronomical structures

b)

Learning to recognize spoken words

c)

Learning to drive an autonomous vehicle

d)

All of the above

9.

Analysis of ML algorithm needs


a)

Statistical learning theory

b)

Computational learning theory

c)

Big Data

d)

All of the above

10.

Ridge Regression is also known as

a)

L1 Regularization

b)

L2 Regularization

c)

Underfitting

d)

ElasticNet

11.

What is the maximum length of a Python identifier?

a)

32

b)

64

c)

128

d)

No fixed length is specified

12.

In which year was the Python language developed?

(a)  

13.

In which language is Python written?

a)

Telugu

b)

C

c)

PHP

d)

English

14.

Which one of the following is the correct extension of the Python file?

a)

.python

b)

.py

c)

.p

d)

.pn

15.

Which character is used in Python to make a multi line comment?

a)

' ' 'Multi-Line Comment' ' '

b)

/*Multi-Line Comment*/

c)

" " "Multi-Line Comment" " "

d)

Both A & C are correct