Day 7

Day 7

9th - 12th Grade

5 Qs

quiz-placeholder

Similar activities

Python Pandas-Series

Python Pandas-Series

12th Grade

10 Qs

Python Quiz: Choosing Test Data - GCSE CS

Python Quiz: Choosing Test Data - GCSE CS

11th Grade

8 Qs

Trắc nghiệm: Bài 16-Ngôn ngữ lập trình bậc cao và Python

Trắc nghiệm: Bài 16-Ngôn ngữ lập trình bậc cao và Python

10th Grade

10 Qs

Python Beginner

Python Beginner

12th Grade

10 Qs

Quiz sobre Desenvolvimento de Sistemas

Quiz sobre Desenvolvimento de Sistemas

12th Grade

10 Qs

Python: El lenguaje de programación que conquista el futuro

Python: El lenguaje de programación que conquista el futuro

12th Grade

10 Qs

Data Visualization using pyplots

Data Visualization using pyplots

12th Grade

9 Qs

Series Object-Quiz-I

Series Object-Quiz-I

12th Grade

10 Qs

Day 7

Day 7

Assessment

Quiz

Computers

9th - 12th Grade

Hard

Created by

Tahani Alsubait

Used 1+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A Python library used for data manipulation and analysis:

pandas

matplotlib

seaborn

sklearn

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A Python library used for plotting (data visualization):

pandas

matplotlib

sklearn

numpy

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A Python library for machine learning:

pandas

matplotlib

seaborn

sklearn

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which kind of data is suitable for linear regression?

continuous

ordinal

discrete

nominal

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A Python command to show the first 5 records in a dataset:

df.head()

df.shape()

pd.read_csv()

df.tail()