Mastering Python and Machine Learning

Mastering Python and Machine Learning

12th Grade

20 Qs

quiz-placeholder

Similar activities

Emp. Tech. 12 - Intro to MS Excel Quiz

Emp. Tech. 12 - Intro to MS Excel Quiz

12th Grade - University

15 Qs

Penilaian Harian 2

Penilaian Harian 2

4th Grade - University

20 Qs

PTS Informatika Semester 2 2024-2025

PTS Informatika Semester 2 2024-2025

10th Grade - University

20 Qs

EMP TECH 4th Quarter Review Quiz

EMP TECH 4th Quarter Review Quiz

9th - 12th Grade

20 Qs

ULHAR TIK

ULHAR TIK

7th Grade - University

20 Qs

STP_Integrasi aplikasi

STP_Integrasi aplikasi

9th Grade - University

15 Qs

Ulangan Harian Kelas XI

Ulangan Harian Kelas XI

2nd Grade - University

20 Qs

Fórmulas de Planilhas Eletrônicas

Fórmulas de Planilhas Eletrônicas

9th Grade - University

20 Qs

Mastering Python and Machine Learning

Mastering Python and Machine Learning

Assessment

Quiz

Information Technology (IT)

12th Grade

Practice Problem

Hard

Created by

Sunder R

Used 1+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the syntax to create a list in Python?

list_name =

list_name : {item1, item2, item3}

list_name = [item1, item2, item3]

list_name = (item1, item2, item3)

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you append an item to a list in Python?

Use the append() method, e.g., my_list.append(item).

Insert the item using my_list.insert(item).

Use the add() method, e.g., my_list.add(item).

Combine lists with my_list += [item].

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the difference between a list and a tuple in Python?

Tuples are mutable; lists are immutable.

Lists are mutable; tuples are immutable.

Lists are faster than tuples in all cases.

Lists can contain only numbers; tuples can contain any data type.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can you convert a list to a tuple in Python?

list(my_list)

array(my_list)

tuple(my_list)

convert(my_list)

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What function is used to create a NumPy array from a list?

numpy.array()

numpy.list()

numpy.create_array()

array.numpy()

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you access the shape of a NumPy array?

array.size

array.dimensions

array.shape

array.length

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What method would you use to find the mean of a NumPy array?

numpy.mean()

numpy.median()

numpy.sum()

numpy.average()

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?