Python with DataScience

Python with DataScience

7th Grade - University

10 Qs

quiz-placeholder

Similar activities

HTML Quiz 1

HTML Quiz 1

8th - 10th Grade

11 Qs

Assessment

Assessment

10th Grade

10 Qs

PowerPoint Features Quiz

PowerPoint Features Quiz

7th Grade

14 Qs

Excel Charts

Excel Charts

5th - 8th Grade

10 Qs

EOC Prep for Digital Information Technology  Part 2

EOC Prep for Digital Information Technology Part 2

9th - 12th Grade

14 Qs

Data Visualization with Matplotlib Quiz

Data Visualization with Matplotlib Quiz

10th Grade

10 Qs

MS PowerPoint

MS PowerPoint

11th Grade

10 Qs

7th Grade HTML

7th Grade HTML

6th - 8th Grade

12 Qs

Python with DataScience

Python with DataScience

Assessment

Quiz

Computers

7th Grade - University

Medium

Created by

Mehak Hussain

Used 25+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which Python Library is normally used for Data Visualization?

Numpy

Pandas & Matplotlib

Tkinter

None of the above

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

Debug this function & find an error in code:

call function with same spelling as used for defining i.e., Sum (10, 5)

define function using def.

delete indentation(spaces) before calling function.

all of the above

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

What will be the output?

Media Image
Media Image
Media Image
Media Image

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To add a title in the chart we use the function:

Title("Title Of The Chart")

plt.title("Title Of The Chart")

Plt.Title(Title Of The Chart)

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How to apply label at horizontal position in any graph?

plt.xlabel(“Horizontal Axis”)

dataset.xlabel(“Horizontal Axis”)

pd.label(“Horizontal Axis”)

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

What is the value of x when this code executes?

101

99

None of the above, this is an infinite loop

100

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

Complete the code to iterate the list.

in range(10)

in color

in list

all of the above

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?