#Sg_Spaic Last season Quiz (ML and Python)

#Sg_Spaic Last season Quiz (ML and Python)

KG - Professional Development

10 Qs

quiz-placeholder

Similar activities

DAA

DAA

University

8 Qs

Cluster Analysis Quiz

Cluster Analysis Quiz

University

10 Qs

Ivy_Honeywell_Analytics_201_Assessment 4

Ivy_Honeywell_Analytics_201_Assessment 4

Professional Development

10 Qs

DAA-UNIT III

DAA-UNIT III

University

10 Qs

OSCM 306 Quiz 3 2nd

OSCM 306 Quiz 3 2nd

University

10 Qs

PAE - Electricity Vocabulary - 3

PAE - Electricity Vocabulary - 3

8th Grade

10 Qs

Artificial Intelligence CBSE Class X

Artificial Intelligence CBSE Class X

10th Grade

15 Qs

Clustering

Clustering

University

10 Qs

#Sg_Spaic Last season Quiz (ML and Python)

#Sg_Spaic Last season Quiz (ML and Python)

Assessment

Quiz

Other

KG - Professional Development

Hard

Created by

ouhammouch hanane

Used 4+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output of the following Python code snippet?

print('abcdefcdghcd'.split('cd', 2))

[‘ab', ‘ef', ‘ghcd']

[‘ab', ‘efcdghcd']

[‘abcdef', ‘ghcd']

none of the mentioned

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output of the following Python code snippet? print('abcd'.translate('a'.maketrans('abc', 'bcd')))

bcde

abcd

error

bcdd

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What will be the output of the following Python code?

Error

0

[-20, -60, -80]

[0, 0, 0]

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following functions cannot be used on heterogeneous sets?

pop

remove

update

sum

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following statements is false about recursion?

Every recursive function must have a base case

Infinite recursion can occur if the base case isn't properly mentioned

A recursive function makes the code easier to understand

Every recursive function must have a return value

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Why is “Naive” Bayes naive?Naive Bayes is considered “Naive” because it makes an assumption that is virtually impossible to see in real-life data

True

False

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Recall Is known as the false positive rate

True

False

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?